Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiro4989/slotchmod

slotchmod changes file permission with a slot.
https://github.com/jiro4989/slotchmod

chmod cli go joke permissions tool

Last synced: about 2 months ago
JSON representation

slotchmod changes file permission with a slot.

Awesome Lists containing this project

README

        

= slotchmod
:sectnums:
:toc: left

`slotchmod` changes file permission with a slot.
This is a useful tool when you want to mess up file access permissions.

image:./docs/demo.gif[]

image:./docs/demo2.gif[]

== Usage

[source,bash]
----
slotchmod [files...]
----

== Installation

[source,bash]
----
go get github.com/jiro4989/slotchmod
# or
go install github.com/jiro4989/slotchmod@master
----

or download executables from https://github.com/jiro4989/slotchmod/releases[GitHub Releases].

== Key input

[options="header"]
|=================
| Key | Description
| Enter | Select slot
| q, Ctrl-C, Ctrl-D | Quit
|=================

== Help

[source,text]
----
slotchmod changes file permissions with a slot

Usage:
slotchmod [OPTIONS] [files...]

Examples:
slotchmod sample.txt

Options:
-level string
slot difficulty. [easy|normal|hard] (default "normal")
----