From: Gaute Hope <eg@gaute.vetsj.com>
To: sup-talk <sup-talk@rubyforge.org>
Subject: lbdb module for sup
Date: Mon, 07 Sep 2009 18:21:35 +0200 [thread overview]
Message-ID: <1252340369-sup-9611@qwerzila> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 320 bytes --]
Greetings,
attached is a lbdb (http://sup.rubyforge.org/wiki/wiki.pl?LbdbIntegration)
module for the sup contact list. Useful if you want access to the sup
contact list from Vim.
put in .lbdb/modules and add .lbdb/modules to your MODULES_PATH in
.lbdbrc aswell as adding the m_sup module to the modules list.
- gaute
[-- Attachment #1.2: m_sup --]
[-- Type: application/octet-stream, Size: 289 bytes --]
#! /bin/bash
m_sup_query ()
{
contactfile=~/.sup/contacts.txt
grep -i "$@" ${contactfile} | sed -e 's/.*: //' | while read contact; do
email=${contact#*<}
email=${email%>}
name=${contact%% <*}
echo -e ${email}"\t"${name}"\t\t"m_sup
done
}
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
WARNING: multiple messages have this Message-ID
From: eg@gaute.vetsj.com (Gaute Hope)
Subject: [sup-talk] lbdb module for sup
Date: Mon, 07 Sep 2009 18:21:35 +0200 [thread overview]
Message-ID: <1252340369-sup-9611@qwerzila> (raw)
Message-ID: <20090907162135._KybcSiHAzfaIOUtrOYAcx55NzVfjiFi7RaOqbPy_C4@z> (raw)
Greetings,
attached is a lbdb (http://sup.rubyforge.org/wiki/wiki.pl?LbdbIntegration)
module for the sup contact list. Useful if you want access to the sup
contact list from Vim.
put in .lbdb/modules and add .lbdb/modules to your MODULES_PATH in
.lbdbrc aswell as adding the m_sup module to the modules list.
- gaute
-------------- next part --------------
A non-text attachment was scrubbed...
Name: m_sup
Type: application/octet-stream
Size: 289 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090907/8dd9e60d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090907/8dd9e60d/attachment.bin>
next reply other threads:[~2009-09-07 16:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-07 16:21 Gaute Hope [this message]
2009-09-07 16:21 ` [sup-talk] " Gaute Hope
2009-09-08 20:45 ` William Morgan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1252340369-sup-9611@qwerzila \
--to=eg@gaute.vetsj.com \
--cc=sup-talk@rubyforge.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox