Sha256: 8502ff696f7a94ae2c21870e90a9a5d35b35cbeef9f7ebb989551714739322ce

Contents?: true

Size: 1023 Bytes

Versions: 3

Compression:

Stored size: 1023 Bytes

Contents

aka-link(1) -- Link keyboard shortcuts
======================================

## SYNOPSIS

`aka link` [`-t` <tag1>[,<tag2>...]]
           [`-o` <output>]<br>
`aka link` `delete` *link*

## DESCRIPTION

This command manages keyboard shortcuts links in `aka(7)`.

After creating a link, you can easily synchronize changes to shortcuts to designated `output` files.

## OPTIONS

* `-t` <tag1>[,<tag2>...]:
  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` *link*:
  Delete the link with id *link*.

## EXAMPLES

Add a link:

    $ aka link --tag os:linux --output \~/.aka.zsh
    Saved link.

Remove a link:

    $ 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)`

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hsume2-aka-0.3.2 man/aka-link.1.ronn
hsume2-aka-0.3.1 man/aka-link.1.ronn
hsume2-aka-0.3.0 man/aka-link.1.ronn