Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Unix Permissions
### A WinForms programs which helps calculate Unix permissions commands

This 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)