Version 1 of tmag

Updated 2008-12-08 08:58:59 by makr
What:tmag - Tcl's libmagic interface
Where:to be published in the next days
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 as the pure-Tcl implementation fumagic (fileutil::magic) in tcllib.
Version:0.2
Updated:2008-12-08
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 ]. Haven't yet uploaded it as I need to reorganize my website first...