rrun icon indicating copy to clipboard operation
rrun copied to clipboard

minimalistic command launcher in rust

Results 7 rrun issues
Sort by recently updated
recently updated
newest added

1. Open rrun dialogue 2. Type in some command 3. Press Enter I can see the spawned process in the list of processes: ``` shell $ ps -o state=,command |...

The current UI is usable, but not really eye-candy ;) Moreover, having only one line for the user-specified query and the results makes selection of completions slower than necessary. I...

It would save a little time, if one could directly select an entry from the list view with a shortcut like `Ctrl+7`. The corresponding code would probably need to go...

enhancement
help wanted

I'd be nice to have some shortcuts to act on the content of the text (or interpret the text). Ideas: Alt+g -> open browser with content (aka url) Alt+k ->...

Although we use travis, only one test function is implemented. That should be more, now that we have several components that can be unit-tested..

The source code is making use of far too many unwrap() calls. We should handle all return values explicitely and fail with a good and explanatory message if some call...

The documentation is rather scarce. Now, with a new undocumented configuration file, that needs to be documented