/fileinfo

Fetch the information on lots of files, straight from the terminal!

Primary LanguagePython

Fileinfo

Use this utiility to fetch the info of a file in the termnal.

To install dependencis, use

gh repo clone s0urce-c0de/fileinfo
cd fileinfo
pip3 install -r requirments.txt

or using git

git clone https://github.com/s0urce-c0de/fileinfo
cd fileinfo
pip3 install -r requirments.txt