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
Shell to manage FRELI.
% 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
A command-line utility to manage a versioned, files-built-from-many-sources Web site. Think lots of small makefiles and plenty of YAML.
% 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 <URL:http://www.example.com/etc/> 404
nkpr
Project manager, where a project might be a Perl module, a script, a web site, a book of bad poetry, or any of the things listed above.
Dream, dream, dream...
In Progress (Score:1)
I hope to add a command line interface to Jellybean in the medium near future.
Re:In Progress (Score:1)
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 (Score:1)
The version from CVS is a lot newer, a lot simpler, and the tests are much more maintainable.