Skip to main content

CLI tool for listing paths in the base directory

Project description

fs-search

fs-search is a command-line tool that allows you to search for files and directories within a specified base path. You can customize your search by including or excluding specific file extensions and directories, and the results can be displayed in a user-friendly format with options to save them to a file.

Features

  • Search for files and directories starting from a specified base path.
  • Exclude files based on extensions (-e).
  • Exclude directories from the search (-E).
  • Search only for files (-f) or only for directories (-d).
  • Save the results to a file (-o).
  • Display relative paths instead of full paths (-r).
  • Supports cross-platform usage with pathlib.
  • Colorful output using colorama.
  • Easily extendable for future features.

Installation

You can install fs-search via pip:

pip install fs-search

Usage

Basic Search

Search the current directory for files and directories:

fs-search

Exclude File Extensions

Exclude specific file extensions from the search:

fs-search -e .log -e .tmp

Exclude Directories

Exclude specific directories from the search:

fs-search -E node_modules -E .git

Search Only Files

Search only for files (excluding directories):

fs-search -f

Search Only Directories

Search only for directories (excluding files):

fs-search -d

Save Results to a File

Save the search results to a file:

fs-search -o results.txt

Display Relative Paths

Display relative paths instead of full paths:

fs-search -r

Combine Options

You can combine multiple options:

fs-search -b /path/to/search -e .log -E node_modules -f -o results.txt

Development

To contribute to fs-search, you can clone the repository and install the necessary dependencies:

git clone https://github.com/voyager-2021/fs-search.git
cd fs-search
pip install -e .[dev]

Running Mypy

Run mypy before commiting. To run mypy (using mypy), simply run:

mypy search_fs --strict

License

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

Project Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fs_search-0.1.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file fs_search-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: fs_search-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for fs_search-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fb17db3b66bc8d4fcc27964138b1780e859e89805e589d842b7279d519711763
MD5 6a4ab3986064c7debdc711fb084fcd98
BLAKE2b-256 ddc8d35fbf6c695a73ea34ef9af937227d0378861dc1d5cb9ffe2d00d7c363fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page