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 Distribution

fs_search-0.1.0.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

Details for the file fs_search-0.1.0.1.tar.gz.

File metadata

  • Download URL: fs_search-0.1.0.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for fs_search-0.1.0.1.tar.gz
Algorithm Hash digest
SHA256 86b400137a0bd0edcb3e49de3f7e01e6539af5057d6d6b110449a126b9ade06c
MD5 01ca1b6b70c9b64fbcca941dbcea889a
BLAKE2b-256 c8773f7e924d6b130c37b6cbc19362cdf394e0458af0560a0b745d633a5663bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fs_search-0.1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a2a3579a075955917e3c14fdc561749f16d6da7a032b518c2384b37d8a4ea1c5
MD5 8a65cd5bf3cf3f0152777f13e933d81b
BLAKE2b-256 79ecdf7d91b491c5ae68c3fb95e4b52cfaec8677b7ee4ccd5eeced458d623bca

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