kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
708 stars 24 forks source link

Add permission_test file #201

Closed orhun closed 1 year ago

orhun commented 1 year ago

fixes #200

orhun commented 1 year ago

Oh wait, I guess Git does not store file permissions except for the executable bit. So it isn't possible to mark the file as read-only 💔

At least I tried 🐻

Feel free to close this. I guess we need to figure out something else 🤔

kyoheiu commented 1 year ago

Yeah, it seems like that... I created a patch #202 to fix this, but something went wrong (test passed, but we do not still have the test file on the remote repository.) I'll dig into this.