Skip to content

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

License

Notifications You must be signed in to change notification settings

pushkar-anand/aka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages