Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,23 @@ cargo build --release

### Pre-built binaries

_Coming soon..._

---

## 🔧 Shell Integration

To use `rushstr` as your reverse history search (e.g., replacing `Ctrl+R`):

### Zsh

Add this to your `~/.zshrc`:
# 🔧 MacOS

```zsh
eval "$(rushstr --zsh-shell-conf)"
# one time
brew tap donhk/homebrew-tap
# install
brew install donhk/homebrew-tap/rushstr
rushstr --zsh-shell-conf
source ~/.zshrc
# upgrade
brew upgrade donhk/homebrew-tap/rushstr
```

Then apply the changes:
# 🔧 Linux

```zsh
source ~/.zshrc
curl -sSL https://raw.githubusercontent.com/donhk/rushstr/main/install.sh | zsh
```

---
Expand Down Expand Up @@ -95,4 +92,4 @@ cargo test
cargo release 1.4.0 --no-push --no-tag --no-publish --execute
cargo patch --no-push --no-tag --no-publish --execute
cargo minor --no-push --no-tag --no-publish --execute
```
```