sdx is an application designed to interact with [scripted document]s. Hopefully users of sdx will chime in here with pointers to documentation, examples of use, tricks, techniques, and more. The combination of [tclkit] and scripted documents is a very powerful one. Note that sdx also works on tclkit, the runtime environment for a scripted document ---- Examples of using sdx: ''(Note that online help is available as '''sdx help''' and '''sdx help''' ''cmd'')'' sdx addtoc: deprecated sdx eval: evaluate Tcl from the command line (try "sdx eval parray tcl_platform") sdx fetch: fetch an http file (try "sdx fetch http://wiki.tcl.tk/4.html ") sdx fs2sd sdname: Takes the contents of the directory '''sdname'''.vfs and and creates a scripted document with the name '''sdname''' from it. sdx ftpd: runs an FTP server sdx httpd: run a little HTTP server sdx httpdist: synchronize a dir tree over the web (see [http://www.equi4.com/httpdist/]) sdx ls: list files, also on windows sdx lsd yourscripteddocument: List the contents of a scripted document sdx md5sum: calculate MD5 sums (probably broken) sdx mkshow: dump Metakit views sdx ratarx: reverse actions of a "tar x" command (delete all files also present inside the tarx, leaving only those that differ) sdx rexecd: remote exec server sdx sd2fs yourscripteddocument: Extract the contents of a scripted document into a file system. Creates a directory with the name ''[[file root yourscripteddocument]].vfs'' sdx sdclean: deprecated sdx sync: copy one tree to another, but only changes (can also deal with SD's) sdx treetime <'''NEW'''>: adjust modtimes in dir trees to match most recent file inside sdx wrap: a shortcut for creating a runnable compressed scripted doc from a single Tcl script (avoids having to do "mkdir myapp.vfs/bin/main.tcl" etc, manually) ---- [Category Application]