index
:
gofu
main
My personal busybox built in Go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert license headers to SPDX format
Stefan Majewsky
2025-09-29
1
-17
/
+2
*
remove i3status applet
Stefan Majewsky
2020-03-28
1
-3
/
+0
*
rename pkg/ to internal/
Stefan Majewsky
2020-03-28
1
-3
/
+3
*
add i3status applet, initially with a clock only
Stefan Majewsky
2017-11-15
1
-0
/
+3
*
prettyprompt: show exit code of previous command
Stefan Majewsky
2017-08-19
1
-1
/
+1
*
sketch out first steps of prettyprompt.go
Stefan Majewsky
2017-07-10
1
-0
/
+3
*
refactor package rtree towards testability
Stefan Majewsky
2017-05-09
1
-9
/
+0
*
refactor cli.Interface yet again
Stefan Majewsky
2017-05-09
1
-6
/
+5
*
implement TUI instance for when stdin is not a tty
Stefan Majewsky
2017-05-09
1
-6
/
+1
*
replace panic() by a collector for early errors
Stefan Majewsky
2017-05-09
1
-0
/
+9
*
refactor towards new cli.Interface
Stefan Majewsky
2017-05-07
1
-4
/
+10
*
bubble up exit codes instead of calling os.Exit() in functions
Stefan Majewsky
2017-05-07
1
-14
/
+8
*
add "cli" package with a Query method
Stefan Majewsky
2017-05-04
1
-0
/
+8
*
restructure rtree into gofu (with rtree as the first applet)
Stefan Majewsky
2017-05-02
1
-76
/
+15
*
move code out of main.go into the model types
Stefan Majewsky
2017-05-02
1
-94
/
+9
*
implement subcommands: remotes, repos, each
Stefan Majewsky
2017-04-04
1
-3
/
+62
*
implement "index" subcommand
Stefan Majewsky
2017-04-04
1
-0
/
+72
*
prepare subcommand structure
Stefan Majewsky
2017-04-04
1
-10
/
+45
*
read and write index file
Stefan Majewsky
2017-04-04
1
-0
/
+28