Various tools, mostly for Linux
autotmux
will attach to an existing tmux session, if there is exactly one. If there is more than one,
it will print how many there are. If there are 0, it will do nothing.
go install github.com/bitlux/tools/autotmux@latest
red
will print a large, red rectangle to the screen. This is useful for separating the output of
commands, especially when the output is large.
go install github.com/bitlux/tools/red@latest
random
will print one of its arguments, chosen at random.
$ random 1 2 3
2
go install github.com/bitlux/tools/random@latest