Skip to content

🐚 More than just a cheat sheet - An interactive helper for chmod written in POSIX sh.

License

Notifications You must be signed in to change notification settings

Adobe-Android/chmod-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chmod-helper

🐚 More than just a cheat sheet - An interactive helper for chmod(1).

Written in shellcheck compliant POSIX sh.

OS support

  • 🐧 Linux
  • 😈 FreeBSD
  • 🐉 DragonFly BSD
  • 🐡 OpenBSD
  • 🚩 NetBSD
  • ☀️ Solaris/illumos
  • 🍷 Windows via WSL (Windows subsystem for Linux)
  • 🍎 macOS

How to - Download and run (without installation)

via wget

wget https://raw.githubusercontent.com/Adobe-Android/chmod-helper/master/ch
chmod +x ch
./ch

via curl

curl -O https://raw.githubusercontent.com/Adobe-Android/chmod-helper/master/ch
chmod +x ch
./ch

via git

git clone https://github.com/Adobe-Android/chmod-helper.git
cd chmod-helper
chmod +x ch
./ch

How to - Download, install, and run

via wget

wget https://raw.githubusercontent.com/Adobe-Android/chmod-helper/master/ch
wget https://raw.githubusercontent.com/Adobe-Android/chmod-helper/master/Makefile
make install
ch

via curl

curl -O https://raw.githubusercontent.com/Adobe-Android/chmod-helper/master/ch
curl -O https://raw.githubusercontent.com/Adobe-Android/chmod-helper/master/Makefile
make install
ch

via git

git clone https://github.com/Adobe-Android/chmod-helper.git
cd chmod-helper
make install
ch

❗ Potential errors:

install: cannot create regular file '/usr/local/bin/ch': Permission denied
make: *** [Makefile:7: install] Error 1

✔️ Solution:

sudo make install

Author

David Brown - Adobe-Android

License

MIT

About

🐚 More than just a cheat sheet - An interactive helper for chmod written in POSIX sh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published