Sha256: 54aba0b1072347a9e3a47b328b513b9c9b8abc992cb48ed82fdb48a54c602edd

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "AKA\-LIST" "1" "March 2014" "" ""
.
.SH "NAME"
\fBaka\-list\fR \- List keyboard shortcuts
.
.SH "SYNOPSIS"
\fBaka list\fR [\fB\-t\fR \fItag1\fR[,\fItag2\fR\.\.\.]]
.
.SH "DESCRIPTION"
This command lists keyboard shortcuts in \fBaka(7)\fR\.
.
.P
This command can be performed with or without tag filtering\.
.
.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\.
.
.SH "EXAMPLES"
List all shortcuts:
.
.IP "" 4
.
.nf

$ aka list
#default
========
\.\.                            cd \.\.

#os:linux
=========
ls                            ls; ls; ls

#os:darwin
==========
ls                            ls \-FG
.
.fi
.
.IP "" 0
.
.P
List shortcuts matching \fB\-\-tag os:darwin\fR:
.
.IP "" 4
.
.nf

$ aka list \-t os:darwin
#default
========
\.\.                            cd \.\.

#os:darwin
==========
ls                            ls \-FG

2 shortcut(s) excluded (#os:linux, #os:windows)\.
.
.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.2.1 lib/aka/man/aka-list.1
hsume2-aka-0.2.0 lib/aka/man/aka-list.1