You can either build this app yourself (see both variants below) or just download a precompiled binary from the releases page.
git clone https://github.com/voidblaster/Drail
cd Drail
dub build
- Now you can find the executable in the
bin/
directory.
dub fetch Drail
dub build Drail
- Now you can run the executable via
dub run
.
This program makes use of terminal.d taken from arsd by Adam D. Ruppe.