lib/aka/man/aka.7.txt in hsume2-aka-0.1.0 vs lib/aka/man/aka.7.txt in hsume2-aka-0.2.0
- old
+ new
@@ -9,11 +9,13 @@
aka add shortcut command [options]
aka show shortcut [options]
aka edit shortcut [options]
aka remove shortcut
aka list [options]
+ aka link [options]
aka generate [options]
+ aka sync
DESCRIPTION
aka is an easy way to manage keyboard shortcuts in UNIX shells.
You can replace commonly used commands with shorter, sexier keyboard
@@ -108,14 +110,54 @@
$ aka remove ls
Removes shortcut.
+ Add a link:
+
+
+
+ $ aka link --tag os:linux --output ~/.aka.zsh
+ Saved link.
+
+
+
+ Remove a link:
+
+
+
+ $ aka link --delete --tag os:linux --output ~/.aka.zsh
+ Removed link.
+
+
+
+ Synchronize links:
+
+
+
+ $ aka link --tag os:linux --output ~/.aka.zsh
+ Saved link.
+ $ aka sync
+ Generated ~/.aka.zsh.
+ 4 shortcut(s) excluded (#linux).
+
+
+
+ Upgrade links from v0 to v1:
+
+
+
+ $ aka upgrade
+ Upgraded ~/.aka.yml.
+ Backed up to ~/.aka.yml.backup."
+
+
+
ENVIRONMENT
AKA:
The file where aka stores everything. Default: ~/.aka.yml
- February 2014 AKA(7)
+ March 2014 AKA(7)