Programs

Binary programs which can be used directly

Install

Prebuilt binaries can be found in CI's artifacts, or you can build from source:

1
git clone https://github.com/jiacai2050/zigcli.git

Then build with

1
make build

Available Programs


tcp-proxy

Forward TCP requests hitting a specified port on the localhost to a different port on another host

loc

Lines of code

pidof

Linux has this command, but not macOS, so I write it for you.

repeat

Execute a command repeatly until it succeeds.

tree

Display the directory structure of a path in a tree-like format

night-shift

Configuring "Night Shift" for macOS. 🌕🌖🌗🌘🌑

dark-mode

Configuring "Dark mode" for macOS.

Last modified September 2, 2024: add default value (c9ebba7)