aboutsummaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* should not attempt to clone repo during rtree-dropStefan Majewsky2017-09-261-1/+1
* fix compile on macosStefan Majewsky2017-09-011-1/+2
* remove unnecessary parenthesesStefan Majewsky2017-08-311-1/+1
* prompt: add fields for active kubectl context and OpenStack credentialsStefan Majewsky2017-08-212-0/+85
* prompt: handle newly initialized Git repo without any commits correctlyStefan Majewsky2017-08-191-2/+6
* prettyprompt: show exit code of previous commandStefan Majewsky2017-08-192-2/+17
* prettyprompt: print second line with shell identification and prompt charStefan Majewsky2017-08-191-0/+11
* prettyprompt: add repo status displayStefan Majewsky2017-08-193-12/+80
* prettyprompt: show $TERM if not xterm-256colorStefan Majewsky2017-08-192-0/+33
* prettyprompt: highlight path elements inside Git repo (if any)Stefan Majewsky2017-08-191-9/+33
* prettyprompt: add accessibility check to cwd displayStefan Majewsky2017-08-192-17/+49
* prettyprompt: implement basic cwd displayStefan Majewsky2017-08-193-2/+124
* fix formatting errors for stderr messagesStefan Majewsky2017-08-191-3/+3
* prompt: draw separator lineStefan Majewsky2017-07-112-8/+33
* yagniStefan Majewsky2017-07-114-79/+36
* sketch out first steps of prettyprompt.goStefan Majewsky2017-07-103-0/+177
* more compact specification of recorded commandsStefan Majewsky2017-07-072-25/+27
* many more `rtree get` testsStefan Majewsky2017-07-074-30/+207
* add first testStefan Majewsky2017-07-076-7/+192
* refactor package rtree towards testabilityStefan Majewsky2017-05-096-109/+109
* refactor cli.Interface yet againStefan Majewsky2017-05-097-124/+136
* implement TUI instance for when stdin is not a ttyStefan Majewsky2017-05-092-5/+75
* replace panic() by a collector for early errorsStefan Majewsky2017-05-094-9/+58
* YAGNIStefan Majewsky2017-05-073-121/+6
* refactor towards new cli.InterfaceStefan Majewsky2017-05-077-224/+405
* bubble up exit codes instead of calling os.Exit() in functionsStefan Majewsky2017-05-071-21/+21
* 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
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-043-73/+36
* add "cli" package with a Query methodStefan Majewsky2017-05-042-0/+291
* initial implementation of "rtree get" commandStefan Majewsky2017-05-025-14/+199
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-025-0/+670