https://github.com/samuela/remod
chmod for human beings! 💫
https://github.com/samuela/remod
chmod cli ink nodejs typescript
Last synced: about 1 month ago
JSON representation
chmod for human beings! 💫
- Host: GitHub
- URL: https://github.com/samuela/remod
- Owner: samuela
- Created: 2019-05-28T22:28:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T17:33:46.000Z (over 1 year ago)
- Last Synced: 2025-03-17T18:53:50.151Z (about 1 month ago)
- Topics: chmod, cli, ink, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 33
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remod
chmod for human beings!
If UNIX octal permissions get you down, this is the tool for you. Humans were never meant to do bit arithmetic in their heads.
## Installation
```
npm i -g remod-cli
```## Usage
You can view and interactively edit the permissions of a file with
```
$ remod foo.txt
```If you think that you want to change a file's permissions to 640 but you'd like to preview the changes first, just run
```
$ remod 640 foo.txt
```