seek-finder

Crates.ioseek-finder
lib.rsseek-finder
version0.1.0
created_at2025-12-03 08:09:28.520418+00
updated_at2025-12-03 08:09:28.520418+00
descriptionNo-nonsense grep-like tool.
homepagehttps://github.com/kostya-zero/seek
repositoryhttps://github.com/kostya-zero/seek
max_upload_size
id1963559
size19,802
Konstantin Zhigaylo (kostya-zero)

documentation

README

Seek

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.

Features

  • Simple and intuitive command-line interface.
  • Fast as possible search performance.
  • Enhanced user experience with modern terminal capabilities.

Installation

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

Usage

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 0

cargo fmt