https://github.com/buzz-language/shiplog
A journal keeping cli tools made to showcase buzz
https://github.com/buzz-language/shiplog
Last synced: 3 months ago
JSON representation
A journal keeping cli tools made to showcase buzz
- Host: GitHub
- URL: https://github.com/buzz-language/shiplog
- Owner: buzz-language
- License: mit
- Created: 2023-09-08T05:36:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T10:09:54.000Z (over 2 years ago)
- Last Synced: 2025-04-06T09:53:56.272Z (about 1 year ago)
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚓ Shiplog
A very simple journal keeping cli tool
## Usage
### Options:
- `-h`, `--help`: Show this help message and exit.
### Commands:
- `init`, `i`: Init shiplog database and git repository
- `add`, `a`: Write a log entry
- `modify`, `mod`, `m`: Modify a log entry
- `delete`, `del`, `d`: Delete an entry
- `list`, `ls`, `l`: List log entries
- `view`, `v`: View an entry
You can have a detailed help for each command with the `--help` option.
## Requirements
- SQLite3