Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdorantesm/aka
AKA is a simple CLI tool for managing aliases
https://github.com/fdorantesm/aka
alias aliases cli unix
Last synced: about 10 hours ago
JSON representation
AKA is a simple CLI tool for managing aliases
- Host: GitHub
- URL: https://github.com/fdorantesm/aka
- Owner: fdorantesm
- Created: 2025-02-11T05:14:42.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-02-11T06:24:22.000Z (3 days ago)
- Last Synced: 2025-02-11T06:29:54.221Z (3 days ago)
- Topics: alias, aliases, cli, unix
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aka
A simple alias manager that lets you add, list, and apply command aliases.
## Installation
To install `aka`, run the following command:
```sh
curl -fsSL https://raw.githubusercontent.com/fdorantesm/aka/refs/heads/main/install.sh | bash## Usage
### Help
```bash
aka [command]
```### Add alias
```bash
aka add ll "ls -la"
```### List
```bash
aka list
```