addityasingh / raiders-of-lost-ark

A CLI to search from files and directories. A mini version of grep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raiders-of-lost-ark

A CLI to search from files and directories. A mini version of grep

Build Status

Features

  • Supports finding all lines with given query word
  • Find CASE_INSENSITVE match
  • Highlight the search result
  • Find count of all occurrences

highlight for search result

Benchmarks

cargo bench

The result of running the above on the benchmark test in benches is

running 2 tests
test tests::bench_search_empty    ... bench:         280 ns/iter (+/- 119)
test tests::bench_search_nonempty ... bench:         814 ns/iter (+/- 401)

About

A CLI to search from files and directories. A mini version of grep

License:MIT License


Languages

Language:Rust 100.0%