Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show UNIX file permissions in file explorer #164992

Closed
babaric-dev opened this issue Oct 30, 2022 · 5 comments
Closed

Show UNIX file permissions in file explorer #164992

babaric-dev opened this issue Oct 30, 2022 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues

Comments

@babaric-dev
Copy link

Show file permission bits in UNIX (read, write, execute). This will be useful to check script permissions before running them.

Three ways of implementing this:

  • Show full permissions (rwxr-xr-x)
    • Detailed permissions
    • Makes file explorer "bloated"
  • Show numbers (755)
    • Some people may not know read=4,write=2,execute=1
    • Less "bloaty"
  • Highlight files with executable bit set (like ls with colors)
    • Neat and simple
    • Maybe not detailed enough(?)

Here are some of my preferences.

@gjsjohnmurray
Copy link
Contributor

Related to #164033

@lramos15 lramos15 added feature-request Request for new features or functionality file-explorer Explorer widget issues labels Oct 31, 2022
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Oct 31, 2022
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

1 similar comment
@vscodenpa
Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues
Projects
None yet
Development

No branches or pull requests

4 participants