Command Line ✌🏻 Notes Taking Utility 🤟🏻
Sharad Raj (He/Him)

Sharad Raj (He/Him) @sharadcodes

About: 🔮 Embracing the Cosmos

Location:
India
Joined:
Dec 5, 2019

Command Line ✌🏻 Notes Taking Utility 🤟🏻

Publish Date: Jul 7 '20
7 0

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/

Comments 0 total

    Add comment