Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skippyr/revelio
A program that reveals info about file system entries on Linux.
https://github.com/skippyr/revelio
c file-system linux
Last synced: 3 days ago
JSON representation
A program that reveals info about file system entries on Linux.
- Host: GitHub
- URL: https://github.com/skippyr/revelio
- Owner: skippyr
- License: mit
- Created: 2023-04-20T20:55:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T03:17:50.000Z (about 1 year ago)
- Last Synced: 2023-12-26T20:00:20.029Z (about 1 year ago)
- Topics: c, file-system, linux
- Language: C
- Homepage:
- Size: 17.5 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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):```sh
make install
```## Uninstall
If you want to uninstall it, run the following command (use `sudo` if necessary):```sh
make uninstall
```## Documentation
Once installed, you can read its manual.```sh
man revelio.1
```## Bugs
Report bugs at its [issues page](https://github.com/skippyr/revelio/issues).## Patches
Send patches to be reviewed through its [pull requests page](https://github.com/skippyr/revelio/pulls).All contributions must remain under its same license.
## Copyright
See `LICENSE` for copyright and license details.