Skip to content

e0328eric/xilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xilo

A simple replacement of "rm" 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.

How to install

Use precompiled binary

Download binary from Releases. All binaries are compiled into ReleaseSmall optimize.

Build from source

First, you need to

$ zig run install -prefix-exe-dir <install path> -Doptimize=ReleaseSafe

where <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