A command line utility program
fs stands for file search
build:
- "cmake --build ." in /build
help:
- "./fs" in /build
examples:
search -s [search term]
./fs -s "superman"
info -i
./fs -i
replace -r [target term] [replacement term]
-/fs -r "superman" "man"