update plugin management

This commit is contained in:
Erich Smith
2012-05-13 08:37:31 -04:00
parent 8051a8520e
commit 08e439c4f0
18 changed files with 198 additions and 167 deletions

View File

@@ -4,10 +4,10 @@ cite about-plugin
about-plugin 'render commandline output in your browser'
function browser() {
about pipe html to a browser
about 'pipe html to a browser'
example '$ echo "<h1>hi mom!</h1>" | browser'
example '$ ron -5 man/rip.5.ron | browser'
group browser
group 'browser'
if [ -t 0 ]; then
if [ -n "$1" ]; then
@@ -27,7 +27,7 @@ function browser() {
function wmate() {
about 'pipe hot spicy interwebs into textmate and cleanup!'
example '$ wmate google.com'
group browser
group 'browser'
if [ -t 0 ]; then
if [ -n "$1" ]; then
@@ -64,7 +64,7 @@ EOT`
function raw() {
about 'write wget into a temp file and pump it into your browser'
example '$ raw google.com'
group browser
group 'browser'
if [ -t 0 ]; then
if [ -n "$1" ]; then