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

https://github.com/jhsu/gobr

curses git branch switching
https://github.com/jhsu/gobr

Last synced: about 1 month ago
JSON representation

curses git branch switching

Awesome Lists containing this project

README

        

# gobr

Curses git branch switching.

## Install

```bash
go install github.com/jhsu/gobr
```

Make sure that `$GOPATH/bin` is in your `$PATH`.

## Usage

```
j - down
k - up
enter - select branch
q - quit
```

![example](gobr.gif)