Skip to content

Instantly share code, notes, and snippets.

@kyab
Created May 20, 2011 11:03
Show Gist options
  • Select an option

  • Save kyab/982728 to your computer and use it in GitHub Desktop.

Select an option

Save kyab/982728 to your computer and use it in GitHub Desktop.
open man pages with TextMate
#!/bin/sh
#echo $1 $2 $3 $4 $5
man $1 $2 $3 $4 $5 | col -b | mate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment