https://github.com/fallaciousreasoning/alias
A script for adding aliases to your command line
https://github.com/fallaciousreasoning/alias
Last synced: 10 months ago
JSON representation
A script for adding aliases to your command line
- Host: GitHub
- URL: https://github.com/fallaciousreasoning/alias
- Owner: fallaciousreasoning
- Created: 2016-08-15T10:10:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T02:06:45.000Z (about 4 years ago)
- Last Synced: 2025-03-26T08:29:43.715Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
A simple script for adding aliases to your command line
Setting up the script is pretty simple. Clone the repository and add the following folders to your path:
- ``````
- ```\aliases```
Run
alias --help
To see available commands
Create a new alias with
alias [alias] [command]