Skip to content

haxerzin/FFList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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