
mork - a program for dumping Mozilla URL history files

mork [--verbose] [--html] [--age secs] <filename>
The files are normally found at $HOME/.mozilla/default/*.slt/history.dat

Increase verbosity. With -vv it prints all the information known about each URL, including time of first visit, last visit, document title, etc.
Produces HTML output instead of plain text
With "--age 2H", it limits itself to URLs that were loaded within the last two hours. Likewise with "sec", "min", "day", "month", etc.

Simon Wistow <simon@thegestalt.org>
based on
http://www.jwz.org/hacks/mork.pl
Created: 3-Mar-2004 by Jamie Zawinski, Anonymous, and Jacob Post.

Copyright © 2004 Jamie Zawinski <jwz@jwz.org>

Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
