DEV Community

Sharad Raj (He/Him)
Sharad Raj (He/Him)

Posted on

Command Line ✌🏻 Notes Taking Utility 🤟🏻

I've created a command line notes taking utility in Python.

To install:

pip3 install sharnote
Enter fullscreen mode Exit fullscreen mode

Usage

For taking notes

sharnote Lorem Ipsum Balh Blah Blah 
Enter fullscreen mode Exit fullscreen mode

For help

sharnote --help or sharnote --h
Enter fullscreen mode Exit fullscreen mode

To see notes of today

sharnote --today or --t
Enter fullscreen mode Exit fullscreen mode

To see notes of a particaular date

sharnote --date or --d YYYY-MM-DD
Enter fullscreen mode Exit fullscreen mode

To search for a particular string in notes

sharnote --search or --s "Some text here"
Enter fullscreen mode Exit fullscreen mode

To change directory used for storing notes

sharnote --notesdir or --nd
Enter fullscreen mode Exit fullscreen mode

Have a look:
https://pypi.org/project/sharnote/

Latest comments (0)