/aka

Easily create aliases for linux shells. No need to edit your shell startup scripts every time to add an alias.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

aka

Easily create aliases for linux shells. No need to edit your shell startup scripts every time to add an alias. aka does that for you in just one line.

Table of Contents

Usage

aka [--rcfile file] <alias> <command>

Options:
	-f, --rcfile		Shell configuration file to modify. Defaults to the shell's default configuration file.

Supported Shells

  • BASH
  • ZSH
  • TCSH
  • KSH

Installation

Download pre-built binary (Linux or macOS)

Release Downloads

With Go toolchain

$ # Go 1.15 and below
$ go get -u github.com/pushkar-anand/aka
$ # Go 1.16+
$ go install github.com/pushkar-anand/aka@latest