aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* replace panic() by a collector for early errorsStefan Majewsky2017-05-095-9/+67
* YAGNIStefan Majewsky2017-05-073-121/+6
* refactor towards new cli.InterfaceStefan Majewsky2017-05-078-228/+415
* bubble up exit codes instead of calling os.Exit() in functionsStefan Majewsky2017-05-072-35/+29
* 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
* provide applet symlinks in build/ directoryStefan Majewsky2017-05-051-2/+6
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-043-73/+36
* add "cli" package with a Query methodStefan Majewsky2017-05-04585-0/+208648
* initial implementation of "rtree get" commandStefan Majewsky2017-05-025-14/+199
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-028-99/+160
* move code out of main.go into the model typesStefan Majewsky2017-05-023-94/+114
* implement subcommands: remotes, repos, eachStefan Majewsky2017-04-042-3/+69
* implement "index" subcommandStefan Majewsky2017-04-045-28/+380
* prepare subcommand structureStefan Majewsky2017-04-041-10/+45
* read and write index fileStefan Majewsky2017-04-0428-0/+11156
* Initial commitStefan Majewsky2017-04-041-0/+674