fig
fig copied to clipboard
bug: Fig doesn't auto show the existing files in dropdown
Checks
- [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
- [X] I have run
fig doctor
in the affected terminal session - [X] I have run
fig restart
and replicated the issue again
Operating system
macOS M3 Pro
Expected behaviour
Fig should auto display file names in dropdown.
Actual behaviour
Here's what it looks like:
I have to type it in to get to my files. (Directories like Download, Desktop will show.)
I've tried cd Downloads/ && ls -1ApL
and it says:
Steps to reproduce
No response
Environment
No response
hi, same issue...
It looks like you have not granted your terminal the required macOS permissions to view files in your Downloads folder.
See this guide for instructions on how to grant access.
It worked. Thank you so much!