Skip to content
/ aka Public

AKA is a simple CLI tool for managing aliases

Notifications You must be signed in to change notification settings

fdorantesm/aka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aka

A simple alias manager that lets you add, list, and apply command aliases.

Installation

To install aka, run the following command:

curl -fsSL https://raw.githubusercontent.com/fdorantesm/aka/refs/heads/main/install.sh | bash

## Usage

### Help

```bash
aka [command]

Add alias

aka add ll "ls -la"

List

aka list