Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 499 Bytes

tabby

Source code editor written in Go using go-gtk bindings. It aims to handle navigation effectively among large number of files.

screenshot:

tabby!

dependencies:

go go-gtk libgtk2.0-dev libgtksourceview2.0-dev

build & run:

  1. Install Go & set GOPATH
  2. Put tabby git repo into your $GOPATH/src/ directory
  3. type "go install tabby"
  4. call $GOPATH/bin/tabby