https://github.com/rawnly/aalias
Alias management made easy
https://github.com/rawnly/aalias
cli
Last synced: 7 months ago
JSON representation
Alias management made easy
- Host: GitHub
- URL: https://github.com/rawnly/aalias
- Owner: rawnly
- Created: 2021-05-26T22:10:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T14:00:58.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T09:43:29.572Z (over 1 year ago)
- Topics: cli
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AddAlias
> Easily manage bash aliases.
# Installation
Download the latest release [tar.gz](https://github.com/Rawnly/aalias/releases/latest/download/aalias.tar.gz) or [bin](https://github.com/Rawnly/aalias/releases/latest/download/aalias)
Via **homebrew**:
```
brew tap rawnly/tap
brew install aalias
```
## Usage
```bash
aalias md 'markdown -p'
```
```bash
USAGE:
aalias [ARGS] [SUBCOMMAND]
ARGS:
Name of the alias
... Value of the alias
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
disable Disable an alias
enable Enable an alias
help Prints this message or the help of the given subcommand(s)
list List alla aliases
setup Setup basic configuration
```