haxerzin / FFList

Fast Asynchronous System File Lister

Home Page:https://haxerz.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


FFList
FFList

A Fast Asynchronous System File Lister

Features

  • Completely Asynchronous
  • Gather All System Files
  • Gather Files From Specified Directory
  • Gather Files From List Of Directories
  • Print Output
  • Cross Platform

System Requirements

  • Windows / Linux / Mac
  • Python 3.11

Installing FFList

git clone --depth=1 https://github.com/haxerzin/FFList
cd FFList
python -m pip install requirements.txt
python fflist.py --help

Examples Use

Gather All System Files

python fflist.py -full

Gather files from specific directory recursive

python fflist.py -dir "C:/Program Files/"

Gather files from list of directories

  • Add directory paths inside dirs.txt
python fflist.py -read dirs.txt
  • Print output after gathering files from list of directories
python fflist.py -r dirs.txt -print

License

GPLv3

About

Fast Asynchronous System File Lister

https://haxerz.in/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%