Metadata-Version: 2.1
Name: clippynote
Version: 2.1.0
Summary: A simple CLI for taking notes
Home-page: https://github.com/ccrsxx/clippynote
Author: ccrsxx
Author-email: aminrisal@gmail.com
Project-URL: Bug Tracker, https://github.com/ccrsxx/clippynote/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# [clippynote](https://github.com/ccrsxx/clippynote) &middot; [![Upload Python Package](https://github.com/ccrsxx/clippynote/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ccrsxx/clippynote/actions/workflows/python-publish.yml) [![PyPI Latest Release](https://img.shields.io/pypi/v/clippynote.svg)](https://pypi.org/project/clippynote) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A CLI for taking notes with key value pairs that uses `.json` file to store its data. It is designed to be used in a terminal. You can use it to take notes on your projects, tasks, or anything else you want.

Also you can copy and paste the note with the `-c / --copy` option, it will use the clipboard data.

Although the package is named `clippynote`, but the CLI is using `note` as the entry point to the CLI. Why? you may ask. Well, it's because `note` is short and easier to type than `clippynote`.

## Installation

Follow all these steps shown below to use the CLI.

1. Install using pip:

   ```bash
   pip install clippynote
   ```

2. Initialize the database:

   ```bash
   note init
   ```

3. Use the CLI:

   ```bash
   note
   ```
