Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```