| charthtml: Chart
HTML - simple bar charts (work in progress)
|
| cwc: C Word Count - count
tokens and lines in C/C++ source code, better than
normal word or line count for measuring source code bulk
|
| fixtags: Converts
upper case HTML tags to lowercase and puts quotes around
values, in order to help convert documents to XHTML
compliance
|
| giflet: Quickly generate
1x1 gifs of a particular color |
| gsr: "Global search and
replace", replace a pattern in a bunch of files |
| id3: Manipulate ID3 tags
on MP3 files
|
| newfile: Get the nth
newest file in a directory. I use this a lot to quickly
scan the disk output of some program: cat
`newfile`
|
| pastehtml: Like the
paste utility, but outputs HTML tables
|
| start: Like the Windows
command, starts a program associated with a file. Uses
information from mailcap and
mime.types.
|
| txt2html: Simple text
to html formatter - useful if, like me, you tend to work
in text mode a lot but need to generate quick HTML
|
| unlinebreak:
Removes line continuation (lines ending in \ are pulled
together)
|