Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okhiroyuki/zsh-select-history-skim
zsh plugin to search history by lotabout/skim
https://github.com/okhiroyuki/zsh-select-history-skim
sheldon skim zsh
Last synced: 5 days ago
JSON representation
zsh plugin to search history by lotabout/skim
- Host: GitHub
- URL: https://github.com/okhiroyuki/zsh-select-history-skim
- Owner: okhiroyuki
- License: mit
- Created: 2024-03-16T02:58:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:34:53.000Z (3 months ago)
- Last Synced: 2024-08-03T15:47:24.761Z (3 months ago)
- Topics: sheldon, skim, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-select-history-skim
zsh plugin to search history by skim ()## Install
Add the following to the Sheldon config file.
```toml
[plugins.zsh-select-history-skim]
github = "okhiroyuki/zsh-select-history-skim"
```Or run `add` with the `--github` option.
```zsh
sheldon add zsh-select-history-skim --git okhiroyuki/zsh-select-history-skim
```## Usage
```zsh
zle -N zsh-select-history-skim
bindkey '^r' zsh-select-history-skim
```