| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor package rtree towards testability | Stefan Majewsky | 2017-05-09 | 1 | -9/+0 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 1 | -6/+5 |
| | | | | | | | | | | | - 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. | ||||
| * | implement TUI instance for when stdin is not a tty | Stefan Majewsky | 2017-05-09 | 1 | -6/+1 |
| | | |||||
| * | replace panic() by a collector for early errors | Stefan Majewsky | 2017-05-09 | 1 | -0/+9 |
| | | |||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 1 | -4/+10 |
| | | |||||
| * | bubble up exit codes instead of calling os.Exit() in functions | Stefan Majewsky | 2017-05-07 | 1 | -14/+8 |
| | | |||||
| * | add "cli" package with a Query method | Stefan Majewsky | 2017-05-04 | 1 | -0/+8 |
| | | |||||
| * | restructure rtree into gofu (with rtree as the first applet) | Stefan Majewsky | 2017-05-02 | 1 | -76/+15 |
| | | |||||
| * | move code out of main.go into the model types | Stefan Majewsky | 2017-05-02 | 1 | -94/+9 |
| | | |||||
| * | implement subcommands: remotes, repos, each | Stefan Majewsky | 2017-04-04 | 1 | -3/+62 |
| | | |||||
| * | implement "index" subcommand | Stefan Majewsky | 2017-04-04 | 1 | -0/+72 |
| | | |||||
| * | prepare subcommand structure | Stefan Majewsky | 2017-04-04 | 1 | -10/+45 |
| | | |||||
| * | read and write index file | Stefan Majewsky | 2017-04-04 | 1 | -0/+28 |
