Skip to content

"Good Enough Search" application that searches a specified directory for files containing a specified substring in their filenames

License

Notifications You must be signed in to change notification settings

GroosL/GESearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This should be really fast (on my tests in was around 10x faster than eza + ripgrep/grep and 2x faster than GNU's ls + ripgrep/grep

Requirements:

  • Any C compiler
  • Gnumake
  • Hands

Compilation:

make

Or

cc main.c -o search

Usage:

search <directory> <substring> [-i] [-r]

Example

search /nix/store foo

search /nix/store "foo bar"

search /nix/store FoOBAR -i -r

About

"Good Enough Search" application that searches a specified directory for files containing a specified substring in their filenames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published