Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages