Skip to content

Commit e3139dc

Browse files
authored
Merge pull request #116 from golang-leipzig/more-tools-44
Add more tools to meetup 44
2 parents 890f6bc + 27fce37 commit e3139dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/posts/meetup-44-wrapup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ libraries, with demos from a few people.
1616

1717
Here'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

Comments
 (0)