A command line note taking utility developed in Python that saves notes in JSON format
Project description
A command line note taking utility developed in Python that saves notes in JSON format.
Installation
pip3 install sharnote
Usage
For help
sharnote --help or sharnote --h
To see notes of today
sharnote --today or --t
To see notes of a particaular date
sharnote --date or --d YYYY-MM-DD
To search for a particular string in notes
sharnote --search or --s "Some text here"
To change directory used for storing notes
sharnote --notesdir or --nd
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sharnote-0.1.0.tar.gz
(20.9 kB
view details)
Built Distribution
sharnote-0.1.0-py3-none-any.whl
(15.8 kB
view details)