Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunaisnotaboy/mood
Simple CLI mood tracker (mirror)
https://github.com/lunaisnotaboy/mood
Last synced: about 2 months ago
JSON representation
Simple CLI mood tracker (mirror)
- Host: GitHub
- URL: https://github.com/lunaisnotaboy/mood
- Owner: lunaisnotaboy
- Created: 2022-06-15T17:38:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T17:39:56.000Z (over 2 years ago)
- Last Synced: 2024-10-12T19:41:40.660Z (3 months ago)
- Language: D
- Homepage: https://boxin.space/gitweb.cgi?p=mood;a=summary
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
### MOOD ###
Simple CLI mood tracker
# FEATURES
* Log mood ratings. You can do multiple per day
* View mood history over the day, week, month, year, or full history
* Edit entries for previous days# BUILDING
From this directory, `dub build` (you'll need dub and dmd installed).
# INSTALLATION
Build, then copy `mood` to somewhere in your $PATH
# FILES
Mood saves mood history to `$XDG_DATA_HOME/mood-history` (if that variable isn't
set then it's under `~/.local/share/`). That's the only persistent file it'll
touch.