gaze
gaze copied to clipboard
Permission Denied for Gaze
On my Mac, I have this
lrwxr-xr-x@ 1 root admin 11B Jan 6 13:36 tmp -> private/tmp
And I get this:
[tmp]$ gaze 20.py
.: permission denied
Thank you for feedback.
Maybe because /tmp is a special directory? Please try:
mkdir /tmp/a
cd /tmp/a
touch a.py
gaze a.py
# And edit a.py
The above works. But typically I work on '/tmp'. What is gaze doing that would cause a permission denied though?
You’re right. I’ll look into it.
Probably fixed in v1.1.1 (I tested on maxOS 11.6.1)