|
|
|
@ -4,12 +4,11 @@ |
|
|
|
[](https://github.com/curusarn/resh/actions/workflows/go.yaml) |
|
|
|
[](https://github.com/curusarn/resh/actions/workflows/go.yaml) |
|
|
|
[](https://github.com/curusarn/resh/actions/workflows/sh.yaml) |
|
|
|
[](https://github.com/curusarn/resh/actions/workflows/sh.yaml) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# REcycle SHell |
|
|
|
# REcycle SHell |
|
|
|
|
|
|
|
|
|
|
|
Context-based replacement for `zsh` and `bash` shell history. |
|
|
|
Context-based replacement for `zsh` and `bash` shell history. |
|
|
|
|
|
|
|
|
|
|
|
Find any command you have ran before. |
|
|
|
Find any command you have used before. |
|
|
|
Releveant results are displayed first based on current directory, git repo, and exit status. |
|
|
|
Releveant results are displayed first based on current directory, git repo, and exit status. |
|
|
|
|
|
|
|
|
|
|
|
<!-- Contextual shell history --> |
|
|
|
<!-- Contextual shell history --> |
|
|
|
@ -23,8 +22,6 @@ Releveant results are displayed first based on current directory, git repo, and |
|
|
|
<!-- Better zsh history --> |
|
|
|
<!-- Better zsh history --> |
|
|
|
<!-- PWD Directory --> |
|
|
|
<!-- PWD Directory --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Install |
|
|
|
## Install |
|
|
|
|
|
|
|
|
|
|
|
Install RESH with one command: |
|
|
|
Install RESH with one command: |
|
|
|
@ -40,6 +37,7 @@ More options on [Installation page ⇗](./installation.md) |
|
|
|
## Update |
|
|
|
## Update |
|
|
|
|
|
|
|
|
|
|
|
Once installed RESH can be updated using: |
|
|
|
Once installed RESH can be updated using: |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
```sh |
|
|
|
reshctl update |
|
|
|
reshctl update |
|
|
|
``` |
|
|
|
``` |
|
|
|
@ -82,4 +80,4 @@ TODO: This doesn't seem like the right place for keybindings |
|
|
|
|
|
|
|
|
|
|
|
Find help on [Troubleshooting page ⇗](./troubleshooting.md) |
|
|
|
Find help on [Troubleshooting page ⇗](./troubleshooting.md) |
|
|
|
|
|
|
|
|
|
|
|
Still got an issue? [Create an issue](https://github.com/curusarn/resh/issues) |
|
|
|
Problem persists? [Issues ⇗](https://github.com/curusarn/resh/issues) |
|
|
|
|