Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我喜欢只搜索目录,而该选项ag --list-file-types对此没有帮助。坚持的原因ag是可以选择--path-to-ignore包含要忽略的模式的文件。
ag --list-file-types
ag
--path-to-ignore
一个等效的命令是fd --type d.
fd --type d
使用 -G 参数,并指定目录名称。
例如,如果您只想在您的下载目录中搜索单词“foobar”:
ag -G "Downloads/" foobar