Skip to content

ScriptSlayer0/File-discover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Discover

Quality Gate Status

Overview

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.

Features

  • 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.

Installation

Clone the Repository

To start using File-Discover, clone the repository:

git clone https://github.com/ScriptSlayer0/File-discover.git

Requirements

Setup

Navigate to the project directory:

cd File-discover

Usage

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or encounter any issues, feel free to open an issue on GitHub.


Happy discovering!

About

File discover for all OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages