fritzrehde / watchbind

A cli menu for periodically watching a program's output and executing commands on its lines through keybindings
GNU General Public License v3.0
20 stars 3 forks source link

Option to unmap default keybindings #33

Open fritzrehde opened 1 year ago

fritzrehde commented 1 year ago

Maybe this could just be an option to disable default commands altogether.

fritzrehde commented 9 months ago

My initial thought was to provide a noop operation that does nothing, so default keybindings can be mapped to that. However, I think that (alone) does not make much sense, because the default keybindings provided by watchbind might change in the future, which would then necessesitate a change in the user's config file, which is unnecessary coupling. I would prefer a no-default-keybindings option.