It turns out when you call 'd alfred' it opens up
authorDavid Stoline
Thu, 2 Feb 2012 15:13:16 +0000 (10:13 -0500)
committerDavid Stoline
Thu, 2 Feb 2012 15:13:16 +0000 (10:13 -0500)
the api search. Also, I learned that you can glob
on the first character with ?. #bashfun

Drupal/drupal-alfred.sh

index 44204f7..7338230 100755 (executable)
@@ -81,7 +81,7 @@ case "$1" in
   u)
     $command http://dgo.to/@${2}
     ;;
-  a*)
+  a?)
     proj="api/search/${1:1}"
     site="api."
     nid=$2