An open API service indexing awesome lists of open source software.

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

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)

![Demo of ck](.github/gifs/demo.svg)

## 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
```