clew
Command-Line Easy Wiki. Console-based wiki and blog.
% clew list --last-first Today 11:43:49 - Pie in the sky #11 /project/pie rev:37 [...] % clew new /foo/bar ---+ Bar I like [bar], but [BAZ] is better! % clew path -a /foo/bar | sed 's/like/luv/' | clew store -v -m 'luv!' bar Storing new revision of node bar... Multiple matching nodes: [1] /iron/bar #90 [2] /bar/bar/bar #226 [3] /foo/bar #870 Pick one or enter 'c' to cancel: [3] Node /foo/bar revision 2 checked in. % EDITOR='bbedit -w -c' clew edit baz
% freli add blogroll (n) "list of related weblogs" Added 1 entry. % freli find /gry/ angry (adj) #1776 hungry (adj) #15622 % freli find blogroll -q && echo "It's in there." It's in there. % freli stem --show-confidence insidiousness 100% insidious -ness
% nkc discover -i '/tt2$/' Found 3 unknown files: foo/bar/baz.html.tt2 - add? [y] [...] % nkc shell nkc> build Making web site... [...] nkc> test --all-links localtest/foo/bar/index.html Bad link http://www.example.com/etc 404
I hope to add a command line interface to Jellybean in the medium near future.
Re:In Progress
nkuitse on 2003-07-05T02:39:34
I hope to add a command line interface to Jellybean in the medium near future.
Excellent. I haven't used Jellybean yet (couldn't install Test::Unit because Class::Inner's test all failed; no time to puzzle that out yet) but it looks good. Template Toolkit, hurrah!Re:In Progress
chromatic on 2003-07-05T07:14:41
The version from CVS is a lot newer, a lot simpler, and the tests are much more maintainable.