Sha256: b9b7183ce37ec4740ab85d61b8ea84895e03e1fc17a221982f0b37f591f93344
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 Bytes
Contents
= aka - Manage your Aliases with style. Author:: Nate Dickson (nate at natedickson dot com) Copyright:: Copyright (c) 2013 Nate Dickson License:: mit, see LICENSE.txt aka lets you store all of your unix-style aliases in a single file. To use this app follow these steps: * Add +source ~/.alias+ to your profile. * Install the app using +gem install aka+ * A good first alias to add is +aka -a reload "source ~/.alias"+ * Once you've added that you'll have to either start a new session or manually run +source ~/.alias" * From here on out, whenever you add a new alias, you can just type +reload+ and it'll be available immediately! * Check out all the other available commands by running +aka -h+ == Links * {View the source on github}[http://poginate.github.com/A.K.A./] == Install +gem install aka+ == Examples * To add a new alias enter +aka -a hi "echo "hi there!"+ * enter +aka -h+ to see the other available commands. == Contributing I welcome pull requests and errors on GitHub.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aka-0.6.0 | README.rdoc |
aka-0.5.8 | README.rdoc |
aka-0.5.4 | README.rdoc |