-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
What feature or new tool do you think should be added to DevToys?
A tool that would help create a chmod command, similar to Chmod calculator
You could select which permissions you want (read, write, exec) for owner, group and others and it would generate a chmod XXX command.
Example :
owner
[x] read
[x] write
[x] exec
group
[x] read
[ ] write
[x] exec
other
[ ] read
[ ] write
[x] exec
Result
chmod 751 - rwxr-x--x
Why do you think this is needed?
I often have to open the documentation or use external tool to remember how to set permissions on files. With a tool in DevToys I could skip this entierly and use DevToys directly
Solution/Idea
No response
Comments
No response