home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / ctxt-util-1.0 / ctxt-util.README < prev    next >
Encoding:
Text File  |  1998-04-01  |  2.1 KB  |  49 lines

  1. I have just submitted ctxt-util.1.0.s.tar.gz to
  2.  
  3. <http://next-ftp/pub/next/submissions/ctxt-util.1.0.s.tar.gz>
  4.  
  5. ctxt-util is a command line tool for examination and
  6. manipulation of apps' DPS contexts.  It is based on a class
  7. called ABAppInfo that abstracts out most of the very tricky
  8. undocumented elements of Fiend's app context handling.
  9.  
  10. - David C. Lambert
  11.   dcl@panix.com
  12.  
  13. Here is some example output:
  14.  
  15. unix> ctxt-util -h
  16. Usage: ctxt-util [-N appName|-s {-a,-r,-H}|-u|-v|-l] [-p pid|-c ctxt] [-h]
  17.        -l: list apps and associated info
  18.        -N: list info for a single app name::uid (eg, 'Edit::0')
  19.        -s: toggle app status (requires pid or ctxt)
  20.            -a: activate (hides if not present)
  21.            -r: raise windows
  22.            -H: hide other apps
  23.        -v: vanish app icon (requires pid or ctxt)
  24.        -u: restore app icon (requires pid or ctxt)
  25.        -h: show this message
  26.  
  27. unix> ctxt-util
  28.  
  29. SHORTNAME            PID    UID        CTXT   ICON   MENU  MINIWINS
  30. Stuart               348    102   142606357    182    203  
  31. Mail                 340    102    92274709    162    284  
  32. Fiend                325    102    58720277    105     -1  138 137 136 135 133 154
  33. KPerfMon             345    102   117440533    165     -1  
  34. OmniWeb              568    102   167772183    248    258  
  35. LaunchBar            349    102   150994965    183    201  
  36. Edit                 646    100   184549405    804    806  
  37. loginwindow          211      0    29360131     -1     -1  
  38. Edit                 676    102   201326621    865    868  
  39. UserManager          618      0   192938009    779    782  
  40. Preferences          341    102   100663317    163     -1  
  41. Emacs                347    102   134217749    178     -1  
  42. Workspace            322      0    41943061     99     -1  865 779 265 248 191 183
  43. Opener               351    102   159383573    191     -1  
  44. Pastry               342    102   109051925    164     -1  
  45. PopOver              571    102   176160791    265    267  
  46. Swap                 346    102   125829141    176     -1  
  47. WM                   323    102    67108885    190    125  202 199 196 
  48.  
  49.