Quickly preview and execute terminal commands with zsh-quick-history.
- IMPORTANT: Replace
path/to/repo
with your own filepath preferance - clone this repository
git clone https://github.com/maustinster/zsh-quick-history.git ~/path/to/repo
- add
source ~/path/to/repo/zsh-quick-history.zsh
to~/.zshrc
- relaunch the terminal (restart the app, or run
source ~/.zshrc
)
Not currently available.
Quick previews will be immediately available when typing.
To quickly execute a command, create a key binding to quick-history-execute
in ~/.zshrc
.
# Esc, Return to quickly execute history
bindkey '^[^M' quick-history-execute
Join me on Discord!