A simple replacement of "rm" and "ln" command. This is also a practical example how to use zlap library.
The origin of this program name comes from the greek word ξήλωμα which means the word rip in English.
One need master zig to compile this program.
Download binary from Releases. All binaries are compiled into ReleaseSmall optimize.
First, you need to
$ zig run install -prefix-exe-dir <install path> -Doptimize=ReleaseSafewhere <install path> is the path where you want to put compiled executable.
Then the executable will be saved at <install path>/bin.
Recommended <install path> is ~/.local/bin, so run this makes xilo to move into that directory.
$ zig run install -prefix-exe-dir ~/.local/bin -Doptimize=ReleaseSafe