README.md (477B)
- # mood
- A mood-tracker in POSIX Shell Script.
- ## Usage
- Please modify ``moods_dir`` and ``git_auto_push`` into ``mood`` to the appropriate values for your usage.
- ```
- Usage: mood [new mood_description|check|show|list]
- Subcommands:
- new: inserts a new mood
- check: Reminds you to input your daily mood if not done
- show: show the mood(s) of the day
- list: list the mood(s) files
- ```
- ## Dependencies
- * POSIX system: required
- * git: recommended, used for syncing between devices