watchbind
watchbind copied to clipboard
A cli menu for periodically watching a program's output and executing commands on its lines through keybindings
Maybe this could just be an option to disable default commands altogether.
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...
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...
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...
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...
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...
Current modes are: regular (TUI), help mode, and text input mode will be added in the future.
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:...