Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miltontom/mcal
A chmod calculator for the CLI
https://github.com/miltontom/mcal
chmod chmod-calculator cli cli-tool file-permissions linux
Last synced: about 1 month ago
JSON representation
A chmod calculator for the CLI
- Host: GitHub
- URL: https://github.com/miltontom/mcal
- Owner: miltontom
- Created: 2024-02-21T02:58:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T11:27:21.000Z (10 months ago)
- Last Synced: 2024-02-22T04:40:09.652Z (10 months ago)
- Topics: chmod, chmod-calculator, cli, cli-tool, file-permissions, linux
- Language: C
- Homepage:
- Size: 3.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcal
Get linux file permissions in numeric format from the command-line.
![mcal](preview/mcal.gif)
## Setup
* The binaries are available in the respective folders based on the OS
* Add the binaries to the `PATH` to use it anywhere from the CLI.## How to use?
Running `mcal` with no argument gives,
```bash
Usage
mcalDescription
A command-line 'chmod' calculator.Notes
* Symbolic permission format: [owner][group][public]
* Certain permissions can be omitted with '-'Examples
mcal rwxrwxrwx -> 777
mcal rwxrw-rw- -> 766
mcal rwx------ -> 700
```