mirror of
https://github.com/xqtc161/meowlog.git
synced 2024-11-21 09:20:32 +01:00
assets | ||
client | ||
.gitignore | ||
Cargo.toml | ||
meowlog.proto | ||
README.md |
meowlog
WIP SUBJECT TO CHANGE
⚠️ IMPORTANT
The client's core functionality (managing substances and ingestions) works. The codebase is a mess and will be heavily refactired so use at your own risk. There will be no backwards compatibility until the first stable release.
Planned features:
- Managing ingestions and substances
- Having a sensible set of default substances (taken from tripsit or psychonautwiki idk yet)
- Circular Concurrency Checking for binary files
- Server with syncing capabilities and maybe also a frontend with a similar featureset like the Psychonaut Wiki Journal app
- Referring to harm reduction resources in the CLI
Current problems:
- Codebase is a mess
- No tests
- Poor error handling
- Unoptimized memory usage
Client usage:
Commands:
add-ingestion Adds ingestion
edit-ingestion Edits an ingestion
list-ingestions List ingestions
remove-ingestion Remove ingestion
add-substance Adds substance
edit-substance Edits an substance
list-substances List substances
remove-substance Remove substance
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version