Sha256: af370c1a2f73289a45a59774886328f015cbd5f213599dd67c40e414906f6518

Contents?: true

Size: 1.44 KB

Versions: 2

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" "August 2016" "" ""
.
.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

2 entries across 2 versions & 1 rubygems

Version Path
hsume2-aka-0.4.2 lib/aka/man/aka-generate.1
hsume2-aka-0.4.1 lib/aka/man/aka-generate.1