| Crates.io | seek-finder |
| lib.rs | seek-finder |
| version | 0.1.0 |
| created_at | 2025-12-03 08:09:28.520418+00 |
| updated_at | 2025-12-03 08:09:28.520418+00 |
| description | No-nonsense grep-like tool. |
| homepage | https://github.com/kostya-zero/seek |
| repository | https://github.com/kostya-zero/seek |
| max_upload_size | |
| id | 1963559 |
| size | 19,802 |
A no-nonsense grep-like tool.
Seek is a search tool designed for modern terminals and integrations with other software.
It provides a simple and efficient way to search through files and directories, similar to the traditional grep command, but with enhanced features and usability.
The recommended way to install Seek is to use cargo.
cargo install seek-finder
# And you can start using it!
echo "Hello world!" | seek Hello
You can use seek as you use grep. It accepts piped input and then performs search by given pattern:
cat Cargo.lock | seek clap
If you want to integrate it with another program then you can get output in JSON format with -j flag.
cat Cargo.lock | seek -j clap
This project is licensed under the MIT License. See the LICENSE file for details.