a revolutionary, one of a kind, totally legit, W, file / directory finder tool
I absolutely love the default find tool <3
wow.txt not found? maybe I'm not using the correct option let me check the help
Ah yes! let me read a whole fuqing essay before I can find a simple fuqing file
Usage: am-i-blind [OPTIONS] <name> [path]
-r, --recursive Search Recursively
-e, --exact Match the name exactly
-f, --file Only search for files
-d, --dir Only search for directoriesam-i-blind wow.txt . -rIf no path is specified then current directory (where the script was run from) will be searched
./testing/wow.txt # wow.txt will be in red
yes you are x1 times If no file or directory is found then the output is no. indicating you are not blind, On the other hand the output will contain all of the matches and the last line very respectfully telling you that you are blind with number of matched results
files will be highlighted red
directories will be highlighted green

