openpomodoro-cli icon indicating copy to clipboard operation
openpomodoro-cli copied to clipboard

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

Open justincampbell opened this issue 2 years ago • 4 comments

From #22

$ pomodoro init
Created ~/.pomodoro/settings
Created ~/.pomodoro/hooks/start
Created ~/.pomodoro/hooks/stop
# ... etc
Done!

justincampbell avatar Sep 15 '22 17:09 justincampbell

this would be useful for devs.

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

gedw99 avatar Jan 13 '23 15:01 gedw99

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

Munchotaur avatar Jun 15 '23 15:06 Munchotaur

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

justincampbell avatar Jun 15 '23 16:06 justincampbell

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

pataquets avatar May 14 '24 12:05 pataquets