Šimon Let

Results 140 comments of Šimon Let

Not an issue of versions but keep in mind that macOS comes with BSD utils

bind -X requires bash 4.3+

bind -x widgets require bash 4.0+

| OS | | bash | zsh | |------|---------|------| | macOS (Mojave) | **3.2.57** | 5.3 | | macOS (Catalina) | **3.2.57** | 5.7.1 | | Ubuntu LTS 16.04 (Xenial)...

a suggestion from reddit: change it from `~/.resh` to `~/.local/resh`

after you detect that the command is actually an alias using `which` you could expand it and save the expansion or the alias with the record

you could check if arguments are valid paths and save this information - fish does this when you spot a relative existing path you could expand it

We won't be saving the output of executed commands - it is a security issue, the output is large, and it is borderline impossible to access. BUT what if we...

Control+G should take whatever is in the search input and paste it onto the command line. Does it behave differently for you?

That would be also an interesting feature. Currently, you can achieve that by pressing `arrow right` and then `ctrl + R`. `arrow right` pastes the selected entry onto the command...