Changeset 350 for trunk/appswitch/appswitch/appswitch.1
- Timestamp:
- 11/07/07 03:32:14 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appswitch/appswitch/appswitch.1
r160 r350 1 .Dd Sun May 16 2004\" DATE1 .Dd Tue Nov 6 2007 \" DATE 2 2 .Dt APPSWITCH 1 LOCAL \" Program name and manual section number 3 .Os appswitch 1. 0.13 .Os appswitch 1.1 4 4 .Sh NAME 5 5 .Nm appswitch … … 7 7 .Sh SYNOPSIS 8 8 .Nm appswitch 9 .Op Fl sShHqkK FlLP \" [-sShHqkKFlLP]9 .Op Fl sShHqkKlLPfF \" [-sShHqkKlLPfF] 10 10 .Op Fl c Ar creator \" [-c creator] 11 11 .Op Fl i Ar bundleID \" [-i bundleID] … … 33 33 If you're extremely concerned about the speed of matching, any other 34 34 match method is faster than a match by bundle identifier. 35 .It Fl a Ar name 36 Match by application name. This is not a recommended match criterion 37 as applications may be renamed at any time. 35 38 .It Fl p Ar pid 36 Match by process identifier , a positive integer.39 Match by process identifier (PID), a positive integer. 37 40 .It Ar path 38 41 Match by bundle path. For packaged applications, this is the package … … 58 61 .It Fl k 59 62 Kill (force quit) the application. Sends the 60 .Dv SIG INT63 .Dv SIGTERM 61 64 signal to the application, which the application may 62 65 ignore. Equivalent to selecting … … 87 90 identifiers appear as -1. 88 91 .It TYPE 89 The four-character code identifying the application's type, 90 usually 92 The four-character code identifying the process's type, usually 91 93 .Ql APPL 92 94 for most applications or … … 97 99 and 98 100 .Ql APPC 99 for applications which perform the functions of extensions 100 and control panels, respectively. 101 for applications which perform the functions of extensions and control 102 panels, respectively. Depending on the Mac OS X version, non-packaged 103 applications may appear with no type or the type 104 .Ql ???? . 101 105 .It CREA 102 106 The four-character code identifying the application's creator, usable with the … … 113 117 remainder of longer application names is not displayed. 114 118 .It PATH 115 The path to the application bundle, usable with the 119 The path to the application bundle, or to the application executable 120 if the application is not packaged, usable with the 116 121 .Ar path 117 122 matching option. This field is truncated to the window width, or to 80 … … 130 135 and unique identifier for all applications except Classic 131 136 applications. 137 .It Fl f 138 Switch to the application, bringing only the frontmost window of the 139 application to the front. 132 140 .El 133 141 .Ss Actions … … 153 161 .Sh BUGS \" Document known, unremedied bugs 154 162 The 155 .Fl F 156 option may be unreliable if issued immediately after another show or 157 hide command; try inserting a 158 .Xr sleep 1 159 command before it. 160 .Pp 161 The 162 .Fl q 163 option is very slow on Mac OS X 10.2.8 and earlier; this is an 164 acknowledged bug in AECreateAppleEvent with no known workaround. 165 The bug is fixed in Mac OS X 10.3. 163 .Fl S 164 option may not work in Mac OS X 10.5 with Spaces enabled. 166 165 .Sh AUTHOR 167 166 .An "Nicholas Riley" Aq appswitch@sabi.net
Note:
See TracChangeset
for help on using the changeset viewer.