I've created a command line notes taking utility in Python.
To install:
pip3 install sharnote
Usage
For taking notes
sharnote Lorem Ipsum Balh Blah Blah
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
Have a look:
https://pypi.org/project/sharnote/
Top comments (0)