vim2html(1)

vim2html(1) USER COMMANDS vim2html(1)

NAME

vim2html - export Vim editable files to HTML

SYNOPSIS

[-t] [-l] [-s scheme] [-n] [-f filetype] <filename>

DESCRIPTION

Converts Vim files (with colors & syntax highlighting) to HTML - with optional tidying (tidying requires HTMLtidy to be present). Output file will be original filename (including path) with ".html" appended to it.

OPTIONS

-h, --help
Display a short help message.
-v, --version
Show vim2html version.
-t, --tidy
Use HTMLtidy to clean up HTML.
-n, --line-numbers
Print line numbers in HTML output.
-f, --file-type [filetype]
Force Vim to use file type FILETYPE
-l. --list-schemes
List available Vim color schemes
-s, --color-scheme [scheme]
Use specified color scheme.

EXAMPLES

Create HTML file, tidy it up, show line numbers, and use a color scheme:
vim2html -t -n -s morning foo.txt

AUTHOR

Chip Cuccio <chipster [at] norlug (dot) org>

SEE ALSO

vim(1)

November 29, 2003 version 1.38