Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuela/remod
chmod for human beings! 💫
https://github.com/samuela/remod
chmod cli ink nodejs typescript
Last synced: 2 months ago
JSON representation
chmod for human beings! 💫
- Host: GitHub
- URL: https://github.com/samuela/remod
- Owner: samuela
- Created: 2019-05-28T22:28:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T17:33:46.000Z (over 1 year ago)
- Last Synced: 2024-10-12T00:30:01.186Z (3 months ago)
- Topics: chmod, cli, ink, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 31
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
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
```