Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 817 Bytes

dirPage

It generates a HTML file using contents in the current directory.
GitHub: https://github.com/YujiSODE/dirPage

Copyright (c) 2017 Yuji SODE <[email protected]>
This software is released under the MIT License.
See LICENSE or http://opensource.org/licenses/mit-license.php


1. Synopsis

Shell
tclsh dirPage.tcl ?css? ?ex0? ?ex ex ...?;

  • $css: an optional css file; e.g., dirPage_css.css
  • $ex0: an optional file extension to be displayed with code element
  • $ex: additional file extensions

Tcl
::dirPage::run ?css? ?exList?;

  • $css: an optional css file; e.g., dirPage_css.css
  • $exList: an optional list of file extensions to be displayed with code element

2. Script

It requires Tcl/Tk 8.6+.

  • dirPage.tcl
  • dirPage_css.css: an optional css file