@@ -16,12 +16,13 @@ libraries, with demos from a few people.
1616
1717Here's a list of tools presented, mentioned, praised:
1818
19- * smart-branches (git): stacked commits
19+ * [ smart-branches (git) ] ( https://github.com/stackrox/workflow/blob/master/scripts/dev/smart-branch.sh ) : stacked commits
2020* git [ fixup] ( https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---fixupamendrewordltcommitgt ) (git): cleaner history
2121* awk and xargs, GNU parallel (cli): data wrangling
2222* [ roxvet] ( https://github.com/stackrox/stackrox/tree/master/tools/roxvet ) (go): example custom code vetting
2323* [ strace] ( https://strace.io/ ) (linux): syscalls and more
2424* [ tilt] ( https://tilt.dev/ ) (k8s): local k8s env
25+ * [ fzf] ( https://github.com/junegunn/fzf ) : fuzzy finder in command line
2526* [ just] ( https://just.systems ) , [ task] ( https://taskfile.dev/ ) (cli): task runner, similar to [ make] ( https://www.gnu.org/software/make/ )
2627* [ tmux] ( https://github.com/tmux/tmux/wiki ) (sh): terminal multiplexing
2728* [ btop] ( https://github.com/aristocratos/btop ) , [ zenith] ( https://github.com/bvaisvil/zenith ) : system monitors
@@ -33,4 +34,6 @@ Here's a list of tools presented, mentioned, praised:
3334* [ devspace] ( https://www.devspace.sh/ ) , [ devpod] ( https://devpod.sh/ ) , [ gitpod] ( https://www.gitpod.io/ ) , and more (ops): dev env
3435* [ asciinema] ( https://asciinema.org/ ) (linux): [ script(1)] ( https://en.wikipedia.org/wiki/Script_(Unix) ) heir, [ agg] ( https://github.com/asciinema/agg )
3536* ai tools: good for learning or to sketch out a problem space; less usable code just yet
37+ * [ obisidian] ( https://obsidian.md/ ) (editor/wiki): a tool to manage your knowledge
38+ * [ timefilp] ( https://timeflip.io/ ) (tool): tool to efficiently manage time tracking
3639
0 commit comments