https://github.com/okhiroyuki/zsh-git-switch-branch-skim
zsh plugin to git switch branch by lotabout/skim
https://github.com/okhiroyuki/zsh-git-switch-branch-skim
git sheldon skim
Last synced: 9 months ago
JSON representation
zsh plugin to git switch branch by lotabout/skim
- Host: GitHub
- URL: https://github.com/okhiroyuki/zsh-git-switch-branch-skim
- Owner: okhiroyuki
- License: mit
- Created: 2024-03-16T02:07:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T14:37:19.000Z (over 1 year ago)
- Last Synced: 2025-01-07T05:33:41.406Z (11 months ago)
- Topics: git, sheldon, skim
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - git-switch-branch-skim - Allows you to switch `git` branches with [skim](https://github.com/lotabout/skim) (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - git-switch-branch-skim - Allows you to switch `git` branches with <b><code> 6093⭐</code></b> <b><code> 223🍴</code></b> [skim](https://github.com/lotabout/skim)) (Plugins / ZSH on Windows)
README
# zsh-git-switch-branch-skim
Zsh plugin to switch branch by skim ()
## Install
Add the following to the Sheldon config file.
```toml
[plugins.zsh-git-switch-branch-skim]
github = "okhiroyuki/zsh-git-switch-branch-skim"
```
Or run `add` with the `--github` option.
```zsh
sheldon add zsh-git-switch-branch-skim --git okhiroyuki/zsh-git-switch-branch-skim
```
## Usage
```zsh
zle -N zsh-git-switch-branch-skim
bindkey '^b' zsh-git-switch-branch-skim
```