File-Discover is a Python-based utility designed to locate and list files within a specified directory. This tool is ideal for users who need a quick and simple way to discover files in their system, whether for organizational purposes or system management.
- Simple File Discovery: Traverse directories to locate files based on specific criteria.
- File Output: Easily generate a list of discovered files.
- Cross-Platform: Works across different operating systems, including Linux, macOS, and Windows.
To start using File-Discover, clone the repository:
git clone https://github.com/ScriptSlayer0/File-discover.git
- Python 3.x
- psutil
- See for more details requierements.txt
Navigate to the project directory:
cd File-discover
To run the tool, execute the discover.py
script:
python discover.py
Some more usage info:
usage: discover.py [-h] [-p] [-ext]
Store all inputs in a single list.
options:
-h, --help Show this help message and exit
-ext, --extension The extensions you want to search for, separated by a space
-f, --forced Force search
-p, --path Search all directories in path too?
-t, --time Show the time taken to scan all directories
-d, --disk Scan all hard disks
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or encounter any issues, feel free to open an issue on GitHub.
Happy discovering!