note -- notes to myself
-----------------------

"Modes":
    Data entry
	- New note: interactive, command line, or pipe
	- Edit existing note: interactive only

    Search
	- Uses egrep -i
	- Names, first lines, whole files

    List, print, delete


Data entry

    $ note
	- interactive, starts $EDITOR

    $ note John wants tiddlywiki
	- writes command line args to a file

    $ note -
	- write stdin to a file


Search

    $ note -s garden
    n.BWn10m:Imperial Garden


List, print, delete
    $ note -l
	- list all notes and first lines

    $ note -L
	- list all full paths

    $ note -p note [ ... ]
	- print contents of note(s)

    $ note -d note [ ... ]
	- delete note(s)

    Examples

	$ note -l
	n.BWn10m:dimsum
	n.BWoS5e:bblisa tools
	n.BWoS5u:tiddlywiki
	n.BWvWgC:mary's
	n.BXDJKj:atw notes
	n.BXHjcA:job stuff

	$ note -p n.BWn10m
	dimsum
	Winsor Dimsum Cafe
	China Pearl
	Imperial Garden
	Grand Chau Chow
