Use the this simple perl script to mor or less format the output of 'veejay -u ' into something readable in a browser: ( veejay -u | perl thisscript.pl > vims.html ) {{{ #!/usr/bin/perl use warnings; use strict; my $font = ""; print("\n"); while(<>){ chomp(); if(/(I:)(.+)/){ my $line = $2; if($line =~ (/(\sVIMS selector\s)(\d\d\d)(.+)/)){ $line = "$font$2 $3