Re: [dev] snotes v0.9 - a simple notes system

From: v4hn <me_AT_v4hn.de>
Date: Mon, 4 Feb 2013 20:57:29 +0100

On Mon, Feb 04, 2013 at 11:46:51PM +0800, Chris Down wrote:
> SNOTES_EDITOR=${VISUAL:+xterm -e $VISUAL}
> : "${SNOTES_EDITOR:=${EDITOR:-vim}}"

That would make the config do more than it is supposed to.
I agree that it makes sense to respect $VISUAL though.
I now changed the line to

SNOTES_EDITOR=${VISUAL:-xterm -e vi}

to meet that requirement.

Also, I'm still waiting for a notice on whether this now works
with dash. If so, I would like to push out a 1.0 release
because snotes does everything it's supposed to do at the moment.

I would like to see this listed on http://tools.suckless.org .
How do I get a tarball pushed to dl.suckless.org/tools/?


v4hn

Received on Mon Feb 04 2013 - 20:57:29 CET

This archive was generated by hypermail 2.3.0 : Mon Feb 04 2013 - 21:00:05 CET