Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babarot/zsh-history-ltsv
:mag: Command history tool available on Zsh enhanced drastically
https://github.com/babarot/zsh-history-ltsv
zplug zsh
Last synced: 15 days ago
JSON representation
:mag: Command history tool available on Zsh enhanced drastically
- Host: GitHub
- URL: https://github.com/babarot/zsh-history-ltsv
- Owner: babarot
- License: mit
- Created: 2017-02-05T09:43:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T12:14:24.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T02:18:51.085Z (6 months ago)
- Topics: zplug, zsh
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zsh-history-enhanced
====================A history tool enhanced for zsh users
## Features
- Histroy search like [enhancd](https://github.com/b4b4r07/enhancd)
- etc...## Installation
```zsh
zplug "b4b4r07/zsh-history-enhanced"
```and then,
```zsh
if zplug check "b4b4r07/zsh-history-enhanced"; then
ZSH_HISTORY_FILTER="fzy:fzf:peco:percol"
ZSH_HISTORY_KEYBIND_GET_BY_DIR="^r"
ZSH_HISTORY_KEYBIND_GET_ALL="^r^a"
fi
```## Usage
- `ZSH_HISTORY_FILE`
- `ZSH_HISTORY_FILTER`
- `ZSH_HISTORY_KEYBIND_GET_BY_DIR`
- `ZSH_HISTORY_KEYBIND_GET_ALL`## License
MIT
## Author
b4b4r07