Pseek is a Python library to search files, folders, and text
Project description
Pseek
Overview
A powerful command-line tool for searching files, directories, and content inside files efficiently. The tool supports searching by name, content, extensions, and more with advanced filtering options.
Features
- Search in file & folder names
- Search inside file contents
- Highlight matches in terminal output
- Optimized for speed with ThreadPoolExecutor
- Cross-platform (Linux, macOS, Windows)
Installation
1️⃣ Install via pip (Recommended)
pip install pseek
2️⃣ Install from source
git clone https://github.com/ArianN8610/pysearch.git
cd pseek
pip install click==8.1.8
Usage
Run the command with a search query:
pseek <query> [options]
Examples
Search for a keyword in file & folder names
pseek "my_keyword" --path /path/to/search --file --directory
Search inside file contents
pseek "error" --path /var/logs --content
Search only in specific file types
pseek "TODO" --path ./projects --ext py --ext txt
Search by regex
pseek "error\d+" --regex
Command Options
| Option | Description |
|---|---|
--path |
Base directory to search in (default: current directory .) |
--file |
Search only in file names |
--directory |
Search only in directory names |
--content |
Search inside file contents |
--ext, --exclude-ext |
Filter by file extension (e.g., .txt, .log) |
--case-sensitive |
Make the search case-sensitive |
--regex |
Use regular expression for searching |
--include, --exclude |
Limit search results to specific set of directories or files |
--re-include, --re-exclude |
Limit search results to specific directories or files with regex |
--word |
Match the whole word only |
--max-size, --min-size |
Specify maximum and minimum sizes for files and directories |
--full-path |
Display full path of files and directories |
--no-content |
Only display files path for content search |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pseek-2.1.5.tar.gz
(7.1 kB
view details)
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
pseek-2.1.5-py3-none-any.whl
(9.0 kB
view details)
File details
Details for the file pseek-2.1.5.tar.gz.
File metadata
- Download URL: pseek-2.1.5.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa6516b6856c27b5d6c7a47d5225e75682421dd264185aa60b4428b6de16875
|
|
| MD5 |
e337159e131aa6f62758be340754c7d4
|
|
| BLAKE2b-256 |
f3982989e75dc46c0cc630fd69ceb6cafc0bd69f5a82a9d09f7ac06c7fdd633e
|
File details
Details for the file pseek-2.1.5-py3-none-any.whl.
File metadata
- Download URL: pseek-2.1.5-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d29298af1220f8f29f6470a96e8ac7a61ab7eaac5c01f7464d26cc03a8b5179f
|
|
| MD5 |
1231f70b8f66e182c2a1b038d534e9f4
|
|
| BLAKE2b-256 |
62611a8c803db3a420281b79d30dce043828a2c78c91af24e96a8608fef5f09e
|