Gnus development mailing list
 help / color / mirror / Atom feed
* Milestone break thru - BBDB helper kit
@ 2000-11-03  3:22 Harry Putnam
  2000-11-03  9:08 ` Jochen Küpper
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Harry Putnam @ 2000-11-03  3:22 UTC (permalink / raw)
  Cc: ding


There has been a milestone breakthrough in software development.
The new BBDB Helper Kit.  

Have you ever dreamt of being able to type things at the command line
like 
`get pizza' 
           or 
`get Bill' 

and have the phone number magically appear before your eyes.

Your dreams have come true...  But of course you'll have to name it
`get' and put it in your path.  Maybe edit the filename, if yours isn't in
the standard place.

Hmmm... probably should mime this up and attach it.... but its just
under 800 lines of code so I guess I'll just in line it.

cat get:

#!/bin/sh

awk -F"\\\(" '
/'"$1"'/{gsub(/[]")[]|nil|\\n| 0/,"")
print $1"\n"$2"\n"$3"\n"$4
}' ~/.bbdb





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-11-04 12:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-03  3:22 Milestone break thru - BBDB helper kit Harry Putnam
2000-11-03  9:08 ` Jochen Küpper
2000-11-03 14:29 ` Felix Hagemann
2000-11-03 17:34   ` Harry Putnam
2000-11-04 12:09     ` Felix Hagemann
2000-11-03 18:23 ` Emerick Rogul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).