Jump to content

ecerulm

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by ecerulm

  1. "can easily be switched to iTerm2.app" - How?

     

     

     

    Something along the following lines should do the job:

     

    1. Create a new profile named "Man Page Handler" (or whatever)
    2. Set its command to "/usr/bin/man $$HOST$$" (without the quotes)
    3. Select "x-man-page" under "Schemes Handled"

     

     

    The command I use is /bin/bash -c "/usr/bin/man  -S `echo $$HOST$$` `echo $$PATH$$|tr -d /`"

     

    since $$HOST$$ is set to the man page section  and $$PATH$$ is equal to /command (so the leading / must be stripped )

×
×
  • Create New...