https://github.com/wingkwong/sc
Bash Alias Collection
https://github.com/wingkwong/sc
alias bash bash-aliases
Last synced: about 1 month ago
JSON representation
Bash Alias Collection
- Host: GitHub
- URL: https://github.com/wingkwong/sc
- Owner: wingkwong
- License: mit
- Created: 2019-07-17T02:31:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T04:44:45.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T03:43:16.317Z (3 months ago)
- Topics: alias, bash, bash-aliases
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sc
sc is a collection of Bash Alias scripts.
## Installation
#### via curl
````
sh -c "$(curl -fsSL https://raw.githubusercontent.com/wingkwong/sc/master/install.sh)"
````#### via wget
````
sh -c "$(wget -O- https://raw.githubusercontent.com/wingkwong/sc/master/install.sh)"
````## Usage
By default, all modules are disabled.To enable an alias module: ``sc -e [alias_module]``
````
sc -e apache
# Use the alias defined in the specified module. Example:
# apsta
````To disable an alias module: ``sc -d [alias_module]``
````
sc -d apache
````To check the usage: ``sc -h ``
````
sc -h
````## Avilable Alias Modules
Please check out [here](https://github.com/wingkwong/sc/tree/master/modules)