You can configure the database directory, filename and table name in the notw/__init__.py file.
Requires Python>=3.8
$ cd notw
$ sh install.sh $ git clone https://github.com/Jighdan/notw
$ cd notw
$ pip install -e . || pip3 install -e . $ notw
# adds a new note
$ notw -n "YOUR NOTE HERE"
# (X Represents the note index)
# deletes a note
$ notw -r X
# updates a note content
$ notw -u X "NEW CONTENT HERE"