Fritz Rehde

Results 52 issues of Fritz Rehde

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

This would make watchbind even more customizable. One use-case I thought of: maybe the watched command should be reloaded everytime a file is changed/edited inside the current directory. Instead of...

enhancement

I think watchbind can do so many things new users might not even think about, and might slightly go under the radar because of that. Therefore, we should create a...

documentation