hstr (hh) - history 検索を快適にするCLIツール
2021-02-14
hstr とは
hstr - https://github.com/dvorka/hstr
- bash や zsh で動作するコマンド履歴検索ツール
- インクリメンタル検索ができ、過去に入力したコマンドが簡単に検索できる
導入手順
# hstr のインストール
brew install hstr
# bash
hstr --show-configuration >> ~/.bashrc
# zsh
hstr --show-configuration >> ~/.zshrc
使い方
# キーボードショートカット
control + R
# or 手動実行
hh --