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
Todo
Optimize lol.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fs_search-0.1.2.tar.gz.
File metadata
- Download URL: fs_search-0.1.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fb973198ccb0f57b112e1e4d8cfb8a100f2b53267f104fcb6b1335cf025e3a4
|
|
| MD5 |
bf8f4de60e79e273586db5ef96c51a4c
|
|
| BLAKE2b-256 |
f0cfe8f90acc97d57e155781762da4352a23c3278c193dfa102285804d1fbf92
|
File details
Details for the file fs_search-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fs_search-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50821fcdee3a7d781dbdca6ee7345c5faab1af07fedda6be1d60e632c1b36f17
|
|
| MD5 |
451172b437317e595565d7aee2b9f8d6
|
|
| BLAKE2b-256 |
2bf6ca033f67e30542e198eeeba676a7ba7864c485bdc4c942ba8b5f6d4adbe1
|