https://github.com/fsmiamoto/ck
Checkout git branches with a fuzzy-finder
https://github.com/fsmiamoto/ck
fuzzy-matching fuzzy-search git golang
Last synced: 6 months ago
JSON representation
Checkout git branches with a fuzzy-finder
- Host: GitHub
- URL: https://github.com/fsmiamoto/ck
- Owner: fsmiamoto
- Created: 2020-05-24T18:14:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T01:31:31.000Z (about 6 years ago)
- Last Synced: 2026-01-05T08:09:52.592Z (6 months ago)
- Topics: fuzzy-matching, fuzzy-search, git, golang
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ck
Checkout git branches with fuzzy finding, using [go-fuzzyfinder](https://github.com/ktr0731/go-fuzzyfinder)
and [go-git](https://github.com/go-git/go-git)

## Installation
```bash
$ go get github.com/fsmiamoto/ck/cmd/ck
```
Make sure to have `GOBIN` on your path, you can check it with:
```bash
$ go env GOBIN
```