open-pomodoro / openpomodoro-cli

A command-line Pomodoro tracker which uses the Open Pomodoro Format
MIT License
322 stars 25 forks source link

`init` command to create directory/settings/hooks files #23

Open justincampbell opened 1 year ago

justincampbell commented 1 year ago

From #22

$ pomodoro init
Created ~/.pomodoro/settings
Created ~/.pomodoro/hooks/start
Created ~/.pomodoro/hooks/stop
# ... etc
Done!
gedw99 commented 1 year ago

this would be useful for devs.

i can then hook in a telegram message to the team using https://github.com/ytanne/pomodoro_bot

Munchotaur commented 1 year ago

I'd love this if we can also specify a target directory -- I prefer application configs in ~/.config/some_appname/

justincampbell commented 1 year ago

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

pataquets commented 2 months ago

Some XDG_CONFIG/.pomodororc configuration file where to specify the data dir would be great, too (#16?).