withfig/fig

bug: Fig doesn't auto show the existing files in dropdown

Opened this issue · 3 comments

Checks

  • I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • I have run fig doctor in the affected terminal session
  • 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:

Screenshot 2024-01-31 at 11 57 51 AM

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:

Screenshot 2024-01-31 at 11 56 43 AM

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!