[uicb] uicb_client_toggletag() with NULL use as sticky toggle
[awesome.git] / awesome-menu.1.txt
blob2009361e01df1c1a6af9e40757eae5b3015c8034
1 awesome-menu(1)
2 =================
4 NAME
5 ----
7 awesome-menu - awesome menu system
9 SYNOPSIS
10 --------
12 awesome-menu [-c config] [-e command] <title>
14 DESCRIPTION
15 -----------
17 awesome-menu is a tool which will pop up a menu on your screen, grabbing
18 keyboard and allowing you to search through an initial completion list, or
19 using your files as completion.
21 USAGE
22 -----
23 By default, awesome-menu read completion from standard input. If nothing is
24 read, the completion list is built from the current working directory files.
26 To build a menu with executable program:
28     ls /usr/bin | awesome-menu -e 'exec ' 'Execute'
30 To build the same menu with executable run in a terminal window:
32     ls /usr/bin | awesome-menu -e 'xterm -e exec ' 'Execute in terminal'
34 To build an ssh connection prompt:
36     cut -d' ' -f1 ~/.ssh/known_hosts | cut -d, -f1 | awesome-menu -e 'xterm -e ssh ' 'ssh to:'
38 If you do not specify the -e option, result will be printed to standard output.
39 You can do things like that:
41     gzip "$(awesome-menu '"File to gzip')"
43 OPTIONS
44 -------
45 -c config::
46     Use an alternate configuration file instead of $HOME/.awesomerc. 
47 -e command::
48     Command to execute. The result is appended to the end of this command (like xargs).
49 <title>::
50     Print this title. This is also used to identify the menu section in the awesomerc file.
51    
52 SEE ALSO
53 --------
54 awesome(1) awesomerc(5)
56 AUTHORS
57 -------
58 Julien Danjou <julien@danjou.info>
60 WWW
61 ---
62 http://awesome.naquadah.org