github.com/fsmiamoto/ck@v0.0.2-0.20200603013204-6b305c3a6c30/README.md (about)

     1  # ck
     2  
     3  Checkout git branches with fuzzy finding, using [go-fuzzyfinder](https://github.com/ktr0731/go-fuzzyfinder)
     4  and [go-git](https://github.com/go-git/go-git)
     5  
     6  ![Demo of ck](.github/gifs/demo.svg)
     7  
     8  ## Installation
     9  
    10  ```bash 
    11  $ go get github.com/fsmiamoto/ck/cmd/ck
    12  ```
    13  Make sure to have `GOBIN` on your path, you can check it with:
    14  ```bash
    15  $ go env GOBIN
    16  ```
    17  
    18