Orhan Balci
Orhan Balci
Enable labeling of commands. Than it would be nice to be able to query command history using different label selectors. For example some commands can be tagged to not appear...
It would be nice to be able to replay commands with the ability to overwrite arguments
Sometimes users do not want to pass all parameters directly to commands. Interactive prompts for taking parameter would be nice user experience. Libraries such as [enquirer](https://github.com/termapps/enquirer) enables type safe input...
Hi there. First of all this is a good library. Thanks for the effort. It would be nice to have command completion using [rustyline](https://github.com/kkawakam/rustyline)
Add an option to apply converted scheme to users terminal.
Add support for getting themes from [alacritty-theme](https://github.com/eendroroy/alacritty-theme) repo
Evaluate lyon path implementation for path following behavior https://github.com/nical/lyon/tree/master/path
Hi there; When I try to call blocking normalize function. Call fails with ``` RuntimeError: There is no current event loop in thread 'Thread-7'. ```
Hi there. Is it possible to store generators as a field of a struct? I try to implement a parser state machine using generators. I need to perform operations whenever...