| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | yagni | Stefan Majewsky | 2017-07-11 | 1 | -2/+4 |
| | | |||||
| * | many more `rtree get` tests | Stefan Majewsky | 2017-07-07 | 1 | -0/+2 |
| | | |||||
| * | add first test | Stefan Majewsky | 2017-07-07 | 3 | -5/+19 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 3 | -39/+53 |
| | | | | | | | | | | | - 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 | 2 | -5/+75 |
| | | |||||
| * | YAGNI | Stefan Majewsky | 2017-05-07 | 3 | -121/+6 |
| | | |||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 4 | -30/+269 |
| | | |||||
| * | implement rtree drop | Stefan Majewsky | 2017-05-05 | 1 | -2/+20 |
| | | | | | | rtree is functionally complete, but the implementation is very messy now. :( | ||||
| * | implement rtree import | Stefan Majewsky | 2017-05-05 | 1 | -1/+1 |
| | | |||||
| * | move rtree from util.Prompt to cli.Query | Stefan Majewsky | 2017-05-04 | 1 | -2/+1 |
| | | |||||
| * | add "cli" package with a Query method | Stefan Majewsky | 2017-05-04 | 2 | -0/+291 |
