chmod-calcuator
Basic chmod calculator. Can convert between octal 0755 style and rwxr-xr-x style and can print a table of the permissions.
Building
Install dependencies:
Build everything:
Tests
Usage
Rationale
I kept going to chmod-calculator.com to convert to/from '0755' style permissions in ansible, but I always have a terminal open in VSCodium, so I thought why don't I just do it there? And I wanted an excuse to mess around with rust.