A simple alias manager that lets you add, list, and apply command aliases.
To install aka
, run the following command:
curl -fsSL https://raw.githubusercontent.com/fdorantesm/aka/refs/heads/main/install.sh | bash
aka [command]
aka add ll "ls -la"
aka list
aka export aliases.json
aka import aliases.json