watchbind icon indicating copy to clipboard operation
watchbind copied to clipboard

A cli menu for periodically watching a program's output and executing commands on its lines through keybindings

Results 23 watchbind issues
Sort by recently updated
recently updated
newest added

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

enhancement

This would make watchbind a lot more powerful, and would be required for implementing a little TUI file manager (if we go into a directory, we'd have to change what...

wontfix

For blocking subcommands that execute for a very long time, it is often unclear whether the subcommand is actually still executing, or whether it has completed. Therefore, it would be...

enhancement

There are different possibilities of how to sort the keybindings when displaying, but this is my preferred one: Sort according to their configuration hierarchy and insertion order: Larger (in terms...

enhancement

Now that we are releasing proper versions with new features and/or bug fixes, we should definitely have an automatically generated changelog file. `git-cliff` looks like a cool tool to implement...

documentation

Currently, I am using Python as a scripting language and then calling the rust binary. However, I am becoming increasingly frustrated with Python's lack of compile-time type system, which becomes...

enhancement

Current modes are: regular (TUI), help mode, and text input mode will be added in the future.

enhancement

The primary target of this project is currently Linux, but, ideally, I would also like to support other platforms. Currently, we are already generating binaries for Windows and MacOS (through...

I think this would be quite useful for more powerful scripting. The updated `exec &` command could maybe look like: ``` exec & -- ---- ``` This design would entail:...

enhancement