aboutsummaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* refactor package rtree towards testabilityStefan Majewsky2017-05-096-109/+109
* refactor cli.Interface yet againStefan Majewsky2017-05-097-124/+136
* implement TUI instance for when stdin is not a ttyStefan Majewsky2017-05-092-5/+75
* replace panic() by a collector for early errorsStefan Majewsky2017-05-094-9/+58
* YAGNIStefan Majewsky2017-05-073-121/+6
* refactor towards new cli.InterfaceStefan Majewsky2017-05-077-224/+405
* bubble up exit codes instead of calling os.Exit() in functionsStefan Majewsky2017-05-071-21/+21
* propagate errors upwards properlyStefan Majewsky2017-05-054-119/+172
* implement rtree dropStefan Majewsky2017-05-053-3/+67
* implement rtree importStefan Majewsky2017-05-054-2/+96
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-043-73/+36
* add "cli" package with a Query methodStefan Majewsky2017-05-042-0/+291
* initial implementation of "rtree get" commandStefan Majewsky2017-05-025-14/+199
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-025-0/+670