aboutsummaryrefslogtreecommitdiff
path: root/pkg/rtree/index.go
Commit message (Collapse)AuthorAgeFilesLines
* 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