CLI to Search, Count, Transform and Output Content
- Search content in files or from stdin
- Count occurrences
- Regex search
- Exact match or ignore case search/count
- Output results in plain or json format
- Save results to console or file
- Color output
- Line number output
- Etc.
Build
make buildRun example
./target/debug/oko here -i ./examples/content.txtRun using pipe
cat ./examples/content.txt | ./target/debug/oko hereRun tests
make test