clippynote

A simple CLI for taking notes

MIT License

Downloads
203
Stars
3
Committers
1

clippynote · Upload Python Package PyPI Latest Release License Code style: 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:

    pip install clippynote
    
  2. Initialize the database:

    note init
    
  3. Use the CLI:

    note
    
Package Rankings
Top 30.6% on Pypi.org
Badges
Extracted from project README
Upload Python Package PyPI Latest Release License Code style: black