Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/it-delinquent/unix_permissions
A WinForms programs which helps calculate Unix permissions commands
https://github.com/it-delinquent/unix_permissions
graphical-user-interface gui microsoft permissions powershell powershell-script unix unix-permissions windows winform-ui winforms winforms-application winforms-programs
Last synced: 2 days ago
JSON representation
A WinForms programs which helps calculate Unix permissions commands
- Host: GitHub
- URL: https://github.com/it-delinquent/unix_permissions
- Owner: IT-Delinquent
- Created: 2019-07-04T13:01:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T13:42:11.000Z (about 5 years ago)
- Last Synced: 2024-02-13T12:39:33.556Z (9 months ago)
- Topics: graphical-user-interface, gui, microsoft, permissions, powershell, powershell-script, unix, unix-permissions, windows, winform-ui, winforms, winforms-application, winforms-programs
- Language: PowerShell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unix Permissions
### A WinForms programs which helps calculate Unix permissions commandsThis was one of the first WinForms I created. There are obvious improvements to be made, not only should it be using WPF instead 😅 but the code behind could also be cleaned up a lot. I found my code very repetitive when first starting out.
Here's a little gif of it in action:
![](Unix_Permissions.gif)
### UPDATE 🎉🎉
I created a more modern version of this using WPF and an MVVM model with Caliburn.Micro 😊 You can find it [here](https://github.com/IT-Delinquent/WPF_Unix_Permissions)[mharwood.uk](https://mharwood.uk)