| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add i3status applet, initially with a clock only | Stefan Majewsky | 2017-11-15 | 4 | -1/+145 |
| | | |||||
| * | fix handling of Git submodules | Stefan Majewsky | 2017-10-06 | 3 | -17/+53 |
| | | |||||
| * | fix formatting | Stefan Majewsky | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | more explanation of rtree-get | Stefan Majewsky | 2017-09-26 | 1 | -1/+13 |
| | | |||||
| * | fix prompt during `rtree get` when stdout redirected | Stefan Majewsky | 2017-09-26 | 1 | -5/+1 |
| | | |||||
| * | should not attempt to clone repo during rtree-drop | Stefan Majewsky | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | fix compile on macos | Stefan Majewsky | 2017-09-01 | 1 | -1/+2 |
| | | |||||
| * | remove unnecessary parentheses | Stefan Majewsky | 2017-08-31 | 2 | -2/+2 |
| | | |||||
| * | document rtree | Stefan Majewsky | 2017-08-31 | 1 | -3/+53 |
| | | |||||
| * | prompt: add fields for active kubectl context and OpenStack credentials | Stefan Majewsky | 2017-08-21 | 2 | -0/+85 |
| | | |||||
| * | documentation for prettyprompt | Stefan Majewsky | 2017-08-19 | 2 | -0/+36 |
| | | |||||
| * | prompt: handle newly initialized Git repo without any commits correctly | Stefan Majewsky | 2017-08-19 | 1 | -2/+6 |
| | | |||||
| * | prettyprompt: show exit code of previous command | Stefan Majewsky | 2017-08-19 | 3 | -3/+18 |
| | | |||||
| * | prettyprompt: print second line with shell identification and prompt char | Stefan Majewsky | 2017-08-19 | 1 | -0/+11 |
| | | |||||
| * | prettyprompt: add repo status display | Stefan Majewsky | 2017-08-19 | 3 | -12/+80 |
| | | |||||
| * | prettyprompt: show $TERM if not xterm-256color | Stefan Majewsky | 2017-08-19 | 2 | -0/+33 |
| | | |||||
| * | prettyprompt: highlight path elements inside Git repo (if any) | Stefan Majewsky | 2017-08-19 | 1 | -9/+33 |
| | | |||||
| * | prettyprompt: add accessibility check to cwd display | Stefan Majewsky | 2017-08-19 | 2 | -17/+49 |
| | | |||||
| * | prettyprompt: implement basic cwd display | Stefan Majewsky | 2017-08-19 | 3 | -2/+124 |
| | | |||||
| * | fix formatting errors for stderr messages | Stefan Majewsky | 2017-08-19 | 1 | -3/+3 |
| | | |||||
| * | prompt: draw separator line | Stefan Majewsky | 2017-07-11 | 2 | -8/+33 |
| | | |||||
| * | yagni | Stefan Majewsky | 2017-07-11 | 4 | -79/+36 |
| | | |||||
| * | sketch out first steps of prettyprompt.go | Stefan Majewsky | 2017-07-10 | 5 | -1/+181 |
| | | |||||
| * | more compact specification of recorded commands | Stefan Majewsky | 2017-07-07 | 2 | -25/+27 |
| | | |||||
| * | many more `rtree get` tests | Stefan Majewsky | 2017-07-07 | 4 | -30/+207 |
| | | |||||
| * | add first test | Stefan Majewsky | 2017-07-07 | 8 | -8/+307 |
| | | |||||
| * | refactor package rtree towards testability | Stefan Majewsky | 2017-05-09 | 7 | -118/+109 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 8 | -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 tty | Stefan Majewsky | 2017-05-09 | 3 | -11/+76 |
| | | |||||
| * | replace panic() by a collector for early errors | Stefan Majewsky | 2017-05-09 | 5 | -9/+67 |
| | | |||||
| * | YAGNI | Stefan Majewsky | 2017-05-07 | 3 | -121/+6 |
| | | |||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 8 | -228/+415 |
| | | |||||
| * | bubble up exit codes instead of calling os.Exit() in functions | Stefan Majewsky | 2017-05-07 | 2 | -35/+29 |
| | | |||||
| * | propagate errors upwards properly | Stefan Majewsky | 2017-05-05 | 4 | -119/+172 |
| | | |||||
| * | implement rtree drop | Stefan Majewsky | 2017-05-05 | 3 | -3/+67 |
| | | | | | | rtree is functionally complete, but the implementation is very messy now. :( | ||||
| * | implement rtree import | Stefan Majewsky | 2017-05-05 | 4 | -2/+96 |
| | | |||||
| * | provide applet symlinks in build/ directory | Stefan Majewsky | 2017-05-05 | 1 | -2/+6 |
| | | |||||
| * | move rtree from util.Prompt to cli.Query | Stefan Majewsky | 2017-05-04 | 3 | -73/+36 |
| | | |||||
| * | add "cli" package with a Query method | Stefan Majewsky | 2017-05-04 | 585 | -0/+208648 |
| | | |||||
| * | initial implementation of "rtree get" command | Stefan Majewsky | 2017-05-02 | 5 | -14/+199 |
| | | |||||
| * | restructure rtree into gofu (with rtree as the first applet) | Stefan Majewsky | 2017-05-02 | 8 | -99/+160 |
| | | |||||
| * | move code out of main.go into the model types | Stefan Majewsky | 2017-05-02 | 3 | -94/+114 |
| | | |||||
| * | implement subcommands: remotes, repos, each | Stefan Majewsky | 2017-04-04 | 2 | -3/+69 |
| | | |||||
| * | implement "index" subcommand | Stefan Majewsky | 2017-04-04 | 5 | -28/+380 |
| | | |||||
| * | prepare subcommand structure | Stefan Majewsky | 2017-04-04 | 1 | -10/+45 |
| | | |||||
| * | read and write index file | Stefan Majewsky | 2017-04-04 | 28 | -0/+11156 |
| | | |||||
| * | Initial commit | Stefan Majewsky | 2017-04-04 | 1 | -0/+674 |
