Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
/ revelio Public archive

A program that reveals info about file system entries on Linux.

License

Notifications You must be signed in to change notification settings

skippyr/revelio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revelio

About

A program that reveals info about file system entries on Linux, such as: their contents, type, permissions, ownership and modified date.

Requirements

In order to build it, you will only need a C99 compiler, like gcc, and make.

Install

  • Edit the file config.mk to match your needs.
  • Run the following command to install it (use sudo if necessary):
make install

Uninstall

If you want to uninstall it, run the following command (use sudo if necessary):

make uninstall

Documentation

Once installed, you can read its manual.

man revelio.1

Bugs

Report bugs at its issues page.

Patches

Send patches to be reviewed through its pull requests page.

All contributions must remain under its same license.

Copyright

See LICENSE for copyright and license details.