zsh-history-substring-search 1.0.2
ZSH port of Fish history search (up arrow)
This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.
- Outputs:
out
- Website: https://github.com/zsh-users/zsh-history-substring-search
- Licenses: Modified BSD
- Package source: gnu/packages/shellutils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install zsh-history-substring-search 1.0.2
as follows:
guix install zsh-history-substring-search@1.0.2
Or install the latest version:
guix install zsh-history-substring-search
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.