Update crystal version and libil version
Bump libil version
Update man and improve
Reads data passed through stdin and displays it in an interactive list (with basic vim-based navigation bindings) line by line in current tty. Choosing an item outputs data to stdout for piping.
Simply install crystal, shards and scdoc and run :
make
To compile with debug support :
make debug
Run :
make install
See man il
.