summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add test coverage for ExpandRemoteURL, add ContractRemoteURLStefan Majewsky2020-03-282-0/+87
|
* remove i3status appletStefan Majewsky2020-03-286-313/+1
| | | | I'm now using https://github.com/greshake/i3status-rust instead.
* rename pkg/ to internal/Stefan Majewsky2020-03-2821-14/+14
|
* use correct GOPATH for `go list`Stefan Majewsky2019-10-291-3/+3
|
* switch to go.modStefan Majewsky2019-10-29667-116999/+134337
|
* prettyprompt: ref file must be preferred over packed-refsStefan Majewsky2018-12-221-18/+23
|
* prettyprompt: understand git packed-refsStefan Majewsky2018-12-221-1/+17
|
* macOS supportStefan Majewsky2018-08-271-1/+3
|
* i3status: do not show network indicator if no IP addressStefan Majewsky2017-11-171-0/+3
|
* i3status: fix AC adapter recognitionStefan Majewsky2017-11-171-3/+3
|
* i3status: add IP addresses, avoid UnicodeStefan Majewsky2017-11-153-9/+82
|
* i3status: add battery blockStefan Majewsky2017-11-152-10/+102
|
* add i3status applet, initially with a clock onlyStefan Majewsky2017-11-154-1/+145
|
* fix handling of Git submodulesStefan Majewsky2017-10-063-17/+53
|
* fix formattingStefan Majewsky2017-09-261-1/+1
|
* more explanation of rtree-getStefan Majewsky2017-09-261-1/+13
|
* fix prompt during `rtree get` when stdout redirectedStefan Majewsky2017-09-261-5/+1
|
* 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-312-2/+2
|
* 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
|