You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
live_grep (and other grep commands) now support "search_paths" to specify which folder will be searched. It would be great to have the same functionality for the "files" command (fd).
Very similar to telescope, where "search_dirs" works for greps and find_files.
fd itself supports multiple root directories.
From fd documentation:
Usage: fd [OPTIONS] [pattern] [path]...
Arguments:
[pattern] the search pattern (a regular expression, unless '--glob' is used; optional)
[path]... the root directories for the filesystem search (optional)
The text was updated successfully, but these errors were encountered:
Have you RTFM'd?
Feature Request
As discussed here: #1674
live_grep (and other grep commands) now support "search_paths" to specify which folder will be searched. It would be great to have the same functionality for the "files" command (fd).
Very similar to telescope, where "search_dirs" works for greps and find_files.
fd itself supports multiple root directories.
From fd documentation:
The text was updated successfully, but these errors were encountered: