mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Add zsh-history-filter
This commit is contained in:
parent
2b71127238
commit
bd342387d6
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ zapack is a basic fast minimal ZSH plugin loader.
|
|||
* [hints](https://github.com/joepvd/zsh-hints) - Display glob and parameter flags and other non completable info right under your editing buffer.
|
||||
* [hipchat](https://github.com/robertzk/hipchat.zsh) - Send hipchat messages from the shell.
|
||||
* [histdb](https://github.com/larkery/zsh-histdb) - Stores your history in an SQLite database.
|
||||
* [history-filter](https://github.com/MichaelAquilina/zsh-history-filter) - Allows you to specify patterns that will automatically exclude commands from being inserted into your permanent history. Particularly useful for preventing secrets being written.
|
||||
* [history-search-multi-word](https://github.com/zdharma/history-search-multi-word) - syntax highlighted, multi-word history searcher for ZSH, bound to Ctrl-R, with advanced functions (e.g. bump of history entry to top of history).
|
||||
* [history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) - Needs to be loaded after zsh-syntax-highlighting, or they'll both break. You'll also need to bind keys to its functions, details are in the README.md.
|
||||
* [history-sync](https://github.com/wulfgarpro/history-sync) - An Oh My Zsh plugin for GPG encrypted, Internet synchronized ZSH history using `git`.
|
||||
|
|
Loading…
Reference in a new issue