Table of contents
history
Command history in Zsh@unix.stackexchange.com1
ZSH - output whole history?2
fzf by Junegunn Choi3
Have a look at fzf. It helps not only finding “whatever-particles” in your shell history, but also in other interesting places, e.g. browser history, directory history, etc.
fzf is a command-line fuzzy finder. That means you can search for particles or fractions of what you are looking for and it will display a collection of matches which you can continuously refine. It’s really a game changer.
The homepage of the author contains a number of illustrative examples.
fd
- https://juejin.cn/post/7085880670374854692
- 一款开源的文件搜索神器,终于不用记 find 命令了
HelloGitHub
2022年04月13日 08:37 · 阅读 11924
Command history in Zsh, discussed at unix.stackexchange.com ↩
output whole history? discussed at superuser.com ↩
It’s an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc., by by Junegunn Choi ↩