openpomodoro-cli
openpomodoro-cli copied to clipboard
`init` command to create directory/settings/hooks files
From #22
$ pomodoro init
Created ~/.pomodoro/settings
Created ~/.pomodoro/hooks/start
Created ~/.pomodoro/hooks/stop
# ... etc
Done!
this would be useful for devs.
i can then hook in a telegram message to the team using https://github.com/ytanne/pomodoro_bot
I'd love this if we can also specify a target directory -- I prefer application configs in ~/.config/some_appname/
I haven't been actively using it due to my current dev setup at work, but I'd happily review/approve a PR if someone wants to attempt this
Some XDG_CONFIG/.pomodororc
configuration file where to specify the data dir would be great, too (#16?).