cadadr / pomodorino

A little Pomodoro app
https://www.gkayaalp.com/pomodorino.html
GNU General Public License v3.0
12 stars 1 forks source link

Remote control #40

Open cadadr opened 3 years ago

cadadr commented 3 years ago

A command line app that can be an alternative to the indicator menu for controlling all aspects of pomodorino would useful both for scripting and keyboard based control (which would help with a11y too).

This would require some IPC, probably best through a named Unix pipe under ~/.cache or /tmp.

The command line may allow for stringing of actions for easier keybindings on sophisticated DEs.

This whole thing could be combined with a dmenu / rofi script that is included in the release.

cadadr commented 3 years ago

55 may render this useless, or more likely a DBus interface for Pomodorino could be more useful than an own IPC API. Tho, "why not both" is also an option...