Linux Software I have written

FavNuts - Converts IE favorite files to a Netscape bookmark file.
Sorts the entries into alphabetical order with a directory hierarchy.
Requires Perl
Version 0.1 - First release.
Freshmeat project details
favnuts.pl-0.1.tar.gz


WMScript - System monitoring tool for Window Maker
Specify up to 5 different things to be monitored by displaying the numeric results of a command.
Based on WMiNet, requires Window Maker
Version 1.0 - First release.
Freshmeat project details
wmscript-1.0.tar.gz


Mp3Make - Automates the ripping and encoding of CD audio to mp3 files.
Requires cdparanoia, BladeEnc (or one of 8hz-mp3, l3enc and mp3enc) and xmcd.
Version 0.4 - Supports email notification, setting id3 tags with id3tool, creation of .m3u playlists and config files per user for different encoding options.
Freshmeat project details
mp3make-0.4.tar.gz


mailboxes - Quick hack in Perl to deal with mailboxes for Mutt.
Creates a single list of files recursing from a directory,
optionally allows you to filter out filenames.
To use put the following (example) line in your ~/.muttrc

mailboxes `mailboxes ~/Mail outbox`

Parameters are
1. Directory to recurse from e.g. ~/Mail
2. Filenames to ignore (comma separated list) e.g. outbox,oldmail
mailboxes (IE users, right-click and choose "Save Target As...", Netscape users right-click and choose "Save Link As...")


maildirs - Quick hack in Perl to deal with maildirs (as used by qmail) for Mutt.
Creates a single list of maildir folders recursing from a directory,
optionally allows you to filter out folders.
Recognises a maildir folder by it having new, cur and tmp subdirectories.
To use put the following (example) line in your ~/.muttrc

mailboxes `maildirs ~/Mail outbox`

Parameters are
1. Directory to recurse from e.g. ~/Mail
2. Filenames to ignore (comma separated list) e.g. outbox,oldmail
maildirs (IE users, right-click and choose "Save Target As...", Netscape users right-click and choose "Save Link As...")

Contact
Mail darren@krapplets.org with any comments, suggestions, patches or bug reports.


Last updated: Wednesday, 25-Jul-2001 21:31:19 BST