All notable changes to this project will be documented in this file.
The format is based on http://keepachangelog.com/en/1.0.0/ and this project adheres to http://semver.org/spec/v2.0.0.html.
- Add flag --cut to cmd/grab
- Fix incorrect index of func types
- Command cmd/gotoi colors output
- Rename cmd/goindex to cmd/index
- Add cmd/gotoi for listing and opening emacs by index
- Add cmd/goto for opening emacs
- Command goindex outputs starting line
- Fix broken section indexing, where related comments where considered decoupled
- cmd/grab fails on bad input
- Fix multiline func and type comments
- Add example test of Section.Grab
- Rename cmd/gograb to cmd/grab, its not specific to Go files
- Fix bug, prefix check at end of source
- Add cmd/goindex and cmd/gograb