Sha256: c85e2716cc045cc75e0ec05679077c416a782cd809111a1c715f7ca5b0fef920

Contents?: true

Size: 1.44 KB

Versions: 3

Compression:

Stored size: 1.44 KB

Contents

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "AKA\-GENERATE" "1" "April 2014" "" ""
.
.SH "NAME"
\fBaka\-generate\fR \- Generate commands for loading keyboard shortcuts into your shell
.
.SH "SYNOPSIS"
\fBaka generate\fR [\fB\-t\fR \fItag1\fR[,\fItag2\fR\.\.\.]] [\fB\-o\fR \fIoutput\fR]
.
.SH "DESCRIPTION"
This command generates commands for loading keyboard shortcuts in \fBaka(7)\fR into your shell\.
.
.P
This command can be performed with or without tag filtering\.
.
.P
By default, the commands are generated to \fBSTDOUT\fR\.
.
.SH "OPTIONS"
.
.TP
\fB\-t\fR \fItag1\fR[,\fItag2\fR\.\.\.]
A comma\-separated list of tags to filter with\. Shortcuts tagged with \fItag1\fR[,\fItag2\fR\.\.\.] will be included\. Shortcuts tagged with other tags are excluded\. Shortcuts with no tags are always included\.
.
.TP
\fB\-o <output>\fR
The location to generate the commands to\.
.
.SH "EXAMPLES"
Generate for all shortcuts:
.
.IP "" 4
.
.nf

$ aka generate
alias \.\.="cd \.\."
alias ls="ls \-FG"
function ls {
  ls \-F \-\-color=auto
}
.
.fi
.
.IP "" 0
.
.P
Generate for shortcuts matching \fB\-\-tag os:darwin\fR:
.
.IP "" 4
.
.nf

$ aka generate \-t os:darwin
alias \.\.="cd \.\."
alias ls="ls \-FG"

2 shortcut(s) excluded (#os:linux, #os:windows)\.
.
.fi
.
.IP "" 0
.
.P
Generate to file:
.
.IP "" 4
.
.nf

$ aka generate \-o ~/\.aka\.zsh
Generated ~/\.aka\.zsh\.
.
.fi
.
.IP "" 0
.
.SH "SEE ALSO"
\fBaka(7)\fR, \fBaka\-show(1)\fR

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hsume2-aka-0.3.2 lib/aka/man/aka-generate.1
hsume2-aka-0.3.1 lib/aka/man/aka-generate.1
hsume2-aka-0.3.0 lib/aka/man/aka-generate.1