Sha256: 186da3e1b2f092d3c64a71c45c50213921ce374d6b6b1fc64806c58fe9f5e5a1

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# aka - The Missing Alias Manager

[![Gem Version](https://badge.fury.io/rb/aka2.svg)](http://badge.fury.io/rb/aka2)

aka generate/edit/destroy/find permanent aliases with a single command.

aka2 requires ruby and is built for bash and zsh users.

## Installation

    $ gem install aka2
    $ aka setup

If you wish to reinstall aka setup

    $ aka setup --reset

## Usage

To generate new aka

    $ aka generate hello="echo helloworld"
    $ aka g hello="echo helloworld"

To destroy aka

    $ aka destroy hello
    $ aka d hello

To edit aka command

    $ aka edit hello

To edit aka alias name

    $ aka edit hello --name

To find a aka command

    $ aka find hello

To list all aka created

    $ aka
    $ aka list

To list down available command

    $ aka help

## Requirement

Ruby

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ytbryan/aka-gem.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aka2-0.1.6 README.md
aka2-0.1.5 README.md