Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.04 KB

File metadata and controls

37 lines (26 loc) · 1.04 KB

tools

Various tools, mostly for Linux

Go Reference Lint Status Go Report Card

autotmux

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

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

random will print one of its arguments, chosen at random.

$ random 1 2 3
2
go install github.com/bitlux/tools/random@latest