🔳 CHMOD-CLI
Simple cli tool that brings the chmod command in tui format. Generate permissions for files and directories by selecting easy to read config options and copy the result both in numeric and symbolic format.
Installation
Packages
Homebrew
$ brew install Mayowa-Ojo/tap/chmod-cli
Snap
$ sudo snap install chmod-cli
Build from source
go version: 1.16
$ git clone github.com/Mayowa-Ojo/chmod-cli
$ cd chmod-cli
$ make install
$ chmod-cli
Usage
Run chmod-cli
in your terminal to start the app.
You can also run chmod-cli --help
to show an overview of the keybindings
Navigation
Key |
Description |
up |
Move up in the current section |
down |
Move down in the current section |
left |
Move left in the current section |
right |
Move right in the current section |
tab/space |
Move to the next section |
shift+tab |
Move to the previous section |
shift+tab |
Move to the previous section |
Enter |
Select/toggle current item |
Ctrl+c |
Copy command |
Shift+? |
toggle help |
q |
quit |