Sha256: 5c475249c64a6fd2e6c02df890bc2e4ce6aa8497926434d2b8d18bad1ffb4722
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 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 list $ aka list 20 $ aka list --number 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aka2-0.1.9 | README.md |
aka2-0.1.8 | README.md |
aka2-0.1.7 | README.md |