logo

mood

A mood-tracker in a POSIX Shell Script. git clone https://hacktivis.me/git/mood.git

README.md (477B)


  1. # mood
  2. A mood-tracker in POSIX Shell Script.
  3. ## Usage
  4. Please modify ``moods_dir`` and ``git_auto_push`` into ``mood`` to the appropriate values for your usage.
  5. ```
  6. Usage: mood [new mood_description|check|show|list]
  7. Subcommands:
  8. new: inserts a new mood
  9. check: Reminds you to input your daily mood if not done
  10. show: show the mood(s) of the day
  11. list: list the mood(s) files
  12. ```
  13. ## Dependencies
  14. * POSIX system: required
  15. * git: recommended, used for syncing between devices