Mood tracking cli app
$ npm install -g climood
$ climood COMMAND
running command...
$ climood (-v|--version|version)
climood/0.0.3 darwin-x64 node-v16.9.1
$ climood --help [COMMAND]
USAGE
$ climood COMMAND
...
Save mood of the day
USAGE
$ climood add
OPTIONS
--condition=Procrastinated|Motivated|Tired
--[no-]describe
--job=Main job|Side project|Other
--mood=2|1|0|-1|-2
--text=text
See code: src/commands/add.ts
display help for climood
USAGE
$ climood help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Reset database
USAGE
$ climood reset
See code: src/commands/reset.ts
Shows your moods stat
USAGE
$ climood stats
OPTIONS
-d, --detail Render text of mood in list
-p, --period=w|m|y|a [default: w] You can filter records by passing date period; w - current week, m - current month,
y - current year, a - for all time
--plot Render stats with plot chart
See code: src/commands/stats.ts