Effortlessly generate chmod commands
Go to file
2021-12-19 22:12:52 -07:00
.github/workflows config: update token field 2021-12-17 09:36:51 -07:00
cmd feat: create cli entry point 2021-12-09 20:10:04 -07:00
docs feat: add demo screencast 2021-12-17 00:17:15 -07:00
internal fix: remove cgo dependency 2021-12-17 11:15:27 -07:00
.gitignore config: update untracked files/dir 2021-12-16 20:58:52 -07:00
.goreleaser.yml config: goreleaser init 2021-12-16 20:59:43 -07:00
go.mod fix: remove cgo dependency 2021-12-17 11:15:27 -07:00
go.sum fix: remove cgo dependency 2021-12-17 11:15:27 -07:00
LICENSE chore: add license 2021-12-05 16:35:35 -07:00
main.go feat: create app entry point 2021-12-05 16:35:21 -07:00
Makefile config: add install command 2021-12-17 09:25:43 -07:00
README.md docs: update readme [skip actions] 2021-12-19 22:12:52 -07:00

🔳 CHMOD-CLI

GitHub release

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
Download

Download one of the pre-compiled binaries from releases and add the location to your PATH

Build from source

GitHub go.mod Go version of a Go module

$ 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

Built with

GitHub license