resh icon indicating copy to clipboard operation
resh copied to clipboard

RESH ❯❯ Contextual shell history for zsh and bash

Results 88 resh issues
Sort by recently updated
recently updated
newest added

Hi, very often when I open terminal I see the message shown below: error message ``` # RESH SEARCH APP failed - sorry for the inconvinience - check '/home/opravil/.cache/resh/cli_last_run_out.txt' and...

Not everyone wants to have their shell configs edited by robots. To give people more control over the install process, we ask them before adding lines to their shell configs....

See [install.sh#L219](https://github.com/curusarn/resh/blob/master/scripts/install.sh#L219) ```text All history recorded from now on will have context which will by the RESH SEARCH app. ``` presumably this snippet should say something along the lines of:...

struggling to find out this one, ctrl-r, works fine for a while, and then at some point it starts throwing errors until I close the bash shell and start a...

I've noticed this wonderful project recently. But it would be better if you can support the following search methods: - Case-insensitive search. - Regex based search. - Host/directory info based...

Is it possible to have custom keybinds, or rebind the current keybinds? For example, I would like to rebind `Enter` to paste onto the commandline for editing (instead of `Right`),...

is there a way to set the key bindings to work in vi mode? set -o vi

`bind -x` causes bash-preexec to run when it's not supposed to. I added some nasty hack to work around it but I would like to solve it properly. That said...

Problem: ssh will commonly end with non-zero exit code without failing Solution: detect command and have a special exit status rules for some commands based on their man page

enhancement
CLI app