A program that reveals info about file system entries on Linux, such as: their contents, type, permissions, ownership and modified date.
In order to build it, you will only need a C99 compiler, like gcc
, and make
.
- Edit the file
config.mk
to match your needs. - Run the following command to install it (use
sudo
if necessary):
make install
If you want to uninstall it, run the following command (use sudo
if necessary):
make uninstall
Once installed, you can read its manual.
man revelio.1
Report bugs at its issues page.
Send patches to be reviewed through its pull requests page.
All contributions must remain under its same license.
See LICENSE
for copyright and license details.