man/aka-link.1.ronn in hsume2-aka-0.2.1 vs man/aka-link.1.ronn in hsume2-aka-0.3.0

- old
+ new

@@ -2,12 +2,12 @@ ====================================== ## SYNOPSIS `aka link` [`-t` <tag1>[,<tag2>...]] - [`-o` <output>] - [`--delete`] + [`-o` <output>]<br> +`aka link` `delete` *link* ## DESCRIPTION This command manages keyboard shortcuts links in `aka(7)`. @@ -19,22 +19,30 @@ A comma-separated list of tags to filter with. Shortcuts tagged with <tag1>[,<tag2>...] will be included. Shortcuts tagged with other tags are excluded. Shortcuts with no tags are always included. * `-o <output>`: The location to link the output to. -* `--delete`: - Delete the link with the given options. +* `delete` *link*: + Delete the link with id *link*. ## EXAMPLES Add a link: - $ aka link --tag os:linux --output ~/.aka.zsh + $ aka link --tag os:linux --output \~/.aka.zsh Saved link. Remove a link: - $ aka link --delete --tag os:linux --output ~/.aka.zsh + $ aka list + ... + ===== + Links + ===== + + [1] ~/.aka.zsh: #osx, #git + [2] ~/.aka.zsh: #linux, #git + $ aka link delete 2 Removed link. ## SEE ALSO `aka(7)`, `aka-sync(1)`