fd¶
cool alternative to find, ignores things like .git
and node_modules
etc.
find exact match¶
let's say I want to search for curl
in a folder, but not for curl.rb
this might not yield any results, so combine it with -u
to ignore the smart ignore list (the cool feature about fd
... yes):
ignore ignore list¶
ignore the ignore list to find things, major major major major. aka unrestricted mode