https://github.com/cakecatz/zsh-peco-ghq
https://github.com/cakecatz/zsh-peco-ghq
ghq peco zsh
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cakecatz/zsh-peco-ghq
- Owner: cakecatz
- Created: 2018-12-05T06:27:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T09:07:02.000Z (over 5 years ago)
- Last Synced: 2025-02-12T02:08:41.262Z (3 months ago)
- Topics: ghq, peco, zsh
- Language: Shell
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zsh-peco-ghq
Inspired by: https://weblog.bulknews.net/ghq-peco-percol-b6be7828dc1b
## Install
Install by your favorite plugin manager.
### antibody
```zsh
antibody bundle cakecatz/zsh-peco-ghq
```## Usage
Add code to `~/.zshrc` for shortcut key like this.
```zsh
zle -N zsh-peco-ghq
bindkey '^]' zsh-peco-ghq
```## Options
| Option | Description | Default value |
| :------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------ |
| **`ZSH_PECO_GHQ_FILTER`** | Set specific filter to `peco`. See list at peco's [--initial-filter](https://github.com/peco/peco#--initial-filter-ignorecasecasesensitivesmartcaseregexpfuzzy) | `IgnoreCase` |