A simple grep-like CLI tools for searching and filtering text
Project description
#siftx
siftx is a lightweight grep like command-line tools for searching and filtering text files.
It is designed to be simple, fast, and easy to extend.
##installation
pip install siftx
#usage
siftx [search:text] [path] [options]
#options
-n Show line numbers
-i Ignore_case (Case insensitive search)
-v Invert search
-c Count matching lines
#Examples
siftx search:error text.txt
siftx -n search:error text.txt
siftx -i search:error text.txt
siftx -v search:error text.txt
siftx -c search:error text.txt
#Status
This is the first public release (v0.1.0). More features will be added in the future version
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
siftx-0.2.1.tar.gz
(3.3 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
siftx-0.2.1-py3-none-any.whl
(4.5 kB
view details)
File details
Details for the file siftx-0.2.1.tar.gz.
File metadata
- Download URL: siftx-0.2.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b4d38cffae442aaaf5fa3a0d9957dffa96c2456e528b139e61d63deca0b35cb
|
|
| MD5 |
f44244f79c6b01b9c24f513ec5499931
|
|
| BLAKE2b-256 |
2a924049faedfad6aa34d661f0b8a0dfb5956b9306b63d651a8f72612ec67df2
|
File details
Details for the file siftx-0.2.1-py3-none-any.whl.
File metadata
- Download URL: siftx-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df985ad38e651a1e6aa2f19fc49e36b6881519216fd905c2ad9821c83b4897a
|
|
| MD5 |
382da6657d766c87c59bc1bdfe11cf6b
|
|
| BLAKE2b-256 |
02f532bbaa3c28d54a85753d5e32a8ca262315be30189d7e5ba83dbcc94e9fd4
|