index
:
gofu
main
My personal busybox built in Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-0
/
+177
*
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
6
-7
/
+192
*
refactor package rtree towards testability
Stefan Majewsky
2017-05-09
6
-109
/
+109
*
refactor cli.Interface yet again
Stefan Majewsky
2017-05-09
7
-124
/
+136
*
implement TUI instance for when stdin is not a tty
Stefan Majewsky
2017-05-09
2
-5
/
+75
*
replace panic() by a collector for early errors
Stefan Majewsky
2017-05-09
4
-9
/
+58
*
YAGNI
Stefan Majewsky
2017-05-07
3
-121
/
+6
*
refactor towards new cli.Interface
Stefan Majewsky
2017-05-07
7
-224
/
+405
*
bubble up exit codes instead of calling os.Exit() in functions
Stefan Majewsky
2017-05-07
1
-21
/
+21
*
propagate errors upwards properly
Stefan Majewsky
2017-05-05
4
-119
/
+172
*
implement rtree drop
Stefan Majewsky
2017-05-05
3
-3
/
+67
*
implement rtree import
Stefan Majewsky
2017-05-05
4
-2
/
+96
*
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
2
-0
/
+291
*
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
5
-0
/
+670