Skip to content

Instantly share code, notes, and snippets.

@kyab
Created May 20, 2011 11:03
Show Gist options
  • Save kyab/982728 to your computer and use it in GitHub Desktop.
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