aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* document rtreeStefan Majewsky2017-08-311-3/+53
|
* prompt: add fields for active kubectl context and OpenStack credentialsStefan Majewsky2017-08-212-0/+85
|
* documentation for prettypromptStefan Majewsky2017-08-192-0/+36
|
* prompt: handle newly initialized Git repo without any commits correctlyStefan Majewsky2017-08-191-2/+6
|
* prettyprompt: show exit code of previous commandStefan Majewsky2017-08-193-3/+18
|
* 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-105-1/+181
|
* 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-078-8/+307
|
* refactor package rtree towards testabilityStefan Majewsky2017-05-097-118/+109
|
* refactor cli.Interface yet againStefan Majewsky2017-05-098-130/+141
| | | | | | | | | | - 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 ttyStefan Majewsky2017-05-093-11/+76
|
* replace panic() by a collector for early errorsStefan Majewsky2017-05-095-9/+67
|
* YAGNIStefan Majewsky2017-05-073-121/+6
|
* refactor towards new cli.InterfaceStefan Majewsky2017-05-078-228/+415
|
* bubble up exit codes instead of calling os.Exit() in functionsStefan Majewsky2017-05-072-35/+29
|
* propagate errors upwards properlyStefan Majewsky2017-05-054-119/+172
|
* implement rtree dropStefan Majewsky2017-05-053-3/+67
| | | | | rtree is functionally complete, but the implementation is very messy now. :(
* implement rtree importStefan Majewsky2017-05-054-2/+96
|
* provide applet symlinks in build/ directoryStefan Majewsky2017-05-051-2/+6
|
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-043-73/+36
|
* add "cli" package with a Query methodStefan Majewsky2017-05-04585-0/+208648
|
* initial implementation of "rtree get" commandStefan Majewsky2017-05-025-14/+199
|
* restructure rtree into gofu (with rtree as the first applet)Stefan Majewsky2017-05-028-99/+160
|
* move code out of main.go into the model typesStefan Majewsky2017-05-023-94/+114
|
* implement subcommands: remotes, repos, eachStefan Majewsky2017-04-042-3/+69
|
* implement "index" subcommandStefan Majewsky2017-04-045-28/+380
|
* prepare subcommand structureStefan Majewsky2017-04-041-10/+45
|
* read and write index fileStefan Majewsky2017-04-0428-0/+11156
|
* Initial commitStefan Majewsky2017-04-041-0/+674