Version 4 of tmag

Updated 2009-03-06 23:19:17 by makr
What:tmag - Tcl's libmagic interface
Where:http://www.matkraft.de/tcltk/#tmag
Description:Provides two commands to identify a file's content or the content of a binary buffer either with a human readable description or by a mime type. It is much faster than the pure-Tcl implementation fumagic (fileutil::magic) in tcllib.
Version:0.4
Updated:2009-03-07
Contact:MAKR

MAKR 2008-12-08: I wrote this extension as a finger flexing exercise. It basically provides the functionality of the Unix' file(1) command [L1 ] [L2 ].