| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | many more `rtree get` tests | Stefan Majewsky | 2017-07-07 | 1 | -0/+2 |
| | | |||||
| * | add first test | Stefan Majewsky | 2017-07-07 | 1 | -1/+11 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 1 | -3/+3 |
| | | | | | | | | | | | - 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 | -0/+62 |
| | | |||||
| * | YAGNI | Stefan Majewsky | 2017-05-07 | 1 | -1/+1 |
| | | |||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 1 | -30/+47 |
| | | |||||
| * | 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 | 1 | -0/+186 |
