aboutsummaryrefslogtreecommitdiff
path: root/pkg/rtree/index.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor cli.Interface yet againStefan Majewsky2017-05-091-24/+24
| | | | | | | | | | - Only one global instance now, so we don't need to pass it around all the time. - Allow to swap out the Command.Run implementation for unit tests. - Can now use cli.Interface during func init() of packages importing pkg/cli.
* replace panic() by a collector for early errorsStefan Majewsky2017-05-091-5/+9
|
* refactor towards new cli.InterfaceStefan Majewsky2017-05-071-66/+80
|
* propagate errors upwards properlyStefan Majewsky2017-05-051-56/+103
|
* implement rtree dropStefan Majewsky2017-05-051-0/+34
| | | | | rtree is functionally complete, but the implementation is very messy now. :(
* implement rtree importStefan Majewsky2017-05-051-0/+49
|
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-041-32/+35
|
* initial implementation of "rtree get" commandStefan Majewsky2017-05-021-2/+112
|
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-021-0/+187