Programs

Binary programs which can be used directly

Install

Latest pre-built binaries can be downloaded on the release page, 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 28, 2024: refactor zip file directory structure (9e01903)