Sha256: 2da6eb459d2114c28bca02ac47d9ae000c56e58ec45978dab37df8f92a0e2d68

Contents?: true

Size: 1000 Bytes

Versions: 2

Compression:

Stored size: 1000 Bytes

Contents

AKA-LIST(1)							   AKA-LIST(1)



NAME
       aka-list - List keyboard shortcuts

SYNOPSIS
       aka list [-t tag1[,tag2...]]

DESCRIPTION
       This command lists keyboard shortcuts in aka(7).

       This command can be performed with or without tag filtering.

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.

EXAMPLES
       List all shortcuts:



	   $ aka list
	   #default
	   ========

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

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



       List shortcuts matching --tag os:darwin:



	   $ aka list -t os:darwin
	   #default
	   ========

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

	   2 shortcut(s) excluded (#os:linux, #os:windows).



SEE ALSO
       aka(7), aka-show(1)



				  March 2014			   AKA-LIST(1)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hsume2-aka-0.2.1 lib/aka/man/aka-list.1.txt
hsume2-aka-0.2.0 lib/aka/man/aka-list.1.txt