i need to open any file whose filename matches a pattern within a directory.
An example usage of “show_overlay” is shown below:
{ "keys": ["ctrl+p"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
However, i don’t need the user input for fuzzy search. Instead, i would like to open any file whose filename matches a certain pattern (i think regex would be better than fuzzy in this case).
I wasn’t able to find sources for GotoAnything. Does ST API provide any method to search for filenames within a folder, instead of file content search?