Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
slotchmod changes file permission with a slot.
- Host: GitHub
- URL: https://github.com/jiro4989/slotchmod
- Owner: jiro4989
- License: mit
- Created: 2021-09-05T07:15:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T15:24:44.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:35:20.788Z (6 months ago)
- Topics: chmod, cli, go, joke, permissions, tool
- Language: Go
- Homepage:
- Size: 180 KB
- Stars: 57
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - jiro4989/slotchmod - slotchmod changes file permission with a slot. (Go)
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 slotUsage:
slotchmod [OPTIONS] [files...]Examples:
slotchmod sample.txtOptions:
-level string
slot difficulty. [easy|normal|hard] (default "normal")
----