A very simple journal keeping cli tool
Installation
Usage
Options:
-h,--help: Show this help message and exit.
Commands:
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 entrygit: Forward git commands to shiplog's repository
You can have a detailed help for each command with the --help option.
Features
- Write log entries
- Tag entries
- Interactive mode with sirocco
- User defined attributes
- Filter entries
- by tags
- by attributes
- Encrypt/Decrypt entries with gpg key
- Sync over git repository
Requirements
- SQLite3
- git
