Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
/ shorthand Public archive

Bash script to make shorthand or alternatives for commands and values.

License

Notifications You must be signed in to change notification settings

madmadi/shorthand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Shorthand .sh ✂️

Bash script to make shorthand or alternatives for commands and values.

Quick installation

to install the script quickly do:

$ sudo curl https://raw.githubusercontent.com/madmadi/shorthand/master/shorthand.sh -#sSLo /usr/bin/shorthand && sudo chmod 755 /usr/bin/shorthand && sudo ln -s /usr/bin/shorthand /usr/bin/sho

after installation sho & shorthand commands will be available.

Usage

for example make a name for an IP

$ sho 5.254.65.166 as server-a
$ ssh $(server-a)

or short a command with its options

$ sho ls -ltrha --color=auto as l
$ l # is same as "ls -ltrha --color=auto"

See also

$ sho help

About

Bash script to make shorthand or alternatives for commands and values.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages