A very simple journal keeping cli tool
-h
,--help
: Show this help message and exit.
init
,i
: Init shiplog database and git repositoryadd
,a
: Write a log entrymodify
,mod
,m
: Modify a log entrydelete
,del
,d
: Delete an entrylist
,ls
,l
: List log entriesview
,v
: View an entry
You can have a detailed help for each command with the --help
option.
- SQLite3