KevinGimbel / unix-permission-generator

Unix file permission generator "web app"

Home Page:https://kevingimbel.github.io/unix-permission-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unix permission generator

Generate unix file permission in octal (0755) or text (rwxr-xr-x) format

Usage

This "web app" generates unix file permission strings from octal or text based inputs. It also converts back-and-forth, so if you want to see rwxr-xr-x in octal notion just enter it and see the number on top change.

Screenshot

"Screenshot showing web app running on localhost"

Development

Setup dev environment

  1. Install dev dependencies
$ npm install
  1. Run dev task
$ npm run dev
  1. Run local web server, e.g. using Python
$ python -m SimpleHTTPServer

Make changes

Change files in src directory. This app is written in VueJS. The CSS is written in plain CSS.

Contributing

You are free to contribute by forking and creating pull requests or opening issues.

License

MIT, See LICENSE file.

About

Unix file permission generator "web app"

https://kevingimbel.github.io/unix-permission-generator/

License:MIT License


Languages

Language:JavaScript 68.1%Language:HTML 20.4%Language:CSS 11.5%