Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! 💫

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
```