Sha256: 2ec9d3acf1efc9699fd24724d284dd4c6a64bb22eb453a344d1acafe46f3362a

Contents?: true

Size: 1.37 KB

Versions: 6

Compression:

Stored size: 1.37 KB

Contents

aka-edit(1) -- Edit keyboard shortcuts
======================================

## SYNOPSIS

`aka edit` <shortcut>
          [`-i` input]

## DESCRIPTION

This command edits a keyboard shortcut in `aka(7)`.

The command can be performed interactively or via an input file.

## OPTIONS

* `-i <input>`:
  Update the shortcut with an input file. See the "FORMAT" section for more details.

## FORMAT

The format should include the following sections (in order):

  * `Shortcut: <shortcut>`<br>
    Where <shortcut> is the string to change the <shortcut> cut.

  * `Description: <description>`<br>
    Where <description> is one or more lines of text.

  * `Function (y/n): <y|n>`<br>
    Where <y|n> is either `y` or `n`.

  * `Tags: <tags>`<br>
    Where <tags> is a comma-separated list of tags for the shortcut.

  * `Command: <command>`<br>
    Where <command> is one or more lines of text.

## INTERACTIVE MODE

When the command enters the interactive mode, it shows the <shortcut> in the expected `FORMAT` in an interactive editor.

## EXAMPLES

Edit a shortcut where `input.txt` is:

    Shortcut: lsf
    Description:
    1
    2
    3
    Function (y/n): y
    Tags: zsh, bash
    Command:
    ls -F

    $ aka edit lsf -i input.txt
    Saved shortcut.

## ENVIRONMENT

  * `EDITOR`:<br>
    The editor **aka** will use in interactive mode. Default: vim

## SEE ALSO

`aka(7)`, `aka-show(1)`

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hsume2-aka-0.3.2 man/aka-edit.1.ronn
hsume2-aka-0.3.1 man/aka-edit.1.ronn
hsume2-aka-0.3.0 man/aka-edit.1.ronn
hsume2-aka-0.2.1 man/aka-edit.1.ronn
hsume2-aka-0.2.0 man/aka-edit.1.ronn
hsume2-aka-0.1.0 man/aka-edit.1.ronn