aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* refactor package rtree towards testabilityStefan Majewsky2017-05-091-9/+0
* refactor cli.Interface yet againStefan Majewsky2017-05-091-6/+5
* implement TUI instance for when stdin is not a ttyStefan Majewsky2017-05-091-6/+1
* replace panic() by a collector for early errorsStefan Majewsky2017-05-091-0/+9
* refactor towards new cli.InterfaceStefan Majewsky2017-05-071-4/+10
* bubble up exit codes instead of calling os.Exit() in functionsStefan Majewsky2017-05-071-14/+8
* add "cli" package with a Query methodStefan Majewsky2017-05-041-0/+8
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-021-76/+15
* move code out of main.go into the model typesStefan Majewsky2017-05-021-94/+9
* implement subcommands: remotes, repos, eachStefan Majewsky2017-04-041-3/+62
* implement "index" subcommandStefan Majewsky2017-04-041-0/+72
* prepare subcommand structureStefan Majewsky2017-04-041-10/+45
* read and write index fileStefan Majewsky2017-04-041-0/+28