dylanarmstrong / note

Quick command line note app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

note.py

$ ./note.py hello world

Will write to $HOME/notes.db.

This can be read with:

$ ./note.py --read

Returning a valid YAML file:

May 09, 2021:
- (11:25) hello world

For optimal use, put in $HOME/bin folder under a name like note for easier usage.

About

Quick command line note app

License:ISC License


Languages

Language:Python 100.0%