#case-sensitive #search #grep #file-search #search-case #cli

bin+lib searcher_txt

A copy of grep that i mate to train my rust skills

6 stable releases

1.2.3 Jun 19, 2024
1.2.2 Jun 18, 2024
1.1.0 Jun 18, 2024
1.0.0 May 17, 2024

#894 in Text processing

Download history 104/week @ 2024-05-12 38/week @ 2024-05-19 8/week @ 2024-05-26 2/week @ 2024-06-02 367/week @ 2024-06-16 11/week @ 2024-06-23 20/week @ 2024-06-30

236 downloads per month

Custom license

175KB
113 lines

A little copy of grep

Rust build

i made this to train my rust skills

Usage

This is a cli program, wich means you need to execute it using .\searcher_txt.exe on windows and ./searcher_txt on linux
The arguments needed are the query, filename and case sensitivity Example for searching "potato" in file.txt with no case sensitivity on windows :

.\searcher_txt potato file.txt false

If you want your search to be case sensitive :

.\searcher_txt potato file.txt true

If you're on linux or MacOS, replace the \ by /

Changelog

1.2.3 : Small optimizations

1.2.2 : Case sensitivity is now an argument

1.2.1 : Better error messages

1.2.0 : Added back case sensitivity option

1.1.0 : Fixed some errors

1.0.0 : Basic code (with errors)

No runtime deps