Snoop is a command-line utility for Linux that provides information about files in a directory.
- Shows the name, size, and date modified of each file in the directory.
- Calculates the total size of all files in the directory.
- Supports both absolute and relative paths.
To install Snoop, follow these steps:
git clone https://github.com/Mandrew0822/Snoop.git
cd Snoop
sudo sh install.sh
To use Snoop, run the snoop
command followed by the path to the directory you want to snoop on:
snoop /path/to/file