Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T14:37:19.000Z (8 months ago)
- Last Synced: 2024-07-17T07:44:53.678Z (4 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
Awesome Lists containing this project
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
```