diff --git a/src/doc/_module_dollarcent-1.1.tm.man b/src/doc/_module_dollarcent-1.1.tm.man new file mode 100644 index 00000000..979b9a77 --- /dev/null +++ b/src/doc/_module_dollarcent-1.1.tm.man @@ -0,0 +1,33 @@ +[comment {--- punk::docgen generated from inline doctools comments ---}] +[comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] +[comment {--- punk::docgen overwrites this file ---}] +[manpage_begin dollarcent_module_dollarcent 0 1.1] +[copyright "2025"] +[titledesc {Module API}] [comment {-- Name section and table of contents description --}] +[moddesc {-}] [comment {-- Description at end of page heading --}] +[require dollarcent] +[keywords module] +[description] +[para] - +[section Overview] +[para] overview of dollarcent +[subsection Concepts] +[para] - +[subsection dependencies] +[para] packages used by dollarcent +[list_begin itemized] +[item] [package {Tcl 8.6-}] +[list_end] +[section API] +[subsection {Namespace dollarcent}] +[para] Core API functions for dollarcent +[list_begin definitions] +[list_end] [comment {--- end definitions namespace dollarcent ---}] +[subsection {Namespace dollarcent::lib}] +[para] Secondary functions that are part of the API +[list_begin definitions] +[list_end] [comment {--- end definitions namespace dollarcent::lib ---}] +[section Internal] +[subsection {Namespace dollarcent::system}] +[para] Internal functions that are not part of the API +[manpage_end] diff --git a/src/doc/_module_modpod-0.1.2.tm.man b/src/doc/_module_modpod-0.1.4.tm.man similarity index 86% rename from src/doc/_module_modpod-0.1.2.tm.man rename to src/doc/_module_modpod-0.1.4.tm.man index e7644947..31fdb908 100644 --- a/src/doc/_module_modpod-0.1.2.tm.man +++ b/src/doc/_module_modpod-0.1.4.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin modpod_module_modpod 0 0.1.2] +[manpage_begin modpod_module_modpod 0 0.1.4] [copyright "2024"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] @@ -19,10 +19,6 @@ [item] [package {Tcl 8.6-}] [list_end] [section API] -[subsection {Namespace modpod::class}] -[para] class definitions -[list_begin enumerated] -[list_end] [comment {--- end class enumeration ---}] [subsection {Namespace modpod}] [para] Core API functions for modpod [list_begin definitions] diff --git a/src/doc/_module_overtype-1.6.5.tm.man b/src/doc/_module_overtype-1.6.5.tm.man deleted file mode 100644 index 166da531..00000000 --- a/src/doc/_module_overtype-1.6.5.tm.man +++ /dev/null @@ -1,49 +0,0 @@ -[comment {--- punk::docgen generated from inline doctools comments ---}] -[comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] -[comment {--- punk::docgen overwrites this file ---}] -[manpage_begin overtype_module_overtype 0 1.6.5] -[copyright "2024"] -[titledesc {overtype text layout - ansi aware}] [comment {-- Name section and table of contents description --}] -[moddesc {overtype text layout}] [comment {-- Description at end of page heading --}] -[require overtype] -[keywords module text ansi] -[description] -[para] - -[section Overview] -[para] overview of overtype -[subsection Concepts] -[para] - -[subsection dependencies] -[para] packages used by overtype -[list_begin itemized] -[item] [package {Tcl 8.6}] -[item] [package textutil] -[item] [package punk::ansi] -[para] - required to detect, split, strip and calculate lengths of text possibly containing ansi codes -[item] [package punk::char] -[para] - box drawing - and also unicode character width determination for proper layout of text with double-column-width chars -[list_end] -[section API] -[subsection {Namespace overtype}] -[para] Core API functions for overtype -[list_begin definitions] -[call [fun overtype::renderspace] [arg args] ] -[para] usage: ?-transparent [lb]0|1[rb]? ?-expand_right [lb]1|0[rb]? ?-ellipsis [lb]1|0[rb]? ?-ellipsistext ...? undertext overtext -[call [fun overtype::renderline] [arg args] ] -[para] renderline is the core engine for overtype string processing (frames & textblocks), and the raw mode commandline repl for the Tcl Punk Shell -[para] It is also a central part of an ansi (micro) virtual terminal-emulator of sorts -[para] This system does a half decent job at rendering 90's ANSI art to manipulable colour text blocks that can be joined & framed for layout display within a unix or windows terminal -[para] Renderline helps maintain ANSI text styling reset/replay codes so that the styling of one block doesn't affect another. -[para] Calling on the punk::ansi library - it can coalesce codes to keep the size down. -[para] It is a giant mess of doing exactly what common wisdom says not to do... lots at once. -[para] renderline is part of the Unicode and ANSI aware Overtype system which 'renders' a block of text onto a static underlay -[para] The underlay is generally expected to be an ordered set of lines or a rectangular text block analogous to a terminal screen - but it can also be ragged in line length, or just blank. -[para] The overlay couuld be similar - in which case it may often be used to overwrite a column or section of the underlay. -[para] The overlay could however be a sequence of ANSI-laden text that jumps all over the place. - -[para] renderline itself only deals with a single line - or sometimes a single character. It is generally called from a loop that does further terminal-like or textblock processing. -[para] By suppyling the -info 1 option - it can return various fields indicating the state of the render. -[para] The main 3 are the result, overflow_right, and unapplied. -[para] Renderline handles cursor movements from either keystrokes or ANSI sequences but for a full system the aforementioned loop will need to be in place to manage the set of lines under manipulation. -[list_end] [comment {--- end definitions namespace overtype ---}] -[manpage_end] diff --git a/src/doc/_module_picalc-0.1.0.tm.man b/src/doc/_module_picalc-0.1.0.tm.man index 3cee2d93..c85f5589 100644 --- a/src/doc/_module_picalc-0.1.0.tm.man +++ b/src/doc/_module_picalc-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_picalc 0 0.1.0] +[manpage_begin punkshell_module_picalc 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/_module_termscheme-0.1.0.tm.man b/src/doc/_module_termscheme-0.1.0.tm.man index 2e999b99..1b7abba6 100644 --- a/src/doc/_module_termscheme-0.1.0.tm.man +++ b/src/doc/_module_termscheme-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_termscheme 0 0.1.0] +[manpage_begin punkshell_module_termscheme 0 0.1.0] [copyright "2024"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] @@ -19,15 +19,6 @@ [item] [package {Tcl 8.6}] [list_end] [section API] -[subsection {Namespace termscheme::class}] -[para] class definitions -if {[tcl::info::commands [tcl::namespace::current]::interface_sample1] eq ""} { -*** !doctools -[list_begin enumerated] -[list_end] [comment {--- end class enumeration ---}] -} -} - ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ [subsection {Namespace termscheme}] [para] Core API functions for termscheme [list_begin definitions] @@ -38,7 +29,6 @@ if {[tcl::info::commands [tcl::namespace::current]::interface_sample1] eq ""} { [list_end] [comment {--- end definitions namespace termscheme::lib ---}] [section Internal] tcl::namespace::eval termscheme::system { -*** !doctools [subsection {Namespace termscheme::system}] [para] Internal functions that are not part of the API [manpage_end] diff --git a/src/doc/punk/_module_icomm-0.1.0.tm.man b/src/doc/punk/_module_icomm-0.1.0.tm.man index c1a5152c..16208df5 100644 --- a/src/doc/punk/_module_icomm-0.1.0.tm.man +++ b/src/doc/punk/_module_icomm-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::icomm 0 0.1.0] +[manpage_begin punkshell_module_punk::icomm 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/punk/_module_libunknown-0.1.tm.man b/src/doc/punk/_module_libunknown-0.1.tm.man index f56502da..aac2a70d 100644 --- a/src/doc/punk/_module_libunknown-0.1.tm.man +++ b/src/doc/punk/_module_libunknown-0.1.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::libunknown 0 0.1] +[manpage_begin punkshell_module_punk::libunknown 0 0.1] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/punk/_module_netbox-0.1.0.tm.man b/src/doc/punk/_module_netbox-0.1.0.tm.man index 26ff0eb9..69aef544 100644 --- a/src/doc/punk/_module_netbox-0.1.0.tm.man +++ b/src/doc/punk/_module_netbox-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::netbox 0 0.1.0] +[manpage_begin punkshell_module_punk::netbox 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/punk/_module_pcon-1.0.tm.man b/src/doc/punk/_module_pcon-1.0.tm.man index 2b400e20..d6abc288 100644 --- a/src/doc/punk/_module_pcon-1.0.tm.man +++ b/src/doc/punk/_module_pcon-1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::pcon 0 1.0] +[manpage_begin punkshell_module_punk::pcon 0 1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/punk/_module_pdf-0.1.0.tm.man b/src/doc/punk/_module_pdf-0.1.0.tm.man new file mode 100644 index 00000000..885a5e97 --- /dev/null +++ b/src/doc/punk/_module_pdf-0.1.0.tm.man @@ -0,0 +1,30 @@ +[comment {--- punk::docgen generated from inline doctools comments ---}] +[comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] +[comment {--- punk::docgen overwrites this file ---}] +[manpage_begin punkshell_module_punk::pdf 0 0.1.0] +[copyright "2025"] +[titledesc {Module API}] [comment {-- Name section and table of contents description --}] +[moddesc {-}] [comment {-- Description at end of page heading --}] +[require punk::pdf] +[keywords module] +[description] +[para] - +[section Overview] +[para] overview of punk::pdf +[subsection Concepts] +[para] - +[subsection dependencies] +[para] packages used by punk::pdf +[list_begin itemized] +[item] [package {Tcl 8.6}] +[list_end] +[section API] +[subsection {Namespace punk::pdf}] +[para] Core API functions for punk::pdf +[list_begin definitions] +[list_end] [comment {--- end definitions namespace punk::pdf ---}] +[subsection {Namespace punk::pdf::lib}] +[para] Secondary functions that are part of the API +[list_begin definitions] +[list_end] [comment {--- end definitions namespace punk::pdf::lib ---}] +[manpage_end] diff --git a/src/doc/punk/_module_pipe-1.0.tm.man b/src/doc/punk/_module_pipe-1.0.tm.man index 8a6fe74c..2defe3e6 100644 --- a/src/doc/punk/_module_pipe-1.0.tm.man +++ b/src/doc/punk/_module_pipe-1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::pipe 0 1.0] +[manpage_begin punkshell_module_punk::pipe 0 1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] @@ -19,15 +19,6 @@ [item] [package {Tcl 8.6}] [list_end] [section API] -[subsection {Namespace punk::pipe::class}] -[para] class definitions -if {[tcl::info::commands [tcl::namespace::current]::interface_sample1] eq ""} { -*** !doctools -[list_begin enumerated] -[list_end] [comment {--- end class enumeration ---}] -} -} - ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ [subsection {Namespace punk::pipe}] [para] Core API functions for punk::pipe [list_begin definitions] @@ -36,9 +27,4 @@ if {[tcl::info::commands [tcl::namespace::current]::interface_sample1] eq ""} { [para] Secondary functions that are part of the API [list_begin definitions] [list_end] [comment {--- end definitions namespace punk::pipe::lib ---}] -[section Internal] -tcl::namespace::eval punk::pipe::system { -*** !doctools -[subsection {Namespace punk::pipe::system}] -[para] Internal functions that are not part of the API [manpage_end] diff --git a/src/doc/_module_pipe-1.0.tm.man b/src/doc/punk/_module_ubl-0.1.0.tm.man similarity index 62% rename from src/doc/_module_pipe-1.0.tm.man rename to src/doc/punk/_module_ubl-0.1.0.tm.man index ca73a3c4..8fb666b8 100644 --- a/src/doc/_module_pipe-1.0.tm.man +++ b/src/doc/punk/_module_ubl-0.1.0.tm.man @@ -1,25 +1,27 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_pipe 0 1.0] +[manpage_begin punkshell_module_punk::ubl 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] -[require pipe] +[require punk::ubl] [keywords module] [description] -[para] - +[para] Basic UBL +[para] https://docs.oasis-open.org/ubl/os-UBL-2.4/ + ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ [section Overview] -[para] overview of pipe +[para] overview of punk::ubl [subsection Concepts] [para] - [subsection dependencies] -[para] packages used by pipe +[para] packages used by punk::ubl [list_begin itemized] [item] [package {Tcl 8.6}] [list_end] [section API] -[subsection {Namespace pipe::class}] +[subsection {Namespace punk::ubl::class}] [para] class definitions if {[tcl::info::commands [tcl::namespace::current]::interface_sample1] eq ""} { *** !doctools @@ -28,17 +30,17 @@ if {[tcl::info::commands [tcl::namespace::current]::interface_sample1] eq ""} { } } ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ -[subsection {Namespace pipe}] -[para] Core API functions for pipe +[subsection {Namespace punk::ubl}] +[para] Core API functions for punk::ubl [list_begin definitions] -[list_end] [comment {--- end definitions namespace pipe ---}] -[subsection {Namespace pipe::lib}] +[list_end] [comment {--- end definitions namespace punk::ubl ---}] +[subsection {Namespace punk::ubl::lib}] [para] Secondary functions that are part of the API [list_begin definitions] -[list_end] [comment {--- end definitions namespace pipe::lib ---}] +[list_end] [comment {--- end definitions namespace punk::ubl::lib ---}] [section Internal] -tcl::namespace::eval pipe::system { +tcl::namespace::eval punk::ubl::system { *** !doctools -[subsection {Namespace pipe::system}] +[subsection {Namespace punk::ubl::system}] [para] Internal functions that are not part of the API [manpage_end] diff --git a/src/doc/punk/_module_winshell-0.1.0.tm.man b/src/doc/punk/_module_winshell-0.1.0.tm.man index 2ded4c2d..ae2e2555 100644 --- a/src/doc/punk/_module_winshell-0.1.0.tm.man +++ b/src/doc/punk/_module_winshell-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::winshell 0 0.1.0] +[manpage_begin punkshell_module_punk::winshell 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/punk/ansi/_module_colourmap-0.1.0.tm.man b/src/doc/punk/ansi/_module_colourmap-0.1.0.tm.man index 0ebaacdc..7b2022f6 100644 --- a/src/doc/punk/ansi/_module_colourmap-0.1.0.tm.man +++ b/src/doc/punk/ansi/_module_colourmap-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_::punk::ansi::colourmap 0 0.1.0] +[manpage_begin punkshell_module_::punk::ansi::colourmap 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/doc/punk/args/_module_tclcore-0.1.0.tm.man b/src/doc/punk/args/_module_tclcore-0.1.0.tm.man deleted file mode 100644 index e8f48f6a..00000000 --- a/src/doc/punk/args/_module_tclcore-0.1.0.tm.man +++ /dev/null @@ -1,37 +0,0 @@ -[comment {--- punk::docgen generated from inline doctools comments ---}] -[comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] -[comment {--- punk::docgen overwrites this file ---}] -[manpage_begin punkshell_module_punk::args::tclcore 0 0.1.0] -[copyright "2025"] -[titledesc {punk::args definitions for tcl core commands}] [comment {-- Name section and table of contents description --}] -[moddesc {tcl core argument definitions}] [comment {-- Description at end of page heading --}] -[require punk::args::tclcore] -[keywords module] -[description] -[para] - -[section Overview] -[para] overview of punk::args::tclcore -[subsection Concepts] -[para] - -[subsection dependencies] -[para] packages used by punk::args::tclcore -[list_begin itemized] -[item] [package {Tcl 8.6}] -[item] [package {punk::args}] -[item] [package {textblock}] -[list_end] -[section API] -[subsection {Namespace punk::args::tclcore}] -[para] Core API functions for punk::args::tclcore -[list_begin definitions] -[list_end] [comment {--- end definitions namespace punk::args::tclcore ---}] -[subsection {Namespace punk::args::tclcore::lib}] -[para] Secondary functions that are part of the API -[list_begin definitions] -[list_end] [comment {--- end definitions namespace punk::args::tclcore::lib ---}] -[section Internal] -tcl::namespace::eval punk::args::tclcore::system { -*** !doctools -[subsection {Namespace punk::args::tclcore::system}] -[para] Internal functions that are not part of the API -[manpage_end] diff --git a/src/doc/punk/args/moduledoc/_module_tclcore-0.1.0.tm.man b/src/doc/punk/args/moduledoc/_module_tclcore-0.1.0.tm.man new file mode 100644 index 00000000..2a4ec865 --- /dev/null +++ b/src/doc/punk/args/moduledoc/_module_tclcore-0.1.0.tm.man @@ -0,0 +1,39 @@ +[comment {--- punk::docgen generated from inline doctools comments ---}] +[comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] +[comment {--- punk::docgen overwrites this file ---}] +[manpage_begin punkshell_module_punk::args::moduledoc::tclcore 0 0.1.0] +[copyright "2025"] +[titledesc {punk::args definitions for tcl core commands}] [comment {-- Name section and table of contents description --}] +[moddesc {tcl core argument definitions}] [comment {-- Description at end of page heading --}] +[require punk::args::moduledoc::tclcore] +[keywords module] +[description] +[para] - +[section Overview] +[para] overview of punk::args::moduledoc::tclcore +[subsection Concepts] +[para] This is a punk::args module documentation package. +[para] It provides punk::args definitions for core Tcl commands, +[subsection dependencies] +[para] packages used by punk::args::moduledoc::tclcore +[list_begin itemized] +[item] [package {Tcl 8.6}] +[item] [package {punk::args}] +[item] [package {punk::ansi}] +[item] [package {textblock}] +[list_end] +[section API] +[subsection {Namespace punk::args::moduledoc::tclcore::argdoc}] +[para] This is the main documentation namespace where calls to punk::args::define are made, and definitions are added to the punk::args::moduledoc::tclcore::argdoc::PUNKARGS variable. +[para] Some utility functions exist here for use in the definitions. +[list_begin definitions] +[list_end] [comment {--- end definitions namespace punk::args::moduledoc::tclcore::argdoc ---}] +[subsection {Namespace punk::args::moduledoc::tclcore}] +[para] Core API functions for punk::args::moduledoc::tclcore +[list_begin definitions] +[list_end] [comment {--- end definitions namespace punk::args::moduledoc::tclcore ---}] +[subsection {Namespace punk::args::moduledoc::tclcore::lib}] +[para] Secondary functions that are part of the API +[list_begin definitions] +[list_end] [comment {--- end definitions namespace punk::args::moduledoc::tclcore::lib ---}] +[manpage_end] diff --git a/src/doc/punk/args/_module_tkcore-0.1.0.tm.man b/src/doc/punk/args/moduledoc/_module_tkcore-0.1.1.tm.man similarity index 54% rename from src/doc/punk/args/_module_tkcore-0.1.0.tm.man rename to src/doc/punk/args/moduledoc/_module_tkcore-0.1.1.tm.man index d3140f50..024eebd2 100644 --- a/src/doc/punk/args/_module_tkcore-0.1.0.tm.man +++ b/src/doc/punk/args/moduledoc/_module_tkcore-0.1.1.tm.man @@ -1,37 +1,32 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::args::tkcore 0 0.1.0] +[manpage_begin punkshell_module_punk::args::moduledoc::tkcore 0 0.1.1] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] -[require punk::args::tkcore] +[require punk::args::moduledoc::tkcore] [keywords module] [description] [para] - [section Overview] -[para] overview of punk::args::tkcore +[para] overview of punk::args::moduledoc::tkcore [subsection Concepts] [para] - [subsection dependencies] -[para] packages used by punk::args::tkcore +[para] packages used by punk::args::moduledoc::tkcore [list_begin itemized] [item] [package {Tcl 8.6}] [item] [package {punk::args}] [item] [package {textblock}] [list_end] [section API] -[subsection {Namespace punk::args::tkcore}] -[para] Core API functions for punk::args::tkcore +[subsection {Namespace punk::args::moduledoc::tkcore}] +[para] Core API functions for punk::args::moduledoc::tkcore [list_begin definitions] -[list_end] [comment {--- end definitions namespace punk::args::tkcore ---}] -[subsection {Namespace punk::args::tkcore::lib}] +[list_end] [comment {--- end definitions namespace punk::args::moduledoc::tkcore ---}] +[subsection {Namespace punk::args::moduledoc::tkcore::lib}] [para] Secondary functions that are part of the API [list_begin definitions] -[list_end] [comment {--- end definitions namespace punk::args::tkcore::lib ---}] -[section Internal] -tcl::namespace::eval punk::args::tkcore::system { -*** !doctools -[subsection {Namespace punk::args::tkcore::system}] -[para] Internal functions that are not part of the API +[list_end] [comment {--- end definitions namespace punk::args::moduledoc::tkcore::lib ---}] [manpage_end] diff --git a/src/doc/punk/args/_module_tzint-1.1.1.tm.man b/src/doc/punk/args/moduledoc/_module_tzint-1.1.1.tm.man similarity index 60% rename from src/doc/punk/args/_module_tzint-1.1.1.tm.man rename to src/doc/punk/args/moduledoc/_module_tzint-1.1.1.tm.man index 802ce78a..966dc35c 100644 --- a/src/doc/punk/args/_module_tzint-1.1.1.tm.man +++ b/src/doc/punk/args/moduledoc/_module_tzint-1.1.1.tm.man @@ -1,26 +1,26 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::args::tzint 0 1.1.1] +[manpage_begin punkshell_module_punk::args::moduledoc::tzint 0 1.1.1] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] -[require punk::args::tzint] +[require punk::args::moduledoc::tzint] [keywords module] [description] [para] - [section Overview] -[para] overview of punk::args::tzint +[para] overview of punk::args::moduledoc::tzint [subsection Concepts] [para] - [subsection dependencies] -[para] packages used by punk::args::tzint +[para] packages used by punk::args::moduledoc::tzint [list_begin itemized] [item] [package {Tcl 8.6}] [list_end] [section API] -[subsection {Namespace punk::args::tzint}] -[para] Core API functions for punk::args::tzint +[subsection {Namespace punk::args::moduledoc::tzint}] +[para] Core API functions for punk::args::moduledoc::tzint [list_begin definitions] -[list_end] [comment {--- end definitions namespace punk::args::tzint ---}] +[list_end] [comment {--- end definitions namespace punk::args::moduledoc::tzint ---}] [manpage_end] diff --git a/src/doc/punk/netbox/_module_man-0.1.0.tm.man b/src/doc/punk/netbox/_module_man-0.1.0.tm.man index 52e188f7..1fe71f7a 100644 --- a/src/doc/punk/netbox/_module_man-0.1.0.tm.man +++ b/src/doc/punk/netbox/_module_man-0.1.0.tm.man @@ -1,7 +1,7 @@ [comment {--- punk::docgen generated from inline doctools comments ---}] [comment {--- punk::docgen DO NOT EDIT DOCS HERE UNLESS YOU REMOVE THESE COMMENT LINES ---}] [comment {--- punk::docgen overwrites this file ---}] -[manpage_begin shellspy_module_punk::netbox::man 0 0.1.0] +[manpage_begin punkshell_module_punk::netbox::man 0 0.1.0] [copyright "2025"] [titledesc {Module API}] [comment {-- Name section and table of contents description --}] [moddesc {-}] [comment {-- Description at end of page heading --}] diff --git a/src/embedded/README.md b/src/embedded/README.md deleted file mode 100644 index 4f99e416..00000000 --- a/src/embedded/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Documents and help files (for the repository website) -These are html, markdown, manfiles etc which live within src/embedded and are intended to be checked into source control so they can form part of the online documentation available when browsing the repository. - -These files shouldn't be modified directly as they are built from the files in the src/doc folder -(Using the Kettle build system) diff --git a/src/embedded/man/files/_module_pipe-1.0.tm.n b/src/embedded/man/files/_module_dollarcent-1.1.tm.n similarity index 87% rename from src/embedded/man/files/_module_pipe-1.0.tm.n rename to src/embedded/man/files/_module_dollarcent-1.1.tm.n index b3cfc793..fc710c83 100644 --- a/src/embedded/man/files/_module_pipe-1.0.tm.n +++ b/src/embedded/man/files/_module_dollarcent-1.1.tm.n @@ -1,8 +1,8 @@ '\" -'\" Generated from file '_module_pipe-1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' +'\" Generated from file '_module_dollarcent-1\&.1\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_pipe" 0 1\&.0 doc "-" +.TH "dollarcent_module_dollarcent" 0 1\&.1 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,9 +272,9 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_pipe \- Module API +dollarcent_module_dollarcent \- Module API .SH SYNOPSIS -package require \fBpipe\fR +package require \fBdollarcent\fR .sp .BE .SH DESCRIPTION @@ -282,38 +282,27 @@ package require \fBpipe\fR - .SH OVERVIEW .PP -overview of pipe +overview of dollarcent .SS CONCEPTS .PP - .SS DEPENDENCIES .PP -packages used by pipe +packages used by dollarcent .IP \(bu -\fBTcl 8\&.6\fR +\fBTcl 8\&.6-\fR .PP .SH API -.SS "NAMESPACE PIPE::CLASS" +.SS "NAMESPACE DOLLARCENT" .PP -class definitions -if { eq ""} { -*** !doctools +Core API functions for dollarcent .PP -} -} -++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ -.SS "NAMESPACE PIPE" -.PP -Core API functions for pipe -.PP -.SS "NAMESPACE PIPE::LIB" +.SS "NAMESPACE DOLLARCENT::LIB" .PP Secondary functions that are part of the API .PP .SH INTERNAL -tcl::namespace::eval pipe::system { -*** !doctools -.SS "NAMESPACE PIPE::SYSTEM" +.SS "NAMESPACE DOLLARCENT::SYSTEM" .PP Internal functions that are not part of the API .SH KEYWORDS diff --git a/src/embedded/man/files/_module_modpod-0.1.2.tm.n b/src/embedded/man/files/_module_modpod-0.1.4.tm.n similarity index 92% rename from src/embedded/man/files/_module_modpod-0.1.2.tm.n rename to src/embedded/man/files/_module_modpod-0.1.4.tm.n index 1ab0846b..c5485fc4 100644 --- a/src/embedded/man/files/_module_modpod-0.1.2.tm.n +++ b/src/embedded/man/files/_module_modpod-0.1.4.tm.n @@ -1,8 +1,8 @@ '\" -'\" Generated from file '_module_modpod-0\&.1\&.2\&.tm\&.man' by tcllib/doctools with format 'nroff' +'\" Generated from file '_module_modpod-0\&.1\&.4\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2024 '\" -.TH "modpod_module_modpod" 0 0\&.1\&.2 doc "-" +.TH "modpod_module_modpod" 0 0\&.1\&.4 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -293,10 +293,6 @@ packages used by modpod \fBTcl 8\&.6-\fR .PP .SH API -.SS "NAMESPACE MODPOD::CLASS" -.PP -class definitions -.PP .SS "NAMESPACE MODPOD" .PP Core API functions for modpod diff --git a/src/embedded/man/files/_module_picalc-0.1.0.tm.n b/src/embedded/man/files/_module_picalc-0.1.0.tm.n index 85e4e269..dcc7b3e1 100644 --- a/src/embedded/man/files/_module_picalc-0.1.0.tm.n +++ b/src/embedded/man/files/_module_picalc-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_picalc-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_picalc" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_picalc" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_picalc \- Module API +punkshell_module_picalc \- Module API .SH SYNOPSIS package require \fBpicalc\fR .sp diff --git a/src/embedded/man/files/_module_termscheme-0.1.0.tm.n b/src/embedded/man/files/_module_termscheme-0.1.0.tm.n index d9083f4d..ae62d3a8 100644 --- a/src/embedded/man/files/_module_termscheme-0.1.0.tm.n +++ b/src/embedded/man/files/_module_termscheme-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_termscheme-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2024 '\" -.TH "shellspy_module_termscheme" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_termscheme" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_termscheme \- Module API +punkshell_module_termscheme \- Module API .SH SYNOPSIS package require \fBtermscheme\fR .sp @@ -293,15 +293,6 @@ packages used by termscheme \fBTcl 8\&.6\fR .PP .SH API -.SS "NAMESPACE TERMSCHEME::CLASS" -.PP -class definitions -if { eq ""} { -*** !doctools -.PP -} -} -++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ .SS "NAMESPACE TERMSCHEME" .PP Core API functions for termscheme @@ -312,7 +303,6 @@ Secondary functions that are part of the API .PP .SH INTERNAL tcl::namespace::eval termscheme::system { -*** !doctools .SS "NAMESPACE TERMSCHEME::SYSTEM" .PP Internal functions that are not part of the API diff --git a/src/embedded/man/files/punk/_module_icomm-0.1.0.tm.n b/src/embedded/man/files/punk/_module_icomm-0.1.0.tm.n index 1e775670..7071a6ec 100644 --- a/src/embedded/man/files/punk/_module_icomm-0.1.0.tm.n +++ b/src/embedded/man/files/punk/_module_icomm-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_icomm-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::icomm" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_punk::icomm" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::icomm \- Module API +punkshell_module_punk::icomm \- Module API .SH SYNOPSIS package require \fBpunk::icomm\fR .sp diff --git a/src/embedded/man/files/punk/_module_libunknown-0.1.tm.n b/src/embedded/man/files/punk/_module_libunknown-0.1.tm.n index 482901d1..e2a87cec 100644 --- a/src/embedded/man/files/punk/_module_libunknown-0.1.tm.n +++ b/src/embedded/man/files/punk/_module_libunknown-0.1.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_libunknown-0\&.1\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::libunknown" 0 0\&.1 doc "-" +.TH "punkshell_module_punk::libunknown" 0 0\&.1 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::libunknown \- Module API +punkshell_module_punk::libunknown \- Module API .SH SYNOPSIS package require \fBpunk::libunknown\fR .sp diff --git a/src/embedded/man/files/punk/_module_netbox-0.1.0.tm.n b/src/embedded/man/files/punk/_module_netbox-0.1.0.tm.n index a8a1d1cd..3048fd81 100644 --- a/src/embedded/man/files/punk/_module_netbox-0.1.0.tm.n +++ b/src/embedded/man/files/punk/_module_netbox-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_netbox-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::netbox" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_punk::netbox" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::netbox \- Module API +punkshell_module_punk::netbox \- Module API .SH SYNOPSIS package require \fBpunk::netbox\fR .sp diff --git a/src/embedded/man/files/punk/_module_pcon-1.0.tm.n b/src/embedded/man/files/punk/_module_pcon-1.0.tm.n index a11f288c..ccb678d9 100644 --- a/src/embedded/man/files/punk/_module_pcon-1.0.tm.n +++ b/src/embedded/man/files/punk/_module_pcon-1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_pcon-1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::pcon" 0 1\&.0 doc "-" +.TH "punkshell_module_punk::pcon" 0 1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::pcon \- Module API +punkshell_module_punk::pcon \- Module API .SH SYNOPSIS package require \fBpunk::pcon\fR .sp diff --git a/src/embedded/man/files/_module_overtype-1.6.5.tm.n b/src/embedded/man/files/punk/_module_pdf-0.1.0.tm.n similarity index 65% rename from src/embedded/man/files/_module_overtype-1.6.5.tm.n rename to src/embedded/man/files/punk/_module_pdf-0.1.0.tm.n index c4867ae6..d4f423e7 100644 --- a/src/embedded/man/files/_module_overtype-1.6.5.tm.n +++ b/src/embedded/man/files/punk/_module_pdf-0.1.0.tm.n @@ -1,8 +1,8 @@ '\" -'\" Generated from file '_module_overtype-1\&.6\&.5\&.tm\&.man' by tcllib/doctools with format 'nroff' -'\" Copyright (c) 2024 +'\" Generated from file '_module_pdf-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' +'\" Copyright (c) 2025 '\" -.TH "overtype_module_overtype" 0 1\&.6\&.5 doc "overtype text layout" +.TH "punkshell_module_punk::pdf" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,13 +272,9 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -overtype_module_overtype \- overtype text layout - ansi aware +punkshell_module_punk::pdf \- Module API .SH SYNOPSIS -package require \fBovertype\fR -.sp -\fBovertype::renderspace\fR \fIargs\fR -.sp -\fBovertype::renderline\fR \fIargs\fR +package require \fBpunk::pdf\fR .sp .BE .SH DESCRIPTION @@ -286,69 +282,29 @@ package require \fBovertype\fR - .SH OVERVIEW .PP -overview of overtype +overview of punk::pdf .SS CONCEPTS .PP - .SS DEPENDENCIES .PP -packages used by overtype +packages used by punk::pdf .IP \(bu \fBTcl 8\&.6\fR -.IP \(bu -\fBtextutil\fR -.IP \(bu -\fBpunk::ansi\fR -.sp -- required to detect, split, strip and calculate lengths of text possibly containing ansi codes -.IP \(bu -\fBpunk::char\fR -.sp -- box drawing - and also unicode character width determination for proper layout of text with double-column-width chars .PP .SH API -.SS "NAMESPACE OVERTYPE" +.SS "NAMESPACE PUNK::PDF" .PP -Core API functions for overtype -.TP -\fBovertype::renderspace\fR \fIargs\fR -.sp -usage: ?-transparent [0|1]? ?-expand_right [1|0]? ?-ellipsis [1|0]? ?-ellipsistext \&.\&.\&.? undertext overtext -.TP -\fBovertype::renderline\fR \fIargs\fR -.sp -renderline is the core engine for overtype string processing (frames & textblocks), and the raw mode commandline repl for the Tcl Punk Shell -.sp -It is also a central part of an ansi (micro) virtual terminal-emulator of sorts -.sp -This system does a half decent job at rendering 90's ANSI art to manipulable colour text blocks that can be joined & framed for layout display within a unix or windows terminal -.sp -Renderline helps maintain ANSI text styling reset/replay codes so that the styling of one block doesn't affect another\&. -.sp -Calling on the punk::ansi library - it can coalesce codes to keep the size down\&. -.sp -It is a giant mess of doing exactly what common wisdom says not to do\&.\&.\&. lots at once\&. -.sp -renderline is part of the Unicode and ANSI aware Overtype system which 'renders' a block of text onto a static underlay -.sp -The underlay is generally expected to be an ordered set of lines or a rectangular text block analogous to a terminal screen - but it can also be ragged in line length, or just blank\&. -.sp -The overlay couuld be similar - in which case it may often be used to overwrite a column or section of the underlay\&. -.sp -The overlay could however be a sequence of ANSI-laden text that jumps all over the place\&. -.sp -renderline itself only deals with a single line - or sometimes a single character\&. It is generally called from a loop that does further terminal-like or textblock processing\&. -.sp -By suppyling the -info 1 option - it can return various fields indicating the state of the render\&. -.sp -The main 3 are the result, overflow_right, and unapplied\&. -.sp -Renderline handles cursor movements from either keystrokes or ANSI sequences but for a full system the aforementioned loop will need to be in place to manage the set of lines under manipulation\&. +Core API functions for punk::pdf +.PP +.SS "NAMESPACE PUNK::PDF::LIB" +.PP +Secondary functions that are part of the API .PP .SH KEYWORDS -ansi, module, text +module .SH COPYRIGHT .nf -Copyright (c) 2024 +Copyright (c) 2025 .fi diff --git a/src/embedded/man/files/punk/_module_pipe-1.0.tm.n b/src/embedded/man/files/punk/_module_pipe-1.0.tm.n index 48bc5009..b0a47e73 100644 --- a/src/embedded/man/files/punk/_module_pipe-1.0.tm.n +++ b/src/embedded/man/files/punk/_module_pipe-1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_pipe-1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::pipe" 0 1\&.0 doc "-" +.TH "punkshell_module_punk::pipe" 0 1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::pipe \- Module API +punkshell_module_punk::pipe \- Module API .SH SYNOPSIS package require \fBpunk::pipe\fR .sp @@ -293,15 +293,6 @@ packages used by punk::pipe \fBTcl 8\&.6\fR .PP .SH API -.SS "NAMESPACE PUNK::PIPE::CLASS" -.PP -class definitions -if { eq ""} { -*** !doctools -.PP -} -} -++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ .SS "NAMESPACE PUNK::PIPE" .PP Core API functions for punk::pipe @@ -310,12 +301,6 @@ Core API functions for punk::pipe .PP Secondary functions that are part of the API .PP -.SH INTERNAL -tcl::namespace::eval punk::pipe::system { -*** !doctools -.SS "NAMESPACE PUNK::PIPE::SYSTEM" -.PP -Internal functions that are not part of the API .SH KEYWORDS module .SH COPYRIGHT diff --git a/src/embedded/man/files/punk/_module_ubl-0.1.0.tm.n b/src/embedded/man/files/punk/_module_ubl-0.1.0.tm.n new file mode 100644 index 00000000..6c86cc51 --- /dev/null +++ b/src/embedded/man/files/punk/_module_ubl-0.1.0.tm.n @@ -0,0 +1,328 @@ +'\" +'\" Generated from file '_module_ubl-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' +'\" Copyright (c) 2025 +'\" +.TH "punkshell_module_punk::ubl" 0 0\&.1\&.0 doc "-" +.\" The -*- nroff -*- definitions below are for supplemental macros used +.\" in Tcl/Tk manual entries. +.\" +.\" .AP type name in/out ?indent? +.\" Start paragraph describing an argument to a library procedure. +.\" type is type of argument (int, etc.), in/out is either "in", "out", +.\" or "in/out" to describe whether procedure reads or modifies arg, +.\" and indent is equivalent to second arg of .IP (shouldn't ever be +.\" needed; use .AS below instead) +.\" +.\" .AS ?type? ?name? +.\" Give maximum sizes of arguments for setting tab stops. Type and +.\" name are examples of largest possible arguments that will be passed +.\" to .AP later. If args are omitted, default tab stops are used. +.\" +.\" .BS +.\" Start box enclosure. From here until next .BE, everything will be +.\" enclosed in one large box. +.\" +.\" .BE +.\" End of box enclosure. +.\" +.\" .CS +.\" Begin code excerpt. +.\" +.\" .CE +.\" End code excerpt. +.\" +.\" .VS ?version? ?br? +.\" Begin vertical sidebar, for use in marking newly-changed parts +.\" of man pages. The first argument is ignored and used for recording +.\" the version when the .VS was added, so that the sidebars can be +.\" found and removed when they reach a certain age. If another argument +.\" is present, then a line break is forced before starting the sidebar. +.\" +.\" .VE +.\" End of vertical sidebar. +.\" +.\" .DS +.\" Begin an indented unfilled display. +.\" +.\" .DE +.\" End of indented unfilled display. +.\" +.\" .SO ?manpage? +.\" Start of list of standard options for a Tk widget. The manpage +.\" argument defines where to look up the standard options; if +.\" omitted, defaults to "options". The options follow on successive +.\" lines, in three columns separated by tabs. +.\" +.\" .SE +.\" End of list of standard options for a Tk widget. +.\" +.\" .OP cmdName dbName dbClass +.\" Start of description of a specific option. cmdName gives the +.\" option's name as specified in the class command, dbName gives +.\" the option's name in the option database, and dbClass gives +.\" the option's class in the option database. +.\" +.\" .UL arg1 arg2 +.\" Print arg1 underlined, then print arg2 normally. +.\" +.\" .QW arg1 ?arg2? +.\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). +.\" +.\" .PQ arg1 ?arg2? +.\" Print an open parenthesis, arg1 in quotes, then arg2 normally +.\" (for trailing punctuation) and then a closing parenthesis. +.\" +.\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. +.if t .wh -1.3i ^B +.nr ^l \n(.l +.ad b +.\" # Start an argument description +.de AP +.ie !"\\$4"" .TP \\$4 +.el \{\ +. ie !"\\$2"" .TP \\n()Cu +. el .TP 15 +.\} +.ta \\n()Au \\n()Bu +.ie !"\\$3"" \{\ +\&\\$1 \\fI\\$2\\fP (\\$3) +.\".b +.\} +.el \{\ +.br +.ie !"\\$2"" \{\ +\&\\$1 \\fI\\$2\\fP +.\} +.el \{\ +\&\\fI\\$1\\fP +.\} +.\} +.. +.\" # define tabbing values for .AP +.de AS +.nr )A 10n +.if !"\\$1"" .nr )A \\w'\\$1'u+3n +.nr )B \\n()Au+15n +.\" +.if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n +.nr )C \\n()Bu+\\w'(in/out)'u+2n +.. +.AS Tcl_Interp Tcl_CreateInterp in/out +.\" # BS - start boxed text +.\" # ^y = starting y location +.\" # ^b = 1 +.de BS +.br +.mk ^y +.nr ^b 1u +.if n .nf +.if n .ti 0 +.if n \l'\\n(.lu\(ul' +.if n .fi +.. +.\" # BE - end boxed text (draw box now) +.de BE +.nf +.ti 0 +.mk ^t +.ie n \l'\\n(^lu\(ul' +.el \{\ +.\" Draw four-sided box normally, but don't draw top of +.\" box if the box started on an earlier page. +.ie !\\n(^b-1 \{\ +\h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' +.\} +.el \}\ +\h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' +.\} +.\} +.fi +.br +.nr ^b 0 +.. +.\" # VS - start vertical sidebar +.\" # ^Y = starting y location +.\" # ^v = 1 (for troff; for nroff this doesn't matter) +.de VS +.if !"\\$2"" .br +.mk ^Y +.ie n 'mc \s12\(br\s0 +.el .nr ^v 1u +.. +.\" # VE - end of vertical sidebar +.de VE +.ie n 'mc +.el \{\ +.ev 2 +.nf +.ti 0 +.mk ^t +\h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' +.sp -1 +.fi +.ev +.\} +.nr ^v 0 +.. +.\" # Special macro to handle page bottom: finish off current +.\" # box/sidebar if in box/sidebar mode, then invoked standard +.\" # page bottom macro. +.de ^B +.ev 2 +'ti 0 +'nf +.mk ^t +.if \\n(^b \{\ +.\" Draw three-sided box if this is the box's first page, +.\" draw two sides but no top otherwise. +.ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c +.el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c +.\} +.if \\n(^v \{\ +.nr ^x \\n(^tu+1v-\\n(^Yu +\kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c +.\} +.bp +'fi +.ev +.if \\n(^b \{\ +.mk ^y +.nr ^b 2 +.\} +.if \\n(^v \{\ +.mk ^Y +.\} +.. +.\" # DS - begin display +.de DS +.RS +.nf +.sp +.. +.\" # DE - end display +.de DE +.fi +.RE +.sp +.. +.\" # SO - start of list of standard options +.de SO +'ie '\\$1'' .ds So \\fBoptions\\fR +'el .ds So \\fB\\$1\\fR +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 5.5c 11c +.ft B +.. +.\" # SE - end of list of standard options +.de SE +.fi +.ft R +.LP +See the \\*(So manual entry for details on the standard options. +.. +.\" # OP - start of full description for a single option +.de OP +.LP +.nf +.ta 4c +Command-Line Name: \\fB\\$1\\fR +Database Name: \\fB\\$2\\fR +Database Class: \\fB\\$3\\fR +.fi +.IP +.. +.\" # CS - begin code excerpt +.de CS +.RS +.nf +.ta .25i .5i .75i 1i +.. +.\" # CE - end code excerpt +.de CE +.fi +.RE +.. +.\" # UL - underline word +.de UL +\\$1\l'|0\(ul'\\$2 +.. +.\" # QW - apply quotation marks to word +.de QW +.ie '\\*(lq'"' ``\\$1''\\$2 +.\"" fix emacs highlighting +.el \\*(lq\\$1\\*(rq\\$2 +.. +.\" # PQ - apply parens and quotation marks to word +.de PQ +.ie '\\*(lq'"' (``\\$1''\\$2)\\$3 +.\"" fix emacs highlighting +.el (\\*(lq\\$1\\*(rq\\$2)\\$3 +.. +.\" # QR - quoted range +.de QR +.ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 +.\"" fix emacs highlighting +.el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 +.. +.\" # MT - "empty" string +.de MT +.QW "" +.. +.BS +.SH NAME +punkshell_module_punk::ubl \- Module API +.SH SYNOPSIS +package require \fBpunk::ubl\fR +.sp +.BE +.SH DESCRIPTION +.PP +Basic UBL +.PP +https://docs\&.oasis-open\&.org/ubl/os-UBL-2\&.4/ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +.SH OVERVIEW +.PP +overview of punk::ubl +.SS CONCEPTS +.PP +- +.SS DEPENDENCIES +.PP +packages used by punk::ubl +.IP \(bu +\fBTcl 8\&.6\fR +.PP +.SH API +.SS "NAMESPACE PUNK::UBL::CLASS" +.PP +class definitions +if { eq ""} { +*** !doctools +.PP +} +} +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +.SS "NAMESPACE PUNK::UBL" +.PP +Core API functions for punk::ubl +.PP +.SS "NAMESPACE PUNK::UBL::LIB" +.PP +Secondary functions that are part of the API +.PP +.SH INTERNAL +tcl::namespace::eval punk::ubl::system { +*** !doctools +.SS "NAMESPACE PUNK::UBL::SYSTEM" +.PP +Internal functions that are not part of the API +.SH KEYWORDS +module +.SH COPYRIGHT +.nf +Copyright (c) 2025 + +.fi diff --git a/src/embedded/man/files/punk/_module_winshell-0.1.0.tm.n b/src/embedded/man/files/punk/_module_winshell-0.1.0.tm.n index 3e2c16ff..c9be6070 100644 --- a/src/embedded/man/files/punk/_module_winshell-0.1.0.tm.n +++ b/src/embedded/man/files/punk/_module_winshell-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_winshell-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::winshell" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_punk::winshell" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::winshell \- Module API +punkshell_module_punk::winshell \- Module API .SH SYNOPSIS package require \fBpunk::winshell\fR .sp diff --git a/src/embedded/man/files/punk/ansi/_module_colourmap-0.1.0.tm.n b/src/embedded/man/files/punk/ansi/_module_colourmap-0.1.0.tm.n index 385d5105..814f5848 100644 --- a/src/embedded/man/files/punk/ansi/_module_colourmap-0.1.0.tm.n +++ b/src/embedded/man/files/punk/ansi/_module_colourmap-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_colourmap-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_::punk::ansi::colourmap" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_::punk::ansi::colourmap" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_::punk::ansi::colourmap \- Module API +punkshell_module_::punk::ansi::colourmap \- Module API .SH SYNOPSIS package require \fB::punk::ansi::colourmap\fR .sp diff --git a/src/embedded/man/files/punk/args/_module_tclcore-0.1.0.tm.n b/src/embedded/man/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.n similarity index 83% rename from src/embedded/man/files/punk/args/_module_tclcore-0.1.0.tm.n rename to src/embedded/man/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.n index 6b215343..8a2e8cf9 100644 --- a/src/embedded/man/files/punk/args/_module_tclcore-0.1.0.tm.n +++ b/src/embedded/man/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_tclcore-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "punkshell_module_punk::args::tclcore" 0 0\&.1\&.0 doc "tcl core argument definitions" +.TH "punkshell_module_punk::args::moduledoc::tclcore" 0 0\&.1\&.0 doc "tcl core argument definitions" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,9 +272,9 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -punkshell_module_punk::args::tclcore \- punk::args definitions for tcl core commands +punkshell_module_punk::args::moduledoc::tclcore \- punk::args definitions for tcl core commands .SH SYNOPSIS -package require \fBpunk::args::tclcore\fR +package require \fBpunk::args::moduledoc::tclcore\fR .sp .BE .SH DESCRIPTION @@ -282,35 +282,39 @@ package require \fBpunk::args::tclcore\fR - .SH OVERVIEW .PP -overview of punk::args::tclcore +overview of punk::args::moduledoc::tclcore .SS CONCEPTS .PP -- +This is a punk::args module documentation package\&. +.PP +It provides punk::args definitions for core Tcl commands, .SS DEPENDENCIES .PP -packages used by punk::args::tclcore +packages used by punk::args::moduledoc::tclcore .IP \(bu \fBTcl 8\&.6\fR .IP \(bu \fBpunk::args\fR .IP \(bu +\fBpunk::ansi\fR +.IP \(bu \fBtextblock\fR .PP .SH API -.SS "NAMESPACE PUNK::ARGS::TCLCORE" +.SS "NAMESPACE PUNK::ARGS::MODULEDOC::TCLCORE::ARGDOC" .PP -Core API functions for punk::args::tclcore +This is the main documentation namespace where calls to punk::args::define are made, and definitions are added to the punk::args::moduledoc::tclcore::argdoc::PUNKARGS variable\&. .PP -.SS "NAMESPACE PUNK::ARGS::TCLCORE::LIB" +Some utility functions exist here for use in the definitions\&. .PP -Secondary functions that are part of the API +.SS "NAMESPACE PUNK::ARGS::MODULEDOC::TCLCORE" .PP -.SH INTERNAL -tcl::namespace::eval punk::args::tclcore::system { -*** !doctools -.SS "NAMESPACE PUNK::ARGS::TCLCORE::SYSTEM" +Core API functions for punk::args::moduledoc::tclcore +.PP +.SS "NAMESPACE PUNK::ARGS::MODULEDOC::TCLCORE::LIB" +.PP +Secondary functions that are part of the API .PP -Internal functions that are not part of the API .SH KEYWORDS module .SH COPYRIGHT diff --git a/src/embedded/man/files/punk/args/_module_tkcore-0.1.0.tm.n b/src/embedded/man/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.n similarity index 87% rename from src/embedded/man/files/punk/args/_module_tkcore-0.1.0.tm.n rename to src/embedded/man/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.n index 29ab5ad7..842c3c4b 100644 --- a/src/embedded/man/files/punk/args/_module_tkcore-0.1.0.tm.n +++ b/src/embedded/man/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.n @@ -1,8 +1,8 @@ '\" -'\" Generated from file '_module_tkcore-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' +'\" Generated from file '_module_tkcore-0\&.1\&.1\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::args::tkcore" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_punk::args::moduledoc::tkcore" 0 0\&.1\&.1 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,9 +272,9 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::args::tkcore \- Module API +punkshell_module_punk::args::moduledoc::tkcore \- Module API .SH SYNOPSIS -package require \fBpunk::args::tkcore\fR +package require \fBpunk::args::moduledoc::tkcore\fR .sp .BE .SH DESCRIPTION @@ -282,13 +282,13 @@ package require \fBpunk::args::tkcore\fR - .SH OVERVIEW .PP -overview of punk::args::tkcore +overview of punk::args::moduledoc::tkcore .SS CONCEPTS .PP - .SS DEPENDENCIES .PP -packages used by punk::args::tkcore +packages used by punk::args::moduledoc::tkcore .IP \(bu \fBTcl 8\&.6\fR .IP \(bu @@ -297,20 +297,14 @@ packages used by punk::args::tkcore \fBtextblock\fR .PP .SH API -.SS "NAMESPACE PUNK::ARGS::TKCORE" +.SS "NAMESPACE PUNK::ARGS::MODULEDOC::TKCORE" .PP -Core API functions for punk::args::tkcore +Core API functions for punk::args::moduledoc::tkcore .PP -.SS "NAMESPACE PUNK::ARGS::TKCORE::LIB" +.SS "NAMESPACE PUNK::ARGS::MODULEDOC::TKCORE::LIB" .PP Secondary functions that are part of the API .PP -.SH INTERNAL -tcl::namespace::eval punk::args::tkcore::system { -*** !doctools -.SS "NAMESPACE PUNK::ARGS::TKCORE::SYSTEM" -.PP -Internal functions that are not part of the API .SH KEYWORDS module .SH COPYRIGHT diff --git a/src/embedded/man/files/punk/args/_module_tzint-1.1.1.tm.n b/src/embedded/man/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.n similarity index 90% rename from src/embedded/man/files/punk/args/_module_tzint-1.1.1.tm.n rename to src/embedded/man/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.n index e826e666..a89b090e 100644 --- a/src/embedded/man/files/punk/args/_module_tzint-1.1.1.tm.n +++ b/src/embedded/man/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_tzint-1\&.1\&.1\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::args::tzint" 0 1\&.1\&.1 doc "-" +.TH "punkshell_module_punk::args::moduledoc::tzint" 0 1\&.1\&.1 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,9 +272,9 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::args::tzint \- Module API +punkshell_module_punk::args::moduledoc::tzint \- Module API .SH SYNOPSIS -package require \fBpunk::args::tzint\fR +package require \fBpunk::args::moduledoc::tzint\fR .sp .BE .SH DESCRIPTION @@ -282,20 +282,20 @@ package require \fBpunk::args::tzint\fR - .SH OVERVIEW .PP -overview of punk::args::tzint +overview of punk::args::moduledoc::tzint .SS CONCEPTS .PP - .SS DEPENDENCIES .PP -packages used by punk::args::tzint +packages used by punk::args::moduledoc::tzint .IP \(bu \fBTcl 8\&.6\fR .PP .SH API -.SS "NAMESPACE PUNK::ARGS::TZINT" +.SS "NAMESPACE PUNK::ARGS::MODULEDOC::TZINT" .PP -Core API functions for punk::args::tzint +Core API functions for punk::args::moduledoc::tzint .PP .SH KEYWORDS module diff --git a/src/embedded/man/files/punk/netbox/_module_man-0.1.0.tm.n b/src/embedded/man/files/punk/netbox/_module_man-0.1.0.tm.n index 90a5adf5..0bccc1b8 100644 --- a/src/embedded/man/files/punk/netbox/_module_man-0.1.0.tm.n +++ b/src/embedded/man/files/punk/netbox/_module_man-0.1.0.tm.n @@ -2,7 +2,7 @@ '\" Generated from file '_module_man-0\&.1\&.0\&.tm\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2025 '\" -.TH "shellspy_module_punk::netbox::man" 0 0\&.1\&.0 doc "-" +.TH "punkshell_module_punk::netbox::man" 0 0\&.1\&.0 doc "-" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" @@ -272,7 +272,7 @@ Database Class: \\fB\\$3\\fR .. .BS .SH NAME -shellspy_module_punk::netbox::man \- Module API +punkshell_module_punk::netbox::man \- Module API .SH SYNOPSIS package require \fBpunk::netbox::man\fR .sp diff --git a/src/embedded/man/index.n b/src/embedded/man/index.n index 90fd18fe..4118e186 100644 --- a/src/embedded/man/index.n +++ b/src/embedded/man/index.n @@ -293,9 +293,6 @@ punkshell_module_punk::aliascore ansi .RS .TP -\fBfiles/_module_overtype-1\&.6\&.5\&.tm\&.n\fR -overtype_module_overtype -.TP \fBfiles/_module_overtype-1\&.6\&.6\&.tm\&.n\fR overtype_module_overtype .TP @@ -563,24 +560,30 @@ punkshell_module_punk::imap4 module .RS .TP +\fBfiles/_module_dollarcent-1\&.1\&.tm\&.n\fR +dollarcent_module_dollarcent +.TP \fBfiles/_module_modpod-0\&.1\&.3\&.tm\&.n\fR modpod_module_modpod .TP -\fBfiles/_module_modpod-0\&.1\&.2\&.tm\&.n\fR +\fBfiles/_module_modpod-0\&.1\&.4\&.tm\&.n\fR modpod_module_modpod .TP -\fBfiles/_module_overtype-1\&.6\&.5\&.tm\&.n\fR -overtype_module_overtype -.TP \fBfiles/_module_overtype-1\&.6\&.6\&.tm\&.n\fR overtype_module_overtype .TP \fBfiles/punk/_module_basictelnet-0\&.1\&.0\&.tm\&.n\fR punkshell::basictelnet .TP +\fBfiles/punk/ansi/_module_colourmap-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_::punk::ansi::colourmap +.TP \fBfiles/_module_argparsingtest-0\&.1\&.0\&.tm\&.n\fR punkshell_module_argparsingtest .TP +\fBfiles/_module_picalc-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_picalc +.TP \fBfiles/_module_poshinfo-0\&.1\&.0\&.tm\&.n\fR punkshell_module_poshinfo .TP @@ -593,8 +596,14 @@ punkshell_module_punk::ansi \fBfiles/punk/_module_args-0\&.2\&.tm\&.n\fR punkshell_module_punk::args .TP -\fBfiles/punk/args/_module_tclcore-0\&.1\&.0\&.tm\&.n\fR -punkshell_module_punk::args::tclcore +\fBfiles/punk/args/moduledoc/_module_tclcore-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::args::moduledoc::tclcore +.TP +\fBfiles/punk/args/moduledoc/_module_tkcore-0\&.1\&.1\&.tm\&.n\fR +punkshell_module_punk::args::moduledoc::tkcore +.TP +\fBfiles/punk/args/moduledoc/_module_tzint-1\&.1\&.1\&.tm\&.n\fR +punkshell_module_punk::args::moduledoc::tzint .TP \fBfiles/punk/_module_assertion-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::assertion @@ -626,6 +635,9 @@ punkshell_module_punk::fileline \fBfiles/punk/_module_flib-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::flib .TP +\fBfiles/punk/_module_icomm-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::icomm +.TP \fBfiles/punk/_module_imap4-0\&.9\&.tm\&.n\fR punkshell_module_punk::imap4 .TP @@ -638,15 +650,33 @@ punkshell_module_punk::lib \fBfiles/punk/_module_lib-0\&.1\&.1\&.tm\&.n\fR punkshell_module_punk::lib .TP +\fBfiles/punk/_module_libunknown-0\&.1\&.tm\&.n\fR +punkshell_module_punk::libunknown +.TP \fBfiles/punk/nav/_module_fs-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::nav::fs .TP +\fBfiles/punk/_module_netbox-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::netbox +.TP +\fBfiles/punk/netbox/_module_man-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::netbox::man +.TP \fBfiles/punk/_module_packagepreference-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::packagepreference .TP \fBfiles/punk/_module_path-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::path .TP +\fBfiles/punk/_module_pcon-1\&.0\&.tm\&.n\fR +punkshell_module_punk::pcon +.TP +\fBfiles/punk/_module_pdf-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::pdf +.TP +\fBfiles/punk/_module_pipe-1\&.0\&.tm\&.n\fR +punkshell_module_punk::pipe +.TP \fBfiles/punk/repl/_module_codethread-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::repl::codethread .TP @@ -668,60 +698,30 @@ punkshell_module_punk::sshrun \fBfiles/punk/_module_trie-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::trie .TP +\fBfiles/punk/_module_ubl-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::ubl +.TP \fBfiles/punk/_module_uc-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::uc .TP \fBfiles/punk/_module_winlnk-0\&.1\&.0\&.tm\&.n\fR punkshell_module_punk::winlnk .TP +\fBfiles/punk/_module_winshell-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_punk::winshell +.TP \fBfiles/punk/_module_zip-0\&.1\&.1\&.tm\&.n\fR punkshell_module_punk::zip .TP \fBfiles/punk/mix/commandset/_module_scriptwrap-0\&.1\&.0\&.tm\&.n\fR punkshell_module_scriptwrap .TP +\fBfiles/_module_termscheme-0\&.1\&.0\&.tm\&.n\fR +punkshell_module_termscheme +.TP \fBfiles/_module_textblock-0\&.1\&.3\&.tm\&.n\fR punkshell_module_textblock .TP -\fBfiles/punk/ansi/_module_colourmap-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_::punk::ansi::colourmap -.TP -\fBfiles/_module_picalc-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_picalc -.TP -\fBfiles/_module_pipe-1\&.0\&.tm\&.n\fR -shellspy_module_pipe -.TP -\fBfiles/punk/args/_module_tkcore-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_punk::args::tkcore -.TP -\fBfiles/punk/args/_module_tzint-1\&.1\&.1\&.tm\&.n\fR -shellspy_module_punk::args::tzint -.TP -\fBfiles/punk/_module_icomm-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_punk::icomm -.TP -\fBfiles/punk/_module_libunknown-0\&.1\&.tm\&.n\fR -shellspy_module_punk::libunknown -.TP -\fBfiles/punk/_module_netbox-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_punk::netbox -.TP -\fBfiles/punk/netbox/_module_man-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_punk::netbox::man -.TP -\fBfiles/punk/_module_pcon-1\&.0\&.tm\&.n\fR -shellspy_module_punk::pcon -.TP -\fBfiles/punk/_module_pipe-1\&.0\&.tm\&.n\fR -shellspy_module_punk::pipe -.TP -\fBfiles/punk/_module_winshell-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_punk::winshell -.TP -\fBfiles/_module_termscheme-0\&.1\&.0\&.tm\&.n\fR -shellspy_module_termscheme -.TP \fBfiles/_module_tomlish-1\&.1\&.5\&.tm\&.n\fR tomlish_module_tomlish .TP @@ -926,9 +926,6 @@ punkshell_module_textblock text .RS .TP -\fBfiles/_module_overtype-1\&.6\&.5\&.tm\&.n\fR -overtype_module_overtype -.TP \fBfiles/_module_overtype-1\&.6\&.6\&.tm\&.n\fR overtype_module_overtype .TP diff --git a/src/embedded/man/toc.n b/src/embedded/man/toc.n index bf67622e..4d4af500 100644 --- a/src/embedded/man/toc.n +++ b/src/embedded/man/toc.n @@ -273,6 +273,9 @@ Database Class: \\fB\\$3\\fR doc .RS .TP +\fBdollarcent_module_dollarcent\fR +\fIfiles/_module_dollarcent-1\&.1\&.tm\&.n\fR: Module API +.TP \fBfauxlink_module_fauxlink\fR \fIfiles/_module_fauxlink-0\&.1\&.1\&.tm\&.n\fR: faux link application shortcuts .TP @@ -280,10 +283,7 @@ doc \fIfiles/_module_modpod-0\&.1\&.3\&.tm\&.n\fR: Module API .TP \fBmodpod_module_modpod\fR -\fIfiles/_module_modpod-0\&.1\&.2\&.tm\&.n\fR: Module API -.TP -\fBovertype_module_overtype\fR -\fIfiles/_module_overtype-1\&.6\&.5\&.tm\&.n\fR: overtype text layout - ansi aware +\fIfiles/_module_modpod-0\&.1\&.4\&.tm\&.n\fR: Module API .TP \fBovertype_module_overtype\fR \fIfiles/_module_overtype-1\&.6\&.6\&.tm\&.n\fR: overtype text layout - ansi aware @@ -300,9 +300,15 @@ doc \fBpunkshell__project_intro\fR \fIfiles/project_intro\&.n\fR: Introduction to punkshell .TP +\fBpunkshell_module_::punk::ansi::colourmap\fR +\fIfiles/punk/ansi/_module_colourmap-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_argparsingtest\fR \fIfiles/_module_argparsingtest-0\&.1\&.0\&.tm\&.n\fR: Module API .TP +\fBpunkshell_module_picalc\fR +\fIfiles/_module_picalc-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_poshinfo\fR \fIfiles/_module_poshinfo-0\&.1\&.0\&.tm\&.n\fR: poshinfo prompt theme tool .TP @@ -315,8 +321,14 @@ doc \fBpunkshell_module_punk::args\fR \fIfiles/punk/_module_args-0\&.2\&.tm\&.n\fR: args parsing .TP -\fBpunkshell_module_punk::args::tclcore\fR -\fIfiles/punk/args/_module_tclcore-0\&.1\&.0\&.tm\&.n\fR: punk::args definitions for tcl core commands +\fBpunkshell_module_punk::args::moduledoc::tclcore\fR +\fIfiles/punk/args/moduledoc/_module_tclcore-0\&.1\&.0\&.tm\&.n\fR: punk::args definitions for tcl core commands +.TP +\fBpunkshell_module_punk::args::moduledoc::tkcore\fR +\fIfiles/punk/args/moduledoc/_module_tkcore-0\&.1\&.1\&.tm\&.n\fR: Module API +.TP +\fBpunkshell_module_punk::args::moduledoc::tzint\fR +\fIfiles/punk/args/moduledoc/_module_tzint-1\&.1\&.1\&.tm\&.n\fR: Module API .TP \fBpunkshell_module_punk::assertion\fR \fIfiles/punk/_module_assertion-0\&.1\&.0\&.tm\&.n\fR: assertion alternative to control::assert @@ -348,6 +360,9 @@ doc \fBpunkshell_module_punk::flib\fR \fIfiles/punk/_module_flib-0\&.1\&.0\&.tm\&.n\fR: flib experimental .TP +\fBpunkshell_module_punk::icomm\fR +\fIfiles/punk/_module_icomm-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_punk::imap4\fR \fIfiles/punk/_module_imap4-0\&.9\&.tm\&.n\fR: IMAP4 client .TP @@ -360,18 +375,36 @@ doc \fBpunkshell_module_punk::lib\fR \fIfiles/punk/_module_lib-0\&.1\&.1\&.tm\&.n\fR: punk general utility functions .TP +\fBpunkshell_module_punk::libunknown\fR +\fIfiles/punk/_module_libunknown-0\&.1\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_punk::mix::commandset::project\fR \fIfiles/punk/mix/commandset/_module_project-0\&.1\&.0\&.tm\&.n\fR: dec commandset - project .TP \fBpunkshell_module_punk::nav::fs\fR \fIfiles/punk/nav/_module_fs-0\&.1\&.0\&.tm\&.n\fR: punk::nav::fs console filesystem navigation .TP +\fBpunkshell_module_punk::netbox\fR +\fIfiles/punk/_module_netbox-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP +\fBpunkshell_module_punk::netbox::man\fR +\fIfiles/punk/netbox/_module_man-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_punk::packagepreference\fR \fIfiles/punk/_module_packagepreference-0\&.1\&.0\&.tm\&.n\fR: punkshell package/module loading .TP \fBpunkshell_module_punk::path\fR \fIfiles/punk/_module_path-0\&.1\&.0\&.tm\&.n\fR: Filesystem path utilities .TP +\fBpunkshell_module_punk::pcon\fR +\fIfiles/punk/_module_pcon-1\&.0\&.tm\&.n\fR: Module API +.TP +\fBpunkshell_module_punk::pdf\fR +\fIfiles/punk/_module_pdf-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP +\fBpunkshell_module_punk::pipe\fR +\fIfiles/punk/_module_pipe-1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_punk::repl::codethread\fR \fIfiles/punk/repl/_module_codethread-0\&.1\&.0\&.tm\&.n\fR: Module repl codethread .TP @@ -393,60 +426,30 @@ doc \fBpunkshell_module_punk::trie\fR \fIfiles/punk/_module_trie-0\&.1\&.0\&.tm\&.n\fR: punk::trie API .TP +\fBpunkshell_module_punk::ubl\fR +\fIfiles/punk/_module_ubl-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_punk::uc\fR \fIfiles/punk/_module_uc-0\&.1\&.0\&.tm\&.n\fR: Module API .TP \fBpunkshell_module_punk::winlnk\fR \fIfiles/punk/_module_winlnk-0\&.1\&.0\&.tm\&.n\fR: windows shortcut \&.lnk library .TP +\fBpunkshell_module_punk::winshell\fR +\fIfiles/punk/_module_winshell-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_punk::zip\fR \fIfiles/punk/_module_zip-0\&.1\&.1\&.tm\&.n\fR: Module API .TP \fBpunkshell_module_scriptwrap\fR \fIfiles/punk/mix/commandset/_module_scriptwrap-0\&.1\&.0\&.tm\&.n\fR: scriptwrap polyglot tool .TP +\fBpunkshell_module_termscheme\fR +\fIfiles/_module_termscheme-0\&.1\&.0\&.tm\&.n\fR: Module API +.TP \fBpunkshell_module_textblock\fR \fIfiles/_module_textblock-0\&.1\&.3\&.tm\&.n\fR: punk textblock functions .TP -\fBshellspy_module_::punk::ansi::colourmap\fR -\fIfiles/punk/ansi/_module_colourmap-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_picalc\fR -\fIfiles/_module_picalc-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_pipe\fR -\fIfiles/_module_pipe-1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::args::tkcore\fR -\fIfiles/punk/args/_module_tkcore-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::args::tzint\fR -\fIfiles/punk/args/_module_tzint-1\&.1\&.1\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::icomm\fR -\fIfiles/punk/_module_icomm-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::libunknown\fR -\fIfiles/punk/_module_libunknown-0\&.1\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::netbox\fR -\fIfiles/punk/_module_netbox-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::netbox::man\fR -\fIfiles/punk/netbox/_module_man-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::pcon\fR -\fIfiles/punk/_module_pcon-1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::pipe\fR -\fIfiles/punk/_module_pipe-1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_punk::winshell\fR -\fIfiles/punk/_module_winshell-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP -\fBshellspy_module_termscheme\fR -\fIfiles/_module_termscheme-0\&.1\&.0\&.tm\&.n\fR: Module API -.TP \fBtomlish_module_tomlish\fR \fIfiles/_module_tomlish-1\&.1\&.5\&.tm\&.n\fR: tomlish toml parser .TP diff --git a/src/embedded/md/.doc/tocdoc b/src/embedded/md/.doc/tocdoc index a07d0ec9..e20cbb77 100644 --- a/src/embedded/md/.doc/tocdoc +++ b/src/embedded/md/.doc/tocdoc @@ -1,19 +1,23 @@ [toc_begin {Table Of Contents} doc] +[item doc/files/_module_dollarcent-1.1.tm.md dollarcent_module_dollarcent {Module API}] [item doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink {faux link application shortcuts}] [item doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod {Module API}] -[item doc/files/_module_modpod-0.1.2.tm.md modpod_module_modpod {Module API}] +[item doc/files/_module_modpod-0.1.4.tm.md modpod_module_modpod {Module API}] [item doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype {overtype text layout - ansi aware}] -[item doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype {overtype text layout - ansi aware}] [item doc/files/main.md punkshell {punkshell - Core}] [item doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet {basic telnet client - DKF/Wiki}] [item doc/files/project_changes.md punkshell__project_changes {punkshell Changes}] [item doc/files/project_intro.md punkshell__project_intro {Introduction to punkshell}] +[item doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_::punk::ansi::colourmap {Module API}] [item doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest {Module API}] +[item doc/files/_module_picalc-0.1.0.tm.md punkshell_module_picalc {Module API}] [item doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo {poshinfo prompt theme tool}] [item doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore {punkshell command aliases}] [item doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi {Ansi string functions}] [item doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args {args parsing}] -[item doc/files/punk/args/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::tclcore {punk::args definitions for tcl core commands}] +[item doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tclcore {punk::args definitions for tcl core commands}] +[item doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md punkshell_module_punk::args::moduledoc::tkcore {Module API}] +[item doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punkshell_module_punk::args::moduledoc::tzint {Module API}] [item doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion {assertion alternative to control::assert}] [item doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter {punk::blockletter frame-based large lettering test/logo}] [item doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap {capability provider and handler plugin system}] @@ -24,14 +28,21 @@ [item doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment {Module API}] [item doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline {file line-handling utilities}] [item doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib {flib experimental}] +[item doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::icomm {Module API}] [item doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4 {IMAP4 client}] [item doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island {filesystem islands for safe interps}] [item doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib {punk general utility functions}] [item doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib {punk general utility functions}] +[item doc/files/punk/_module_libunknown-0.1.tm.md punkshell_module_punk::libunknown {Module API}] [item doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md punkshell_module_punk::mix::commandset::project {dec commandset - project}] [item doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs {punk::nav::fs console filesystem navigation}] +[item doc/files/punk/_module_netbox-0.1.0.tm.md punkshell_module_punk::netbox {Module API}] +[item doc/files/punk/netbox/_module_man-0.1.0.tm.md punkshell_module_punk::netbox::man {Module API}] [item doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference {punkshell package/module loading}] [item doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path {Filesystem path utilities}] +[item doc/files/punk/_module_pcon-1.0.tm.md punkshell_module_punk::pcon {Module API}] +[item doc/files/punk/_module_pdf-0.1.0.tm.md punkshell_module_punk::pdf {Module API}] +[item doc/files/punk/_module_pipe-1.0.tm.md punkshell_module_punk::pipe {Module API}] [item doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread {Module repl codethread}] [item doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread {Module repl codethread}] [item doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest punk::rest] @@ -39,24 +50,14 @@ [item doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel {punk::sixel API}] [item doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun {Tcl procedures to execute tcl scripts in remote hosts}] [item doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie {punk::trie API}] +[item doc/files/punk/_module_ubl-0.1.0.tm.md punkshell_module_punk::ubl {Module API}] [item doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc {Module API}] [item doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk {windows shortcut .lnk library}] +[item doc/files/punk/_module_winshell-0.1.0.tm.md punkshell_module_punk::winshell {Module API}] [item doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip {Module API}] [item doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap {scriptwrap polyglot tool}] +[item doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_termscheme {Module API}] [item doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock {punk textblock functions}] -[item doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md shellspy_module_::punk::ansi::colourmap {Module API}] -[item doc/files/_module_picalc-0.1.0.tm.md shellspy_module_picalc {Module API}] -[item doc/files/_module_pipe-1.0.tm.md shellspy_module_pipe {Module API}] -[item doc/files/punk/args/_module_tkcore-0.1.0.tm.md shellspy_module_punk::args::tkcore {Module API}] -[item doc/files/punk/args/_module_tzint-1.1.1.tm.md shellspy_module_punk::args::tzint {Module API}] -[item doc/files/punk/_module_icomm-0.1.0.tm.md shellspy_module_punk::icomm {Module API}] -[item doc/files/punk/_module_libunknown-0.1.tm.md shellspy_module_punk::libunknown {Module API}] -[item doc/files/punk/_module_netbox-0.1.0.tm.md shellspy_module_punk::netbox {Module API}] -[item doc/files/punk/netbox/_module_man-0.1.0.tm.md shellspy_module_punk::netbox::man {Module API}] -[item doc/files/punk/_module_pcon-1.0.tm.md shellspy_module_punk::pcon {Module API}] -[item doc/files/punk/_module_pipe-1.0.tm.md shellspy_module_punk::pipe {Module API}] -[item doc/files/punk/_module_winshell-0.1.0.tm.md shellspy_module_punk::winshell {Module API}] -[item doc/files/_module_termscheme-0.1.0.tm.md shellspy_module_termscheme {Module API}] [item doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish {tomlish toml parser}] [item doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish {tomlish toml parser}] [item doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish {tomlish toml parser}] diff --git a/src/embedded/md/.idx b/src/embedded/md/.idx index b9128f5e..f00a9c2c 100644 --- a/src/embedded/md/.idx +++ b/src/embedded/md/.idx @@ -1 +1 @@ -{assertion {{doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion}} fileformat {{doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip}} POSH {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} assert {{doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion}} imap4 {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} debug {{doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion}} theme {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} windows {{doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} proc {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args}} filesystem {{doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} {doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs}} layout {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} fake {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink}} client {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} mailclient {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} datastructure {{doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie}} utility {{doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib}} wcswidth {{doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc}} ssh {{doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun}} rest {{doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest}} scriptwrap {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap}} imap {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} changelog {{doc/files/project_changes.md punkshell__project_changes}} launcher {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap}} prompt {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} terminal {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs}} args {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args}} path {{doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path}} crossplatform {{doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} file {{doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} http {{doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest}} configuration {{doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish}} unofficial {{doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} {doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu}} table {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} cesu {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu}} compatibility {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu}} alias {{doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore}} encodings {{doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} {doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char}} package {{doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference}} parsing {{doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish}} colour {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} {prompt theme} {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} experimental {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} {doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} {doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel}} shell {{doc/files/project_intro.md punkshell__project_intro} {doc/files/project_changes.md punkshell__project_changes} {doc/files/main.md punkshell}} capability {{doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap}} commandset {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap}} parse {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} mail {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} frame {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} repl {{doc/files/project_intro.md punkshell__project_intro} {doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} {doc/files/project_changes.md punkshell__project_changes} {doc/files/main.md punkshell} {doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread}} console {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet}} toml {{doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish}} telnet {{doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet}} shortcut {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} text {{doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} lnk {{doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} arguments {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args}} BOM {{doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} encoding {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} interp {{doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island}} protocol {{doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet}} zip {{doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip}} ansi {{doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype}} trie {{doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie}} faux {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink}} module {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} {doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod} {doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest} {doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore} {doc/files/punk/_module_icomm-0.1.0.tm.md shellspy_module_punk::icomm} {doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_termscheme-0.1.0.tm.md shellspy_module_termscheme} {doc/files/punk/_module_pcon-1.0.tm.md shellspy_module_punk::pcon} {doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter} {doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} {doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} {doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} {doc/files/punk/args/_module_tzint-1.1.1.tm.md shellspy_module_punk::args::tzint} {doc/files/_module_picalc-0.1.0.tm.md shellspy_module_picalc} {doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} {doc/files/punk/_module_pipe-1.0.tm.md shellspy_module_punk::pipe} {doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} {doc/files/_module_modpod-0.1.2.tm.md modpod_module_modpod} {doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} {doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} {doc/files/punk/netbox/_module_man-0.1.0.tm.md shellspy_module_punk::netbox::man} {doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} {doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::safe} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md shellspy_module_::punk::ansi::colourmap} {doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} {doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} {doc/files/punk/_module_libunknown-0.1.tm.md shellspy_module_punk::libunknown} {doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} {doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference} {doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype} {doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} {doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} {doc/files/punk/_module_netbox-0.1.0.tm.md shellspy_module_punk::netbox} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_pipe-1.0.tm.md shellspy_module_pipe} {doc/files/punk/_module_winshell-0.1.0.tm.md shellspy_module_punk::winshell} {doc/files/punk/args/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::tclcore} {doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment} {doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun} {doc/files/punk/args/_module_tkcore-0.1.0.tm.md shellspy_module_punk::args::tkcore} {doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} {doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} {doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread} {doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char}} punk {{doc/files/project_intro.md punkshell__project_intro} {doc/files/project_changes.md punkshell__project_changes} {doc/files/main.md punkshell}} string {{doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi}} lib {{doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib}} unicode {{doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc}} symlink {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink}} plugin {{doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap}}} {{changelog doc/files/project_changes.md punkshell__project_changes} . {module doc/files/_module_picalc-0.1.0.tm.md shellspy_module_picalc} . {shell doc/files/main.md punkshell} . {module doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} . {text doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {crossplatform doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {module doc/files/punk/_module_icomm-0.1.0.tm.md shellspy_module_punk::icomm} . {string doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {filesystem doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} . {configuration doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {client doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {encoding doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {lib doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} . {module doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} . {encoding doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {parse doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {module doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} . {module doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} . {module doc/files/punk/_module_pipe-1.0.tm.md shellspy_module_punk::pipe} . {module doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {datastructure doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} . {module doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} . {toml doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {telnet doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {module doc/files/punk/_module_pcon-1.0.tm.md shellspy_module_punk::pcon} . {imap doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {module doc/files/punk/netbox/_module_man-0.1.0.tm.md shellspy_module_punk::netbox::man} . {file doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel} . {module doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment} . {module doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {interp doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} . {console doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {parse doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {cesu doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {unofficial doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {zip doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} . {layout doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {toml doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {repl doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} . {compatibility doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {module doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest} . {shell doc/files/project_changes.md punkshell__project_changes} . {trie doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} . {filesystem doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} . {parsing doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {module doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun} . {module doc/files/punk/_module_libunknown-0.1.tm.md shellspy_module_punk::libunknown} . {table doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {module doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} . {module doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {repl doc/files/project_intro.md punkshell__project_intro} . {module doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod} . {launcher doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {module doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} . {module doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {module doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} . {module doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread} . {debug doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {path doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} . {POSH doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {experimental doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {module doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} . {module doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {configuration doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {args doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {shortcut doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {punk doc/files/main.md punkshell} . {lnk doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {terminal doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} . {module doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md shellspy_module_::punk::ansi::colourmap} . {console doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {module doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {module doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {configuration doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {encodings doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char} . {unicode doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {repl doc/files/project_changes.md punkshell__project_changes} . {alias doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore} . {text doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {assert doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {rest doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} . {filesystem doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} . {utility doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} . {module doc/files/punk/args/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::tclcore} . {toml doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {module doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {module doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} . {module doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {text doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} . {parsing doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {toml doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {shortcut doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {BOM doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {plugin doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} . {theme doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {punk doc/files/project_changes.md punkshell__project_changes} . {shell doc/files/project_intro.md punkshell__project_intro} . {{prompt theme} doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {mailclient doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {parsing doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {mail doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {module doc/files/_module_pipe-1.0.tm.md shellspy_module_pipe} . {utility doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} . {ansi doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} . {module doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {module doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::safe} . {http doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} . {ssh doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun} . {module doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} . {text doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype} . {encodings doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} . {commandset doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {faux doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {module doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/_module_termscheme-0.1.0.tm.md shellspy_module_termscheme} . {prompt doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {module doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} . {console doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {frame doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {module doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {repl doc/files/main.md punkshell} . {terminal doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {experimental doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} . {configuration doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {module doc/files/punk/args/_module_tkcore-0.1.0.tm.md shellspy_module_punk::args::tkcore} . {symlink doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {windows doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {module doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {terminal doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} . {ansi doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype} . {protocol doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {wcswidth doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {module doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} . {module doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} . {toml doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {module doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype} . {terminal doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {ansi doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {colour doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {fileformat doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} . {module doc/files/punk/_module_winshell-0.1.0.tm.md shellspy_module_punk::winshell} . {experimental doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel} . {module doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {proc doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {console doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} . {console doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {module doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char} . {toml doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {imap4 doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {parse doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/_module_modpod-0.1.2.tm.md modpod_module_modpod} . {module doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter} . {module doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore} . {module doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference} . {module doc/files/punk/_module_netbox-0.1.0.tm.md shellspy_module_punk::netbox} . {module doc/files/punk/args/_module_tzint-1.1.1.tm.md shellspy_module_punk::args::tzint} . {parsing doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {lib doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} . {module doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {assertion doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {unofficial doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {punk doc/files/project_intro.md punkshell__project_intro} . {terminal doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {fake doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {parsing doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {module doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {configuration doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {ansi doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {package doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference} . {capability doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} . {arguments doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {terminal doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {repl doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread} .} 71 {assertion assertion fileformat fileformat assert assert POSH posh imap4 imap4 debug debug theme theme windows windows proc proc filesystem filesystem layout layout client client fake fake mailclient mailclient datastructure datastructure utility utility wcswidth wcswidth rest rest ssh ssh imap imap scriptwrap scriptwrap changelog changelog prompt prompt launcher launcher terminal terminal args args path path crossplatform crossplatform configuration configuration unofficial unofficial table table cesu cesu http http file file alias alias encodings encodings compatibility compatibility parsing parsing colour colour package package {prompt theme} prompt_theme experimental experimental shell shell capability capability parse parse commandset commandset repl repl console console frame frame mail mail toml toml telnet telnet shortcut shortcut text text lnk lnk arguments arguments BOM bom encoding encoding interp interp protocol protocol ansi ansi zip zip trie trie faux faux module module punk punk unicode unicode lib lib string string symlink symlink plugin plugin} \ No newline at end of file +{assertion {{doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion}} fileformat {{doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip}} POSH {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} assert {{doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion}} imap4 {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} debug {{doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion}} theme {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} windows {{doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} proc {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args}} filesystem {{doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} {doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs}} layout {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} fake {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink}} client {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} mailclient {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} datastructure {{doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie}} utility {{doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib}} wcswidth {{doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc}} ssh {{doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun}} rest {{doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest}} scriptwrap {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap}} imap {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} changelog {{doc/files/project_changes.md punkshell__project_changes}} launcher {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap}} prompt {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} terminal {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs}} args {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args}} path {{doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path}} crossplatform {{doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} file {{doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} http {{doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest}} configuration {{doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish}} unofficial {{doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} {doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu}} table {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} cesu {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu}} compatibility {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu}} alias {{doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore}} encodings {{doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} {doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char}} package {{doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference}} parsing {{doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish}} colour {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} {prompt theme} {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo}} experimental {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} {doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} {doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel}} shell {{doc/files/project_intro.md punkshell__project_intro} {doc/files/project_changes.md punkshell__project_changes} {doc/files/main.md punkshell}} capability {{doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap}} commandset {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap}} parse {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} mail {{doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4}} frame {{doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock}} repl {{doc/files/project_intro.md punkshell__project_intro} {doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} {doc/files/project_changes.md punkshell__project_changes} {doc/files/main.md punkshell} {doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread}} console {{doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet}} toml {{doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish}} telnet {{doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet}} shortcut {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} text {{doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} lnk {{doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk}} arguments {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args}} BOM {{doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} encoding {{doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline}} interp {{doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island}} protocol {{doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet}} zip {{doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip}} ansi {{doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi}} trie {{doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie}} faux {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink}} module {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} {doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod} {doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest} {doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tclcore} {doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore} {doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::icomm} {doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} {doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_termscheme} {doc/files/punk/_module_pcon-1.0.tm.md punkshell_module_punk::pcon} {doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter} {doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} {doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} {doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} {doc/files/_module_picalc-0.1.0.tm.md punkshell_module_picalc} {doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} {doc/files/punk/_module_pipe-1.0.tm.md punkshell_module_punk::pipe} {doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} {doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} {doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} {doc/files/punk/netbox/_module_man-0.1.0.tm.md punkshell_module_punk::netbox::man} {doc/files/punk/_module_ubl-0.1.0.tm.md punkshell_module_punk::ubl} {doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} {doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} {doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::safe} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_::punk::ansi::colourmap} {doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} {doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} {doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} {doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md punkshell_module_punk::args::moduledoc::tkcore} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} {doc/files/punk/_module_libunknown-0.1.tm.md punkshell_module_punk::libunknown} {doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} {doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference} {doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} {doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} {doc/files/_module_dollarcent-1.1.tm.md dollarcent_module_dollarcent} {doc/files/punk/_module_netbox-0.1.0.tm.md punkshell_module_punk::netbox} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} {doc/files/punk/_module_pdf-0.1.0.tm.md punkshell_module_punk::pdf} {doc/files/punk/_module_winshell-0.1.0.tm.md punkshell_module_punk::winshell} {doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment} {doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punkshell_module_punk::args::moduledoc::tzint} {doc/files/_module_modpod-0.1.4.tm.md modpod_module_modpod} {doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun} {doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} {doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} {doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread} {doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char}} punk {{doc/files/project_intro.md punkshell__project_intro} {doc/files/project_changes.md punkshell__project_changes} {doc/files/main.md punkshell}} string {{doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi}} lib {{doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib}} unicode {{doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc}} symlink {{doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink}} plugin {{doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap}}} {{changelog doc/files/project_changes.md punkshell__project_changes} . {shell doc/files/main.md punkshell} . {module doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} . {text doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {crossplatform doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {string doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {lib doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} . {filesystem doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} . {configuration doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {client doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {encoding doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} . {encoding doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {parse doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {module doc/files/punk/netbox/_module_man-0.1.0.tm.md punkshell_module_punk::netbox::man} . {module doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} . {module doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} . {module doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {datastructure doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} . {module doc/files/punk/_module_ubl-0.1.0.tm.md punkshell_module_punk::ubl} . {module doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} . {toml doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {telnet doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {module doc/files/punk/_module_netbox-0.1.0.tm.md punkshell_module_punk::netbox} . {imap doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {file doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel} . {module doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment} . {module doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {interp doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} . {console doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {module doc/files/punk/_module_pcon-1.0.tm.md punkshell_module_punk::pcon} . {parse doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {cesu doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {unofficial doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {zip doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} . {layout doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {toml doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {repl doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} . {compatibility doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {module doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest} . {filesystem doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} . {parsing doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {module doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun} . {table doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {module doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} . {trie doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} . {shell doc/files/project_changes.md punkshell__project_changes} . {module doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {repl doc/files/project_intro.md punkshell__project_intro} . {module doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod} . {launcher doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {module doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie} . {module doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {module doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} . {module doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread} . {debug doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {path doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} . {POSH doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {module doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md punkshell_module_punk::args::moduledoc::tkcore} . {experimental doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {module doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path} . {module doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {configuration doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {args doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {module doc/files/punk/_module_winshell-0.1.0.tm.md punkshell_module_punk::winshell} . {module doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punkshell_module_punk::args::moduledoc::tzint} . {shortcut doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {punk doc/files/main.md punkshell} . {lnk doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {terminal doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs} . {console doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {module doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {module doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {module doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tclcore} . {configuration doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {encodings doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char} . {unicode doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {repl doc/files/project_changes.md punkshell__project_changes} . {alias doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore} . {module doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_termscheme} . {text doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {assert doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {rest doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} . {filesystem doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island} . {utility doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} . {toml doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {module doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {module doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread} . {module doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {text doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} . {parsing doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {toml doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {shortcut doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {BOM doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {plugin doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} . {theme doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {{prompt theme} doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {punk doc/files/project_changes.md punkshell__project_changes} . {shell doc/files/project_intro.md punkshell__project_intro} . {mailclient doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {parsing doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {mail doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {utility doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} . {ansi doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} . {module doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {module doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::safe} . {http doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest} . {ssh doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun} . {module doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} . {encodings doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime} . {module doc/files/punk/_module_libunknown-0.1.tm.md punkshell_module_punk::libunknown} . {commandset doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {module doc/files/_module_modpod-0.1.4.tm.md modpod_module_modpod} . {faux doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {module doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/_module_picalc-0.1.0.tm.md punkshell_module_picalc} . {prompt doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {module doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype} . {console doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {frame doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {module doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu} . {module doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::icomm} . {repl doc/files/main.md punkshell} . {terminal doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {experimental doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib} . {configuration doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {symlink doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {windows doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk} . {module doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {terminal doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} . {protocol doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {wcswidth doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {module doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} . {module doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib} . {toml doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {terminal doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {ansi doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {colour doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {fileformat doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip} . {experimental doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel} . {module doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet} . {proc doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {console doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console} . {console doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap} . {module doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char} . {toml doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish} . {imap4 doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4} . {parse doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline} . {module doc/files/punk/_module_pipe-1.0.tm.md punkshell_module_punk::pipe} . {module doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter} . {module doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore} . {module doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference} . {module doc/files/_module_dollarcent-1.1.tm.md dollarcent_module_dollarcent} . {parsing doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish} . {lib doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib} . {module doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish} . {module doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_::punk::ansi::colourmap} . {assertion doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion} . {unofficial doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc} . {punk doc/files/project_intro.md punkshell__project_intro} . {terminal doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo} . {fake doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink} . {parsing doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish} . {module doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock} . {configuration doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish} . {ansi doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {package doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference} . {module doc/files/punk/_module_pdf-0.1.0.tm.md punkshell_module_punk::pdf} . {capability doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap} . {arguments doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args} . {terminal doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi} . {repl doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread} .} 71 {assertion assertion fileformat fileformat assert assert POSH posh imap4 imap4 debug debug theme theme windows windows proc proc filesystem filesystem layout layout client client fake fake mailclient mailclient datastructure datastructure utility utility wcswidth wcswidth rest rest ssh ssh imap imap scriptwrap scriptwrap changelog changelog prompt prompt launcher launcher terminal terminal args args path path crossplatform crossplatform configuration configuration unofficial unofficial table table cesu cesu http http file file alias alias encodings encodings compatibility compatibility parsing parsing colour colour package package {prompt theme} prompt_theme experimental experimental shell shell capability capability parse parse commandset commandset repl repl console console frame frame mail mail toml toml telnet telnet shortcut shortcut text text lnk lnk arguments arguments BOM bom encoding encoding interp interp protocol protocol ansi ansi zip zip trie trie faux faux module module punk punk unicode unicode lib lib string string symlink symlink plugin plugin} \ No newline at end of file diff --git a/src/embedded/md/.toc b/src/embedded/md/.toc index 6941d677..253c2ddc 100644 --- a/src/embedded/md/.toc +++ b/src/embedded/md/.toc @@ -1 +1 @@ -doc {doc/toc {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args {args parsing}} {doc/files/project_intro.md punkshell__project_intro {Introduction to punkshell}} {doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod {Module API}} {doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest {Module API}} {doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore {punkshell command aliases}} {doc/files/punk/_module_icomm-0.1.0.tm.md shellspy_module_punk::icomm {Module API}} {doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_termscheme-0.1.0.tm.md shellspy_module_termscheme {Module API}} {doc/files/punk/_module_pcon-1.0.tm.md shellspy_module_punk::pcon {Module API}} {doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter {punk::blockletter frame-based large lettering test/logo}} {doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie {punk::trie API}} {doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path {Filesystem path utilities}} {doc/files/project_changes.md punkshell__project_changes {punkshell Changes}} {doc/files/punk/args/_module_tzint-1.1.1.tm.md shellspy_module_punk::args::tzint {Module API}} {doc/files/_module_picalc-0.1.0.tm.md shellspy_module_picalc {Module API}} {doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc {Module API}} {doc/files/punk/_module_pipe-1.0.tm.md shellspy_module_punk::pipe {Module API}} {doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion {assertion alternative to control::assert}} {doc/files/_module_modpod-0.1.2.tm.md modpod_module_modpod {Module API}} {doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib {punk general utility functions}} {doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo {poshinfo prompt theme tool}} {doc/files/punk/netbox/_module_man-0.1.0.tm.md shellspy_module_punk::netbox::man {Module API}} {doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island {filesystem islands for safe interps}} {doc/files/main.md punkshell {punkshell - Core}} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console {punk console}} {doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype {overtype text layout - ansi aware}} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock {punk textblock functions}} {doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::safe {Module API}} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md shellspy_module_::punk::ansi::colourmap {Module API}} {doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip {Module API}} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi {Ansi string functions}} {doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4 {IMAP4 client}} {doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime {mime encodings related subset of tcllib mime}} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib {punk general utility functions}} {doc/files/punk/_module_libunknown-0.1.tm.md shellspy_module_punk::libunknown {Module API}} {doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??}} {doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference {punkshell package/module loading}} {doc/files/_module_overtype-1.6.5.tm.md overtype_module_overtype {overtype text layout - ansi aware}} {doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib {flib experimental}} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap {scriptwrap polyglot tool}} {doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md punkshell_module_punk::mix::commandset::project {dec commandset - project}} {doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest punk::rest} {doc/files/punk/_module_netbox-0.1.0.tm.md shellspy_module_punk::netbox {Module API}} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_pipe-1.0.tm.md shellspy_module_pipe {Module API}} {doc/files/punk/_module_winshell-0.1.0.tm.md shellspy_module_punk::winshell {Module API}} {doc/files/punk/args/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::tclcore {punk::args definitions for tcl core commands}} {doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment {Module API}} {doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun {Tcl procedures to execute tcl scripts in remote hosts}} {doc/files/punk/args/_module_tkcore-0.1.0.tm.md shellspy_module_punk::args::tkcore {Module API}} {doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel {punk::sixel API}} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet {basic telnet client - DKF/Wiki}} {doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink {faux link application shortcuts}} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline {file line-handling utilities}} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk {windows shortcut .lnk library}} {doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap {capability provider and handler plugin system}} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs {punk::nav::fs console filesystem navigation}} {doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char {character-set and unicode utilities}}}} \ No newline at end of file +doc {doc/toc {{doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::args {args parsing}} {doc/files/project_intro.md punkshell__project_intro {Introduction to punkshell}} {doc/files/_module_modpod-0.1.3.tm.md modpod_module_modpod {Module API}} {doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_argparsingtest {Module API}} {doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tclcore {punk::args definitions for tcl core commands}} {doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::aliascore {punkshell command aliases}} {doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::icomm {Module API}} {doc/files/_module_tomlish-1.1.3.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_termscheme {Module API}} {doc/files/punk/_module_pcon-1.0.tm.md punkshell_module_punk::pcon {Module API}} {doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::blockletter {punk::blockletter frame-based large lettering test/logo}} {doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_punk::trie {punk::trie API}} {doc/files/punk/repl/_module_codethread-0.1.0.tm.md punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::path {Filesystem path utilities}} {doc/files/project_changes.md punkshell__project_changes {punkshell Changes}} {doc/files/_module_picalc-0.1.0.tm.md punkshell_module_picalc {Module API}} {doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::uc {Module API}} {doc/files/punk/_module_pipe-1.0.tm.md punkshell_module_punk::pipe {Module API}} {doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::assertion {assertion alternative to control::assert}} {doc/files/punk/_module_lib-0.1.2.tm.md punkshell_module_punk::lib {punk general utility functions}} {doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_poshinfo {poshinfo prompt theme tool}} {doc/files/punk/netbox/_module_man-0.1.0.tm.md punkshell_module_punk::netbox::man {Module API}} {doc/files/punk/_module_ubl-0.1.0.tm.md punkshell_module_punk::ubl {Module API}} {doc/files/punk/_module_island-0.1.0.tm.md punkshell_module_punk::island {filesystem islands for safe interps}} {doc/files/main.md punkshell {punkshell - Core}} {doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::console {punk console}} {doc/files/_module_overtype-1.6.6.tm.md overtype_module_overtype {overtype text layout - ansi aware}} {doc/files/_module_tomlish-1.1.2.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_textblock-0.1.3.tm.md punkshell_module_textblock {punk textblock functions}} {doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::safe {Module API}} {doc/files/_module_tomlish-1.1.6.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_::punk::ansi::colourmap {Module API}} {doc/files/punk/_module_zip-0.1.1.tm.md punkshell_module_punk::zip {Module API}} {doc/files/punk/_module_ansi-0.1.1.tm.md punkshell_module_punk::ansi {Ansi string functions}} {doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::imap4 {IMAP4 client}} {doc/files/punk/_module_encmime-0.1.0.tm.md punkshell_module_punk::encmime {mime encodings related subset of tcllib mime}} {doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md punkshell_module_punk::args::moduledoc::tkcore {Module API}} {doc/files/punk/_module_lib-0.1.1.tm.md punkshell_module_punk::lib {punk general utility functions}} {doc/files/punk/_module_libunknown-0.1.tm.md punkshell_module_punk::libunknown {Module API}} {doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::cesu {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??}} {doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::packagepreference {punkshell package/module loading}} {doc/files/punk/_module_flib-0.1.0.tm.md punkshell_module_punk::flib {flib experimental}} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_scriptwrap {scriptwrap polyglot tool}} {doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md punkshell_module_punk::mix::commandset::project {dec commandset - project}} {doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::rest punk::rest} {doc/files/_module_dollarcent-1.1.tm.md dollarcent_module_dollarcent {Module API}} {doc/files/punk/_module_netbox-0.1.0.tm.md punkshell_module_punk::netbox {Module API}} {doc/files/_module_tomlish-1.1.5.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_pdf-0.1.0.tm.md punkshell_module_punk::pdf {Module API}} {doc/files/punk/_module_winshell-0.1.0.tm.md punkshell_module_punk::winshell {Module API}} {doc/files/punk/_module_experiment-0.1.0.tm.md punkshell_module_punk::experiment {Module API}} {doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punkshell_module_punk::args::moduledoc::tzint {Module API}} {doc/files/_module_modpod-0.1.4.tm.md modpod_module_modpod {Module API}} {doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::sshrun {Tcl procedures to execute tcl scripts in remote hosts}} {doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::sixel {punk::sixel API}} {doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet {basic telnet client - DKF/Wiki}} {doc/files/_module_fauxlink-0.1.1.tm.md fauxlink_module_fauxlink {faux link application shortcuts}} {doc/files/punk/_module_fileline-0.1.0.tm.md punkshell_module_punk::fileline {file line-handling utilities}} {doc/files/_module_tomlish-1.1.4.tm.md tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::winlnk {windows shortcut .lnk library}} {doc/files/punk/_module_cap-0.1.0.tm.md punkshell_module_punk::cap {capability provider and handler plugin system}} {doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::nav::fs {punk::nav::fs console filesystem navigation}} {doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::char {character-set and unicode utilities}}}} \ No newline at end of file diff --git a/src/embedded/md/.xrf b/src/embedded/md/.xrf index 0afdbba6..f9d0ff73 100644 --- a/src/embedded/md/.xrf +++ b/src/embedded/md/.xrf @@ -1 +1 @@ -sa,punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md sa,fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.md fileformat {index.md fileformat} punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.md POSH {index.md posh} sa,punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.md sa,punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md sa,punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.md kw,lib {index.md lib} kw,configuration {index.md configuration} kw,table {index.md table} debug {index.md debug} punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.md kw,compatibility {index.md compatibility} shellspy_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.md {basic telnet client - DKF/Wiki} doc/files/punk/_module_basictelnet-0.1.0.tm.md windows {index.md windows} kw,wcswidth {index.md wcswidth} kw,rest {index.md rest} shellspy_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.md sa,punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.md filesystem {index.md filesystem} sa,shellspy_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.md sa,punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.md kw,interp {index.md interp} sa,punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.md kw,terminal {index.md terminal} punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.md kw,path {index.md path} utility {index.md utility} rest {index.md rest} punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.md sa,punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.md kw,assert {index.md assert} changelog {index.md changelog} sa,punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::args::tclcore(0) doc/files/punk/args/_module_tclcore-0.1.0.tm.md path {index.md path} shellspy_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.md unofficial {index.md unofficial} sa,punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.md sa,punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.1.tm.md sa,punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.md {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??} doc/files/punk/_module_cesu-0.1.1.tm.md sa,punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md package {index.md package} parsing {index.md parsing} sa,punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.md {faux link application shortcuts} doc/files/_module_fauxlink-0.1.1.tm.md punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.md {Module API} doc/files/punk/args/_module_tkcore-0.1.0.tm.md {punk::trie API} doc/files/punk/_module_trie-0.1.0.tm.md sa,punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.md kw,mailclient {index.md mailclient} punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.md {poshinfo prompt theme tool} doc/files/_module_poshinfo-0.1.0.tm.md kw,mail {index.md mail} capability {index.md capability} kw,shortcut {index.md shortcut} sa,punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.md sa,shellspy_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.md parse {index.md parse} punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.md sa,punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.1.tm.md {punkshell - Core} doc/files/main.md punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.md sa,punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.md {capability provider and handler plugin system} doc/files/punk/_module_cap-0.1.0.tm.md mail {index.md mail} punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.md kw,punk {index.md punk} tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.4.tm.md {Filesystem path utilities} doc/files/punk/_module_path-0.1.0.tm.md arguments {index.md arguments} {punkshell command aliases} doc/files/punk/_module_aliascore-0.1.0.tm.md shellspy_module_pipe(0) doc/files/_module_pipe-1.0.tm.md punk::rest doc/files/punk/_module_rest-0.1.0.tm.md sa,punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md kw,colour {index.md colour} protocol {index.md protocol} interp {index.md interp} shellspy_module_punk::args::tkcore doc/files/punk/args/_module_tkcore-0.1.0.tm.md kw,lnk {index.md lnk} shellspy_module_punk::args::tzint doc/files/punk/args/_module_tzint-1.1.1.tm.md sa,shellspy_module_punk::args::tkcore(0) doc/files/punk/args/_module_tkcore-0.1.0.tm.md punk {index.md punk} lib {index.md lib} sa,punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.md sa,shellspy_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.md punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.md sa,punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.md assert {index.md assert} kw,proc {index.md proc} {flib experimental} doc/files/punk/_module_flib-0.1.0.tm.md imap4 {index.md imap4} sa,punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.md sa,punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.md kw,fake {index.md fake} kw,symlink {index.md symlink} kw,unicode {index.md unicode} punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.md punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.md shellspy_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.md shellspy_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md sa,punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.md sa,punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.md kw,alias {index.md alias} kw,encodings {index.md encodings} punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.md kw,telnet {index.md telnet} sa,shellspy_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.md theme {index.md theme} sa,tomlish_module_tomlish doc/files/_module_tomlish-1.1.4.tm.md proc {index.md proc} punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.md kw,imap {index.md imap} sa,punkshell doc/files/main.md kw,shell {index.md shell} fake {index.md fake} kw,launcher {index.md launcher} {punk console} doc/files/punk/_module_console-0.1.1.tm.md sa,punkshell__project_changes(n) doc/files/project_changes.md sa,punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.md sa,punkshell_module_punk::args::tclcore(0) doc/files/punk/args/_module_tclcore-0.1.0.tm.md datastructure {index.md datastructure} kw,args {index.md args} {punk::nav::fs console filesystem navigation} doc/files/punk/nav/_module_fs-0.1.0.tm.md {punk::blockletter frame-based large lettering test/logo} doc/files/punk/_module_blockletter-0.1.0.tm.md sa,shellspy_module_punk::args::tzint(0) doc/files/punk/args/_module_tzint-1.1.1.tm.md wcswidth {index.md wcswidth} kw,http {index.md http} kw,cesu {index.md cesu} sa,punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.md scriptwrap {index.md scriptwrap} imap {index.md imap} punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.md kw,frame {index.md frame} punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md terminal {index.md terminal} shellspy_module_punk::args::tzint(0) doc/files/punk/args/_module_tzint-1.1.1.tm.md args {index.md args} punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.md http {index.md http} table {index.md table} cesu {index.md cesu} sa,punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.md punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.md sa,shellspy_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.md shellspy_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.md punkshell__project_changes doc/files/project_changes.md sa,punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.md sa,punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.md kw,layout {index.md layout} colour {index.md colour} shellspy_module_termscheme doc/files/_module_termscheme-0.1.0.tm.md kw,client {index.md client} {prompt theme} {index.md prompt_theme} experimental {index.md experimental} sa,punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.md sa,punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.md sa,punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.md shellspy_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.md sa,punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.md shellspy_module_picalc doc/files/_module_picalc-0.1.0.tm.md sa,punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.md kw,encoding {index.md encoding} shellspy_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.md sa,shellspy_module_pipe(0) doc/files/_module_pipe-1.0.tm.md {windows shortcut .lnk library} doc/files/punk/_module_winlnk-0.1.0.tm.md kw,prompt {index.md prompt} punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.md kw,ansi {index.md ansi} kw,trie {index.md trie} sa,punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.md console {index.md console} punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.1.tm.md shortcut {index.md shortcut} telnet {index.md telnet} lnk {index.md lnk} sa,punkshell__project_intro doc/files/project_intro.md kw,datastructure {index.md datastructure} sa,punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.md ansi {index.md ansi} punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.md trie {index.md trie} punkshell__project_intro(n) doc/files/project_intro.md punkshell__project_intro doc/files/project_intro.md kw,changelog {index.md changelog} sa,punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.md sa,fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.md assertion {index.md assertion} punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.md kw,commandset {index.md commandset} kw,zip {index.md zip} sa,punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.md shellspy_module_punk::args::tkcore(0) doc/files/punk/args/_module_tkcore-0.1.0.tm.md punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.md fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.md {tomlish toml parser} doc/files/_module_tomlish-1.1.4.tm.md punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.md shellspy_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.md {punk general utility functions} doc/files/punk/_module_lib-0.1.1.tm.md sa,punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.md sa,punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md layout {index.md layout} sa,punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.md sa,punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.md sa,punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.md client {index.md client} punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.md kw,windows {index.md windows} shellspy_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.md mailclient {index.md mailclient} shellspy_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.md kw,module {index.md module} punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.md kw,plugin {index.md plugin} punkshell doc/files/main.md kw,fileformat {index.md fileformat} shellspy_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.md sa,punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.md punkshell__project_changes(n) doc/files/project_changes.md kw,utility {index.md utility} launcher {index.md launcher} prompt {index.md prompt} kw,ssh {index.md ssh} kw,arguments {index.md arguments} {punkshell package/module loading} doc/files/punk/_module_packagepreference-0.1.0.tm.md sa,shellspy_module_pipe doc/files/_module_pipe-1.0.tm.md shellspy_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md sa,punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.md crossplatform {index.md crossplatform} punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.md {punk::sixel API} doc/files/punk/_module_sixel-0.1.0.tm.md alias {index.md alias} kw,filesystem {index.md filesystem} shellspy_module_pipe doc/files/_module_pipe-1.0.tm.md sa,shellspy_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.md sa,overtype_module_overtype doc/files/_module_overtype-1.6.5.tm.md shell {index.md shell} {assertion alternative to control::assert} doc/files/punk/_module_assertion-0.1.0.tm.md shellspy_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.md kw,package {index.md package} kw,parsing {index.md parsing} kw,toml {index.md toml} punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.1.tm.md kw,debug {index.md debug} punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.md {punk textblock functions} doc/files/_module_textblock-0.1.3.tm.md punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.md overtype_module_overtype doc/files/_module_overtype-1.6.5.tm.md punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.md overtype_module_overtype(0) doc/files/_module_overtype-1.6.5.tm.md sa,punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.md kw,faux {index.md faux} sa,shellspy_module_punk::args::tkcore doc/files/punk/args/_module_tkcore-0.1.0.tm.md frame {index.md frame} toml {index.md toml} sa,punkshell__project_intro(n) doc/files/project_intro.md kw,unofficial {index.md unofficial} encoding {index.md encoding} punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.md sa,punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.md sa,punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.md sa,punkshell_module_punk::args::tclcore doc/files/punk/args/_module_tclcore-0.1.0.tm.md sa,punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.md sa,shellspy_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.md modpod_module_modpod(0) doc/files/_module_modpod-0.1.2.tm.md punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.md zip {index.md zip} {Module repl codethread} doc/files/punk/repl/_module_codethread-0.1.1.tm.md kw,BOM {index.md bom} faux {index.md faux} sa,punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.md sa,punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.md {file line-handling utilities} doc/files/punk/_module_fileline-0.1.0.tm.md sa,punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.md module {index.md module} sa,punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.md plugin {index.md plugin} symlink {index.md symlink} unicode {index.md unicode} sa,shellspy_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.md sa,punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.md sa,shellspy_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.md kw,capability {index.md capability} punkshell_module_punk::args::tclcore doc/files/punk/args/_module_tclcore-0.1.0.tm.md sa,modpod_module_modpod doc/files/_module_modpod-0.1.2.tm.md sa,shellspy_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.md shellspy_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.md sa,shellspy_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.md kw,crossplatform {index.md crossplatform} punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.md {punkshell Changes} doc/files/project_changes.md {punk::args definitions for tcl core commands} doc/files/punk/args/_module_tclcore-0.1.0.tm.md fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.md modpod_module_modpod doc/files/_module_modpod-0.1.2.tm.md punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.md sa,shellspy_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.md {Introduction to punkshell} doc/files/project_intro.md punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.md sa,punkshell(n) doc/files/main.md punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.md sa,punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.md sa,punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.md {mime encodings related subset of tcllib mime} doc/files/punk/_module_encmime-0.1.0.tm.md punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.md kw,parse {index.md parse} sa,punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md tomlish_module_tomlish doc/files/_module_tomlish-1.1.4.tm.md punkshell(n) doc/files/main.md kw,string {index.md string} sa,shellspy_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.md ssh {index.md ssh} kw,file {index.md file} sa,punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.md sa,shellspy_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.md sa,punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.md sa,punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.md sa,shellspy_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.md {IMAP4 client} doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.md sa,punkshell__project_changes doc/files/project_changes.md {dec commandset - project} doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md {kw,prompt theme} {index.md prompt_theme} kw,experimental {index.md experimental} sa,shellspy_module_termscheme doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.md sa,punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.md sa,shellspy_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.md file {index.md file} configuration {index.md configuration} {args parsing} doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.md compatibility {index.md compatibility} encodings {index.md encodings} {Ansi string functions} doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.md sa,shellspy_module_picalc doc/files/_module_picalc-0.1.0.tm.md kw,assertion {index.md assertion} {scriptwrap polyglot tool} doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.md sa,overtype_module_overtype(0) doc/files/_module_overtype-1.6.5.tm.md {overtype text layout - ansi aware} doc/files/_module_overtype-1.6.5.tm.md kw,imap4 {index.md imap4} kw,repl {index.md repl} punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.md commandset {index.md commandset} kw,text {index.md text} punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md {Tcl procedures to execute tcl scripts in remote hosts} doc/files/punk/_module_sshrun-0.1.0.tm.md sa,tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.4.tm.md kw,scriptwrap {index.md scriptwrap} {filesystem islands for safe interps} doc/files/punk/_module_island-0.1.0.tm.md kw,protocol {index.md protocol} sa,shellspy_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.md kw,theme {index.md theme} sa,modpod_module_modpod(0) doc/files/_module_modpod-0.1.2.tm.md sa,shellspy_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.md punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.md shellspy_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.md repl {index.md repl} sa,shellspy_module_punk::args::tzint doc/files/punk/args/_module_tzint-1.1.1.tm.md sa,punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.md text {index.md text} BOM {index.md bom} sa,punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.md kw,POSH {index.md posh} shellspy_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.md kw,console {index.md console} shellspy_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.md {character-set and unicode utilities} doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.md string {index.md string} \ No newline at end of file +sa,punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.md punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md sa,fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.md fileformat {index.md fileformat} punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.md POSH {index.md posh} sa,punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.md sa,punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md sa,punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.md kw,lib {index.md lib} kw,configuration {index.md configuration} kw,table {index.md table} debug {index.md debug} punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.md kw,compatibility {index.md compatibility} {basic telnet client - DKF/Wiki} doc/files/punk/_module_basictelnet-0.1.0.tm.md windows {index.md windows} kw,wcswidth {index.md wcswidth} kw,rest {index.md rest} sa,punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.md filesystem {index.md filesystem} sa,punkshell_module_punk::pdf(0) doc/files/punk/_module_pdf-0.1.0.tm.md sa,punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.md kw,interp {index.md interp} sa,punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.md sa,punkshell_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.md kw,terminal {index.md terminal} punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.md sa,punkshell_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.md kw,path {index.md path} utility {index.md utility} rest {index.md rest} punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.md sa,punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.md kw,assert {index.md assert} changelog {index.md changelog} sa,punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.md sa,punkshell_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.md sa,punkshell_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.md punkshell_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.md path {index.md path} punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.md unofficial {index.md unofficial} sa,punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.md sa,punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.1.tm.md sa,punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.md {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??} doc/files/punk/_module_cesu-0.1.1.tm.md sa,punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md package {index.md package} parsing {index.md parsing} sa,punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.md {faux link application shortcuts} doc/files/_module_fauxlink-0.1.1.tm.md punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.md {Module API} doc/files/_module_modpod-0.1.4.tm.md {punk::trie API} doc/files/punk/_module_trie-0.1.0.tm.md sa,punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.md kw,mailclient {index.md mailclient} punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.md {poshinfo prompt theme tool} doc/files/_module_poshinfo-0.1.0.tm.md kw,mail {index.md mail} capability {index.md capability} kw,shortcut {index.md shortcut} sa,punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.md parse {index.md parse} punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.md sa,punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.1.tm.md {punkshell - Core} doc/files/main.md punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_picalc doc/files/_module_picalc-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tkcore(0) doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md sa,punkshell_module_punk::args::moduledoc::tzint(0) doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md sa,punkshell_module_punk::ubl(0) doc/files/punk/_module_ubl-0.1.0.tm.md sa,punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.md {capability provider and handler plugin system} doc/files/punk/_module_cap-0.1.0.tm.md mail {index.md mail} punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.md kw,punk {index.md punk} tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.4.tm.md {Filesystem path utilities} doc/files/punk/_module_path-0.1.0.tm.md arguments {index.md arguments} {punkshell command aliases} doc/files/punk/_module_aliascore-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tzint(0) doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punk::rest doc/files/punk/_module_rest-0.1.0.tm.md sa,punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md kw,colour {index.md colour} protocol {index.md protocol} interp {index.md interp} punkshell_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.md kw,lnk {index.md lnk} sa,punkshell_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.md sa,punkshell_module_punk::pdf doc/files/punk/_module_pdf-0.1.0.tm.md punk {index.md punk} lib {index.md lib} sa,punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.md sa,punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.md assert {index.md assert} kw,proc {index.md proc} {flib experimental} doc/files/punk/_module_flib-0.1.0.tm.md imap4 {index.md imap4} sa,punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.md sa,punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.md dollarcent_module_dollarcent(0) doc/files/_module_dollarcent-1.1.tm.md punkshell_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.md kw,fake {index.md fake} kw,symlink {index.md symlink} kw,unicode {index.md unicode} punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.md punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.md punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.md sa,punkshell_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.md punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.md sa,punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.md sa,punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.md kw,alias {index.md alias} kw,encodings {index.md encodings} punkshell_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.md punkshell_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.md kw,telnet {index.md telnet} theme {index.md theme} sa,tomlish_module_tomlish doc/files/_module_tomlish-1.1.4.tm.md proc {index.md proc} punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.md kw,imap {index.md imap} sa,punkshell doc/files/main.md kw,shell {index.md shell} punkshell_module_punk::ubl doc/files/punk/_module_ubl-0.1.0.tm.md fake {index.md fake} kw,launcher {index.md launcher} {punk console} doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::args::moduledoc::tclcore(0) doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md sa,punkshell__project_changes(n) doc/files/project_changes.md sa,punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.md datastructure {index.md datastructure} kw,args {index.md args} {punk::nav::fs console filesystem navigation} doc/files/punk/nav/_module_fs-0.1.0.tm.md {punk::blockletter frame-based large lettering test/logo} doc/files/punk/_module_blockletter-0.1.0.tm.md wcswidth {index.md wcswidth} kw,http {index.md http} kw,cesu {index.md cesu} sa,punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.md punkshell_module_punk::pdf(0) doc/files/punk/_module_pdf-0.1.0.tm.md scriptwrap {index.md scriptwrap} imap {index.md imap} punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.md kw,frame {index.md frame} punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md sa,dollarcent_module_dollarcent doc/files/_module_dollarcent-1.1.tm.md terminal {index.md terminal} args {index.md args} sa,punkshell_module_punk::args::moduledoc::tzint doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.md http {index.md http} table {index.md table} cesu {index.md cesu} sa,punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.md punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.md punkshell__project_changes doc/files/project_changes.md sa,punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.md sa,punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.md dollarcent_module_dollarcent doc/files/_module_dollarcent-1.1.tm.md punkshell_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.md kw,layout {index.md layout} colour {index.md colour} kw,client {index.md client} {prompt theme} {index.md prompt_theme} sa,punkshell_module_picalc doc/files/_module_picalc-0.1.0.tm.md experimental {index.md experimental} punkshell_module_termscheme doc/files/_module_termscheme-0.1.0.tm.md sa,punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.md sa,punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.md sa,punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.md sa,punkshell_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md sa,punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.md sa,punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.md sa,punkshell_module_punk::args::moduledoc::tkcore doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md kw,encoding {index.md encoding} punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.md {windows shortcut .lnk library} doc/files/punk/_module_winlnk-0.1.0.tm.md kw,prompt {index.md prompt} punkshell_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.md kw,ansi {index.md ansi} kw,trie {index.md trie} sa,punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.md console {index.md console} punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.1.tm.md sa,punkshell_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.md shortcut {index.md shortcut} telnet {index.md telnet} lnk {index.md lnk} sa,punkshell__project_intro doc/files/project_intro.md punkshell_module_punk::ubl(0) doc/files/punk/_module_ubl-0.1.0.tm.md sa,punkshell_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.md kw,datastructure {index.md datastructure} sa,punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.md punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.md ansi {index.md ansi} punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.md trie {index.md trie} punkshell__project_intro(n) doc/files/project_intro.md sa,dollarcent_module_dollarcent(0) doc/files/_module_dollarcent-1.1.tm.md punkshell__project_intro doc/files/project_intro.md kw,changelog {index.md changelog} punkshell_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.md sa,punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.md sa,fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.md assertion {index.md assertion} punkshell_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.md punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.md kw,commandset {index.md commandset} kw,zip {index.md zip} sa,punkshell_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.md sa,punkshell_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md sa,punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.md punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.md fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.md {tomlish toml parser} doc/files/_module_tomlish-1.1.4.tm.md punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.md {punk general utility functions} doc/files/punk/_module_lib-0.1.1.tm.md sa,punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.md sa,punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.md punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.md punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md layout {index.md layout} sa,punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.md punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.md sa,punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.md sa,punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.md client {index.md client} punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.md kw,windows {index.md windows} mailclient {index.md mailclient} sa,punkshell_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.md kw,module {index.md module} punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.md kw,plugin {index.md plugin} punkshell doc/files/main.md kw,fileformat {index.md fileformat} punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.md sa,punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.md punkshell__project_changes(n) doc/files/project_changes.md kw,utility {index.md utility} launcher {index.md launcher} prompt {index.md prompt} punkshell_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.md sa,punkshell_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.md kw,ssh {index.md ssh} kw,arguments {index.md arguments} {punkshell package/module loading} doc/files/punk/_module_packagepreference-0.1.0.tm.md sa,punkshell_module_termscheme doc/files/_module_termscheme-0.1.0.tm.md sa,punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.md crossplatform {index.md crossplatform} punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.md {punk::sixel API} doc/files/punk/_module_sixel-0.1.0.tm.md alias {index.md alias} kw,filesystem {index.md filesystem} punkshell_module_punk::args::moduledoc::tzint doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.md sa,overtype_module_overtype doc/files/_module_overtype-1.6.6.tm.md shell {index.md shell} {assertion alternative to control::assert} doc/files/punk/_module_assertion-0.1.0.tm.md punkshell_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.md kw,package {index.md package} kw,parsing {index.md parsing} kw,toml {index.md toml} punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.1.tm.md kw,debug {index.md debug} punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.md {punk textblock functions} doc/files/_module_textblock-0.1.3.tm.md punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.md overtype_module_overtype doc/files/_module_overtype-1.6.6.tm.md punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.md overtype_module_overtype(0) doc/files/_module_overtype-1.6.6.tm.md sa,punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.md kw,faux {index.md faux} sa,punkshell_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.md frame {index.md frame} toml {index.md toml} sa,punkshell__project_intro(n) doc/files/project_intro.md kw,unofficial {index.md unofficial} encoding {index.md encoding} punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.md sa,punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tclcore doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md sa,punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.md sa,punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.md modpod_module_modpod(0) doc/files/_module_modpod-0.1.4.tm.md punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.md zip {index.md zip} {Module repl codethread} doc/files/punk/repl/_module_codethread-0.1.1.tm.md kw,BOM {index.md bom} faux {index.md faux} sa,punkshell_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.md sa,punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.md sa,punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.md {file line-handling utilities} doc/files/punk/_module_fileline-0.1.0.tm.md sa,punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.md module {index.md module} sa,punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.md plugin {index.md plugin} symlink {index.md symlink} unicode {index.md unicode} sa,punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.md kw,capability {index.md capability} sa,modpod_module_modpod doc/files/_module_modpod-0.1.4.tm.md kw,crossplatform {index.md crossplatform} punkshell_module_punk::pdf doc/files/punk/_module_pdf-0.1.0.tm.md punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.md {punkshell Changes} doc/files/project_changes.md sa,punkshell_module_punk::ubl doc/files/punk/_module_ubl-0.1.0.tm.md {punk::args definitions for tcl core commands} doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.md modpod_module_modpod doc/files/_module_modpod-0.1.4.tm.md sa,punkshell_module_punk::args::moduledoc::tclcore(0) doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.md {Introduction to punkshell} doc/files/project_intro.md punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.md sa,punkshell(n) doc/files/main.md punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.md punkshell_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.md sa,punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.md sa,punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.md {mime encodings related subset of tcllib mime} doc/files/punk/_module_encmime-0.1.0.tm.md punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.md punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.md kw,parse {index.md parse} sa,punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md tomlish_module_tomlish doc/files/_module_tomlish-1.1.4.tm.md sa,punkshell_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.md punkshell(n) doc/files/main.md kw,string {index.md string} ssh {index.md ssh} kw,file {index.md file} sa,punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.md punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.md punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.md sa,punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.md punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.md sa,punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.md punkshell_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.md {IMAP4 client} doc/files/punk/_module_imap4-0.9.tm.md punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.md sa,punkshell__project_changes doc/files/project_changes.md punkshell_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.md {dec commandset - project} doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md {kw,prompt theme} {index.md prompt_theme} kw,experimental {index.md experimental} punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.md sa,punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.md file {index.md file} configuration {index.md configuration} {args parsing} doc/files/punk/_module_args-0.2.tm.md punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.md sa,punkshell_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.md compatibility {index.md compatibility} encodings {index.md encodings} {Ansi string functions} doc/files/punk/_module_ansi-0.1.1.tm.md sa,punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.md sa,punkshell_module_punk::args::moduledoc::tkcore(0) doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md kw,assertion {index.md assertion} {scriptwrap polyglot tool} doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.md sa,overtype_module_overtype(0) doc/files/_module_overtype-1.6.6.tm.md {overtype text layout - ansi aware} doc/files/_module_overtype-1.6.6.tm.md kw,imap4 {index.md imap4} kw,repl {index.md repl} punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.md commandset {index.md commandset} kw,text {index.md text} punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md {Tcl procedures to execute tcl scripts in remote hosts} doc/files/punk/_module_sshrun-0.1.0.tm.md sa,tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.4.tm.md kw,scriptwrap {index.md scriptwrap} {filesystem islands for safe interps} doc/files/punk/_module_island-0.1.0.tm.md kw,protocol {index.md protocol} sa,punkshell_module_punk::args::moduledoc::tclcore doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md kw,theme {index.md theme} sa,modpod_module_modpod(0) doc/files/_module_modpod-0.1.4.tm.md punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.md repl {index.md repl} sa,punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.md punkshell_module_punk::args::moduledoc::tkcore doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md text {index.md text} BOM {index.md bom} sa,punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.md sa,punkshell_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.md kw,POSH {index.md posh} kw,console {index.md console} punkshell_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.md {character-set and unicode utilities} doc/files/punk/_module_char-0.1.0.tm.md punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.md string {index.md string} \ No newline at end of file diff --git a/src/embedded/md/doc/files/_module_argparsingtest-0.1.0.tm.md b/src/embedded/md/doc/files/_module_argparsingtest-0.1.0.tm.md index 71e7c31e..aa4fec0e 100644 --- a/src/embedded/md/doc/files/_module_argparsingtest-0.1.0.tm.md +++ b/src/embedded/md/doc/files/_module_argparsingtest-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_argparsingtest\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_dollarcent-1.1.tm.md b/src/embedded/md/doc/files/_module_dollarcent-1.1.tm.md new file mode 100644 index 00000000..b5424c39 --- /dev/null +++ b/src/embedded/md/doc/files/_module_dollarcent-1.1.tm.md @@ -0,0 +1,84 @@ + +[//000000001]: # (dollarcent\_module\_dollarcent \- \-) +[//000000002]: # (Generated from file '\_module\_dollarcent\-1\.1\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000003]: # (Copyright © 2025) +[//000000004]: # (dollarcent\_module\_dollarcent\(0\) 1\.1 doc "\-") + +
[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
+ +# NAME + +dollarcent\_module\_dollarcent \- Module API + +# Table Of Contents + + - [Table Of Contents](#toc) + + - [Synopsis](#synopsis) + + - [Description](#section1) + + - [Overview](#section2) + + - [Concepts](#subsection1) + + - [dependencies](#subsection2) + + - [API](#section3) + + - [Namespace dollarcent](#subsection3) + + - [Namespace dollarcent::lib](#subsection4) + + - [Internal](#section4) + + - [Namespace dollarcent::system](#subsection5) + + - [Keywords](#keywords) + + - [Copyright](#copyright) + +# SYNOPSIS + +package require dollarcent + +# DESCRIPTION + +\- + +# Overview + +overview of dollarcent + +## Concepts + +\- + +## dependencies + +packages used by dollarcent + + - __Tcl 8\.6\-__ + +# API + +## Namespace dollarcent + +Core API functions for dollarcent + +## Namespace dollarcent::lib + +# Internal + +## Namespace dollarcent::system + +# KEYWORDS + +[module](\.\./\.\./index\.md\#module) + +# COPYRIGHT + +Copyright © 2025 diff --git a/src/embedded/md/doc/files/_module_fauxlink-0.1.1.tm.md b/src/embedded/md/doc/files/_module_fauxlink-0.1.1.tm.md index bdb395f0..fbdc02ba 100644 --- a/src/embedded/md/doc/files/_module_fauxlink-0.1.1.tm.md +++ b/src/embedded/md/doc/files/_module_fauxlink-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (fauxlink\_module\_fauxlink\(0\) 0\.1\.1 doc "\.fauxlink \.fxlnk") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_modpod-0.1.3.tm.md b/src/embedded/md/doc/files/_module_modpod-0.1.3.tm.md index 68fe0550..c1e74c53 100644 --- a/src/embedded/md/doc/files/_module_modpod-0.1.3.tm.md +++ b/src/embedded/md/doc/files/_module_modpod-0.1.3.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (modpod\_module\_modpod\(0\) 0\.1\.3 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_modpod-0.1.2.tm.md b/src/embedded/md/doc/files/_module_modpod-0.1.4.tm.md similarity index 61% rename from src/embedded/md/doc/files/_module_modpod-0.1.2.tm.md rename to src/embedded/md/doc/files/_module_modpod-0.1.4.tm.md index 8ce2ade9..0f862bad 100644 --- a/src/embedded/md/doc/files/_module_modpod-0.1.2.tm.md +++ b/src/embedded/md/doc/files/_module_modpod-0.1.4.tm.md @@ -1,10 +1,11 @@ [//000000001]: # (modpod\_module\_modpod \- \-) -[//000000002]: # (Generated from file '\_module\_modpod\-0\.1\.2\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000002]: # (Generated from file '\_module\_modpod\-0\.1\.4\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2024) -[//000000004]: # (modpod\_module\_modpod\(0\) 0\.1\.2 doc "\-") +[//000000004]: # (modpod\_module\_modpod\(0\) 0\.1\.4 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
@@ -28,15 +29,13 @@ modpod\_module\_modpod \- Module API - [API](#section3) - - [Namespace modpod::class](#subsection3) + - [Namespace modpod](#subsection3) - - [Namespace modpod](#subsection4) - - - [Namespace modpod::lib](#subsection5) + - [Namespace modpod::lib](#subsection4) - [Internal](#section4) - - [Namespace modpod::system](#subsection6) + - [Namespace modpod::system](#subsection5) - [Keywords](#keywords) @@ -66,17 +65,15 @@ packages used by modpod # API -## Namespace modpod::class - -class definitions +## Namespace modpod -## Namespace modpod +Core API functions for modpod -## Namespace modpod::lib +## Namespace modpod::lib # Internal -## Namespace modpod::system +## Namespace modpod::system # KEYWORDS diff --git a/src/embedded/md/doc/files/_module_overtype-1.6.5.tm.md b/src/embedded/md/doc/files/_module_overtype-1.6.5.tm.md deleted file mode 100644 index f9da5d34..00000000 --- a/src/embedded/md/doc/files/_module_overtype-1.6.5.tm.md +++ /dev/null @@ -1,139 +0,0 @@ - -[//000000001]: # (overtype\_module\_overtype \- overtype text layout) -[//000000002]: # (Generated from file '\_module\_overtype\-1\.6\.5\.tm\.man' by tcllib/doctools with format 'markdown') -[//000000003]: # (Copyright © 2024) -[//000000004]: # (overtype\_module\_overtype\(0\) 1\.6\.5 doc "overtype text layout") - -
[ Main Table Of Contents | Table Of Contents | Keyword Index ]
- -# NAME - -overtype\_module\_overtype \- overtype text layout \- ansi aware - -# Table Of Contents - - - [Table Of Contents](#toc) - - - [Synopsis](#synopsis) - - - [Description](#section1) - - - [Overview](#section2) - - - [Concepts](#subsection1) - - - [dependencies](#subsection2) - - - [API](#section3) - - - [Namespace overtype](#subsection3) - - - [Keywords](#keywords) - - - [Copyright](#copyright) - -# SYNOPSIS - -package require overtype - -[__overtype::renderspace__ *args*](#1) -[__overtype::renderline__ *args*](#2) - -# DESCRIPTION - -\- - -# Overview - -overview of overtype - -## Concepts - -\- - -## dependencies - -packages used by overtype - - - __Tcl 8\.6__ - - - __textutil__ - - - __punk::ansi__ - - \- required to detect, split, strip and calculate lengths of text possibly - containing ansi codes - - - __punk::char__ - - \- box drawing \- and also unicode character width determination for proper - layout of text with double\-column\-width chars - -# API - -## Namespace overtype - -Core API functions for overtype - - - __overtype::renderspace__ *args* - - usage: ?\-transparent \[0|1\]? ?\-expand\_right \[1|0\]? ?\-ellipsis \[1|0\]? - ?\-ellipsistext \.\.\.? undertext overtext - - - __overtype::renderline__ *args* - - renderline is the core engine for overtype string processing \(frames & - textblocks\), and the raw mode commandline repl for the Tcl Punk Shell - - It is also a central part of an ansi \(micro\) virtual terminal\-emulator of - sorts - - This system does a half decent job at rendering 90's ANSI art to manipulable - colour text blocks that can be joined & framed for layout display within a - unix or windows terminal - - Renderline helps maintain ANSI text styling reset/replay codes so that the - styling of one block doesn't affect another\. - - Calling on the punk::ansi library \- it can coalesce codes to keep the size - down\. - - It is a giant mess of doing exactly what common wisdom says not to do\.\.\. - lots at once\. - - renderline is part of the Unicode and ANSI aware Overtype system which - 'renders' a block of text onto a static underlay - - The underlay is generally expected to be an ordered set of lines or a - rectangular text block analogous to a terminal screen \- but it can also be - ragged in line length, or just blank\. - - The overlay couuld be similar \- in which case it may often be used to - overwrite a column or section of the underlay\. - - The overlay could however be a sequence of ANSI\-laden text that jumps all - over the place\. - - renderline itself only deals with a single line \- or sometimes a single - character\. It is generally called from a loop that does further - terminal\-like or textblock processing\. - - By suppyling the \-info 1 option \- it can return various fields indicating - the state of the render\. - - The main 3 are the result, overflow\_right, and unapplied\. - - Renderline handles cursor movements from either keystrokes or ANSI sequences - but for a full system the aforementioned loop will need to be in place to - manage the set of lines under manipulation\. - -# KEYWORDS - -[ansi](\.\./\.\./index\.md\#ansi), [module](\.\./\.\./index\.md\#module), -[text](\.\./\.\./index\.md\#text) - -# COPYRIGHT - -Copyright © 2024 diff --git a/src/embedded/md/doc/files/_module_overtype-1.6.6.tm.md b/src/embedded/md/doc/files/_module_overtype-1.6.6.tm.md index c932680e..dd2af462 100644 --- a/src/embedded/md/doc/files/_module_overtype-1.6.6.tm.md +++ b/src/embedded/md/doc/files/_module_overtype-1.6.6.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (overtype\_module\_overtype\(0\) 1\.6\.6 doc "overtype text layout") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_picalc-0.1.0.tm.md b/src/embedded/md/doc/files/_module_picalc-0.1.0.tm.md index 85466ff3..1f9ab754 100644 --- a/src/embedded/md/doc/files/_module_picalc-0.1.0.tm.md +++ b/src/embedded/md/doc/files/_module_picalc-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_picalc \- \-) +[//000000001]: # (punkshell\_module\_picalc \- \-) [//000000002]: # (Generated from file '\_module\_picalc\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_picalc\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_picalc\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_picalc \- Module API +punkshell\_module\_picalc \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/_module_pipe-1.0.tm.md b/src/embedded/md/doc/files/_module_pipe-1.0.tm.md deleted file mode 100644 index b715336f..00000000 --- a/src/embedded/md/doc/files/_module_pipe-1.0.tm.md +++ /dev/null @@ -1,87 +0,0 @@ - -[//000000001]: # (shellspy\_module\_pipe \- \-) -[//000000002]: # (Generated from file '\_module\_pipe\-1\.0\.tm\.man' by tcllib/doctools with format 'markdown') -[//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_pipe\(0\) 1\.0 doc "\-") - -
[ Main Table Of Contents | Table Of Contents | Keyword Index ]
- -# NAME - -shellspy\_module\_pipe \- Module API - -# Table Of Contents - - - [Table Of Contents](#toc) - - - [Synopsis](#synopsis) - - - [Description](#section1) - - - [Overview](#section2) - - - [Concepts](#subsection1) - - - [dependencies](#subsection2) - - - [API](#section3) - - - [Namespace pipe::class](#subsection3) - - - [Namespace pipe](#subsection4) - - - [Namespace pipe::lib](#subsection5) - - - [Internal](#section4) - - - [Namespace pipe::system](#subsection6) - - - [Keywords](#keywords) - - - [Copyright](#copyright) - -# SYNOPSIS - -package require pipe - -# DESCRIPTION - -\- - -# Overview - -overview of pipe - -## Concepts - -\- - -## dependencies - -packages used by pipe - - - __Tcl 8\.6__ - -# API - -## Namespace pipe::class - -class definitions if \{ eq ""\} \{ \*\*\* \!doctools - -## Namespace pipe - -## Namespace pipe::lib - -# Internal - -## Namespace pipe::system - -# KEYWORDS - -[module](\.\./\.\./index\.md\#module) - -# COPYRIGHT - -Copyright © 2025 diff --git a/src/embedded/md/doc/files/_module_poshinfo-0.1.0.tm.md b/src/embedded/md/doc/files/_module_poshinfo-0.1.0.tm.md index 678bbd65..00ba9ad4 100644 --- a/src/embedded/md/doc/files/_module_poshinfo-0.1.0.tm.md +++ b/src/embedded/md/doc/files/_module_poshinfo-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_poshinfo\(0\) 0\.1\.0 doc "POSH\-related prompt tool") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_termscheme-0.1.0.tm.md b/src/embedded/md/doc/files/_module_termscheme-0.1.0.tm.md index 17f424d0..fbed02c0 100644 --- a/src/embedded/md/doc/files/_module_termscheme-0.1.0.tm.md +++ b/src/embedded/md/doc/files/_module_termscheme-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_termscheme \- \-) +[//000000001]: # (punkshell\_module\_termscheme \- \-) [//000000002]: # (Generated from file '\_module\_termscheme\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2024) -[//000000004]: # (shellspy\_module\_termscheme\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_termscheme\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_termscheme \- Module API +punkshell\_module\_termscheme \- Module API # Table Of Contents @@ -28,15 +29,13 @@ shellspy\_module\_termscheme \- Module API - [API](#section3) - - [Namespace termscheme::class](#subsection3) + - [Namespace termscheme](#subsection3) - - [Namespace termscheme](#subsection4) - - - [Namespace termscheme::lib](#subsection5) + - [Namespace termscheme::lib](#subsection4) - [Internal](#section4) - - [Namespace termscheme::system](#subsection6) + - [Namespace termscheme::system](#subsection5) - [Keywords](#keywords) @@ -66,17 +65,15 @@ packages used by termscheme # API -## Namespace termscheme::class - -class definitions if \{ eq ""\} \{ \*\*\* \!doctools +## Namespace termscheme -## Namespace termscheme +Core API functions for termscheme -## Namespace termscheme::lib +## Namespace termscheme::lib # Internal -## Namespace termscheme::system +## Namespace termscheme::system # KEYWORDS diff --git a/src/embedded/md/doc/files/_module_textblock-0.1.3.tm.md b/src/embedded/md/doc/files/_module_textblock-0.1.3.tm.md index 8490bad5..81803e66 100644 --- a/src/embedded/md/doc/files/_module_textblock-0.1.3.tm.md +++ b/src/embedded/md/doc/files/_module_textblock-0.1.3.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_textblock\(0\) 0\.1\.3 doc "punk textblock") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_tomlish-1.1.2.tm.md b/src/embedded/md/doc/files/_module_tomlish-1.1.2.tm.md index d581c0df..edff3145 100644 --- a/src/embedded/md/doc/files/_module_tomlish-1.1.2.tm.md +++ b/src/embedded/md/doc/files/_module_tomlish-1.1.2.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (tomlish\_module\_tomlish\(0\) 1\.1\.2 doc "tomlish") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_tomlish-1.1.3.tm.md b/src/embedded/md/doc/files/_module_tomlish-1.1.3.tm.md index 1895c102..5c5966c7 100644 --- a/src/embedded/md/doc/files/_module_tomlish-1.1.3.tm.md +++ b/src/embedded/md/doc/files/_module_tomlish-1.1.3.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (tomlish\_module\_tomlish\(0\) 1\.1\.3 doc "tomlish") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_tomlish-1.1.4.tm.md b/src/embedded/md/doc/files/_module_tomlish-1.1.4.tm.md index bc9d65c7..19b5d678 100644 --- a/src/embedded/md/doc/files/_module_tomlish-1.1.4.tm.md +++ b/src/embedded/md/doc/files/_module_tomlish-1.1.4.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (tomlish\_module\_tomlish\(0\) 1\.1\.4 doc "tomlish") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_tomlish-1.1.5.tm.md b/src/embedded/md/doc/files/_module_tomlish-1.1.5.tm.md index b58e64ca..90cdc73f 100644 --- a/src/embedded/md/doc/files/_module_tomlish-1.1.5.tm.md +++ b/src/embedded/md/doc/files/_module_tomlish-1.1.5.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (tomlish\_module\_tomlish\(0\) 1\.1\.5 doc "tomlish") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/_module_tomlish-1.1.6.tm.md b/src/embedded/md/doc/files/_module_tomlish-1.1.6.tm.md index eaf9a509..2f54369c 100644 --- a/src/embedded/md/doc/files/_module_tomlish-1.1.6.tm.md +++ b/src/embedded/md/doc/files/_module_tomlish-1.1.6.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (tomlish\_module\_tomlish\(0\) 1\.1\.6 doc "tomlish") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/main.md b/src/embedded/md/doc/files/main.md index aab0e196..67e06811 100644 --- a/src/embedded/md/doc/files/main.md +++ b/src/embedded/md/doc/files/main.md @@ -3,7 +3,8 @@ [//000000002]: # (Generated from file 'main\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (punkshell\(n\) 1 doc "punkshell \- a Tcl project") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/project_changes.md b/src/embedded/md/doc/files/project_changes.md index 58157ec8..83f6d5fe 100644 --- a/src/embedded/md/doc/files/project_changes.md +++ b/src/embedded/md/doc/files/project_changes.md @@ -3,7 +3,8 @@ [//000000002]: # (Generated from file 'project\_changes\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (punkshell\_\_project\_changes\(n\) 8 doc "punkshell \- a Tcl project") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/project_intro.md b/src/embedded/md/doc/files/project_intro.md index f0dc750a..d53ae149 100644 --- a/src/embedded/md/doc/files/project_intro.md +++ b/src/embedded/md/doc/files/project_intro.md @@ -3,7 +3,8 @@ [//000000002]: # (Generated from file 'project\_intro\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (punkshell\_\_project\_intro\(n\) 8 doc "punkshell \- a Tcl project") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_aliascore-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_aliascore-0.1.0.tm.md index 1d92c9d8..37ded797 100644 --- a/src/embedded/md/doc/files/punk/_module_aliascore-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_aliascore-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::aliascore\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_ansi-0.1.1.tm.md b/src/embedded/md/doc/files/punk/_module_ansi-0.1.1.tm.md index 17bd2fbb..0b92b7f4 100644 --- a/src/embedded/md/doc/files/punk/_module_ansi-0.1.1.tm.md +++ b/src/embedded/md/doc/files/punk/_module_ansi-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2023) [//000000004]: # (punkshell\_module\_punk::ansi\(0\) 0\.1\.1 doc "punk Ansi library") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_args-0.2.tm.md b/src/embedded/md/doc/files/punk/_module_args-0.2.tm.md index 3610ca02..8bbe96f6 100644 --- a/src/embedded/md/doc/files/punk/_module_args-0.2.tm.md +++ b/src/embedded/md/doc/files/punk/_module_args-0.2.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::args\(0\) 0\.2 doc "args to nested dict of opts and values") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_assertion-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_assertion-0.1.0.tm.md index 47c1fbb2..b1999c4d 100644 --- a/src/embedded/md/doc/files/punk/_module_assertion-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_assertion-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::assertion\(0\) 0\.1\.0 doc "per\-namespace assertions with ") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_basictelnet-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_basictelnet-0.1.0.tm.md index 447734d5..958b3a9e 100644 --- a/src/embedded/md/doc/files/punk/_module_basictelnet-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_basictelnet-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell::basictelnet\(0\) 0\.1\.0 doc "basic telnet client") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_blockletter-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_blockletter-0.1.0.tm.md index 79f9b337..33fb1498 100644 --- a/src/embedded/md/doc/files/punk/_module_blockletter-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_blockletter-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::blockletter\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_cap-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_cap-0.1.0.tm.md index 4128f9e6..2621c682 100644 --- a/src/embedded/md/doc/files/punk/_module_cap-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_cap-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2023 JMNoble \- BSD licensed) [//000000004]: # (punkshell\_module\_punk::cap\(0\) 0\.1\.0 doc "punk capabilities plugin system") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_cesu-0.1.1.tm.md b/src/embedded/md/doc/files/punk/_module_cesu-0.1.1.tm.md index 6a3a87fa..2c091d1e 100644 --- a/src/embedded/md/doc/files/punk/_module_cesu-0.1.1.tm.md +++ b/src/embedded/md/doc/files/punk/_module_cesu-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::cesu\(0\) 0\.1\.1 doc "CESU experimental") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_char-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_char-0.1.0.tm.md index be0237a2..c4faee19 100644 --- a/src/embedded/md/doc/files/punk/_module_char-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_char-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::char\(0\) 0\.1\.0 doc "character\-set nad unicode") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_console-0.1.1.tm.md b/src/embedded/md/doc/files/punk/_module_console-0.1.1.tm.md index a2f9124f..8ce967ba 100644 --- a/src/embedded/md/doc/files/punk/_module_console-0.1.1.tm.md +++ b/src/embedded/md/doc/files/punk/_module_console-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::console\(0\) 0\.1\.1 doc "punk console") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_encmime-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_encmime-0.1.0.tm.md index fd2b2655..fd1e9446 100644 --- a/src/embedded/md/doc/files/punk/_module_encmime-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_encmime-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::encmime\(0\) 0\.1\.0 doc "mime encoding names and aliases") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_experiment-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_experiment-0.1.0.tm.md index 15c5cdb7..c2e53d3c 100644 --- a/src/embedded/md/doc/files/punk/_module_experiment-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_experiment-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::experiment\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_fileline-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_fileline-0.1.0.tm.md index 903fe2a6..05927265 100644 --- a/src/embedded/md/doc/files/punk/_module_fileline-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_fileline-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::fileline\(0\) 0\.1\.0 doc "punk fileline") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_flib-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_flib-0.1.0.tm.md index fd1afb9d..5077fc30 100644 --- a/src/embedded/md/doc/files/punk/_module_flib-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_flib-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::flib\(0\) 0\.1\.0 doc "experimental pattern library") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_icomm-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_icomm-0.1.0.tm.md index bae657b4..ee6bd27e 100644 --- a/src/embedded/md/doc/files/punk/_module_icomm-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_icomm-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::icomm \- \-) +[//000000001]: # (punkshell\_module\_punk::icomm \- \-) [//000000002]: # (Generated from file '\_module\_icomm\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::icomm\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_punk::icomm\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::icomm \- Module API +punkshell\_module\_punk::icomm \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/_module_imap4-0.9.tm.md b/src/embedded/md/doc/files/punk/_module_imap4-0.9.tm.md index cda1c71b..04ed7437 100644 --- a/src/embedded/md/doc/files/punk/_module_imap4-0.9.tm.md +++ b/src/embedded/md/doc/files/punk/_module_imap4-0.9.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2025) [//000000004]: # (punkshell\_module\_punk::imap4\(0\) 0\.9 doc "IMAP4 client") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_island-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_island-0.1.0.tm.md index 7c2051bb..caa9f48b 100644 --- a/src/embedded/md/doc/files/punk/_module_island-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_island-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::island\(0\) 0\.1\.0 doc "punk::island for safe interps") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_lib-0.1.1.tm.md b/src/embedded/md/doc/files/punk/_module_lib-0.1.1.tm.md index 1fea86bb..202541dc 100644 --- a/src/embedded/md/doc/files/punk/_module_lib-0.1.1.tm.md +++ b/src/embedded/md/doc/files/punk/_module_lib-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::lib\(0\) 0\.1\.1 doc "punk library") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_lib-0.1.2.tm.md b/src/embedded/md/doc/files/punk/_module_lib-0.1.2.tm.md index b38f41f3..5d6bc9d1 100644 --- a/src/embedded/md/doc/files/punk/_module_lib-0.1.2.tm.md +++ b/src/embedded/md/doc/files/punk/_module_lib-0.1.2.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::lib\(0\) 0\.1\.2 doc "punk library") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_libunknown-0.1.tm.md b/src/embedded/md/doc/files/punk/_module_libunknown-0.1.tm.md index 4f475912..df545f1b 100644 --- a/src/embedded/md/doc/files/punk/_module_libunknown-0.1.tm.md +++ b/src/embedded/md/doc/files/punk/_module_libunknown-0.1.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::libunknown \- \-) +[//000000001]: # (punkshell\_module\_punk::libunknown \- \-) [//000000002]: # (Generated from file '\_module\_libunknown\-0\.1\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::libunknown\(0\) 0\.1 doc "\-") +[//000000004]: # (punkshell\_module\_punk::libunknown\(0\) 0\.1 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::libunknown \- Module API +punkshell\_module\_punk::libunknown \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/_module_netbox-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_netbox-0.1.0.tm.md index d74f6af5..7d367576 100644 --- a/src/embedded/md/doc/files/punk/_module_netbox-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_netbox-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::netbox \- \-) +[//000000001]: # (punkshell\_module\_punk::netbox \- \-) [//000000002]: # (Generated from file '\_module\_netbox\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::netbox\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_punk::netbox\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::netbox \- Module API +punkshell\_module\_punk::netbox \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/_module_packagepreference-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_packagepreference-0.1.0.tm.md index 92b2316f..c40a7330 100644 --- a/src/embedded/md/doc/files/punk/_module_packagepreference-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_packagepreference-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::packagepreference\(0\) 0\.1\.0 doc "package/module load") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_path-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_path-0.1.0.tm.md index f0a80f71..9d1fd8d1 100644 --- a/src/embedded/md/doc/files/punk/_module_path-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_path-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2023) [//000000004]: # (punkshell\_module\_punk::path\(0\) 0\.1\.0 doc "punk path filesystem utils") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_pcon-1.0.tm.md b/src/embedded/md/doc/files/punk/_module_pcon-1.0.tm.md index e6a31014..44286000 100644 --- a/src/embedded/md/doc/files/punk/_module_pcon-1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_pcon-1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::pcon \- \-) +[//000000001]: # (punkshell\_module\_punk::pcon \- \-) [//000000002]: # (Generated from file '\_module\_pcon\-1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::pcon\(0\) 1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_punk::pcon\(0\) 1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::pcon \- Module API +punkshell\_module\_punk::pcon \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/_module_pdf-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_pdf-0.1.0.tm.md new file mode 100644 index 00000000..0cf10ff4 --- /dev/null +++ b/src/embedded/md/doc/files/punk/_module_pdf-0.1.0.tm.md @@ -0,0 +1,76 @@ + +[//000000001]: # (punkshell\_module\_punk::pdf \- \-) +[//000000002]: # (Generated from file '\_module\_pdf\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000003]: # (Copyright © 2025) +[//000000004]: # (punkshell\_module\_punk::pdf\(0\) 0\.1\.0 doc "\-") + +
[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
+ +# NAME + +punkshell\_module\_punk::pdf \- Module API + +# Table Of Contents + + - [Table Of Contents](#toc) + + - [Synopsis](#synopsis) + + - [Description](#section1) + + - [Overview](#section2) + + - [Concepts](#subsection1) + + - [dependencies](#subsection2) + + - [API](#section3) + + - [Namespace punk::pdf](#subsection3) + + - [Namespace punk::pdf::lib](#subsection4) + + - [Keywords](#keywords) + + - [Copyright](#copyright) + +# SYNOPSIS + +package require punk::pdf + +# DESCRIPTION + +\- + +# Overview + +overview of punk::pdf + +## Concepts + +\- + +## dependencies + +packages used by punk::pdf + + - __Tcl 8\.6__ + +# API + +## Namespace punk::pdf + +Core API functions for punk::pdf + +## Namespace punk::pdf::lib + +# KEYWORDS + +[module](\.\./\.\./\.\./index\.md\#module) + +# COPYRIGHT + +Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/_module_pipe-1.0.tm.md b/src/embedded/md/doc/files/punk/_module_pipe-1.0.tm.md index 49ba065b..7e635055 100644 --- a/src/embedded/md/doc/files/punk/_module_pipe-1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_pipe-1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::pipe \- \-) +[//000000001]: # (punkshell\_module\_punk::pipe \- \-) [//000000002]: # (Generated from file '\_module\_pipe\-1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::pipe\(0\) 1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_punk::pipe\(0\) 1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::pipe \- Module API +punkshell\_module\_punk::pipe \- Module API # Table Of Contents @@ -28,15 +29,9 @@ shellspy\_module\_punk::pipe \- Module API - [API](#section3) - - [Namespace punk::pipe::class](#subsection3) + - [Namespace punk::pipe](#subsection3) - - [Namespace punk::pipe](#subsection4) - - - [Namespace punk::pipe::lib](#subsection5) - - - [Internal](#section4) - - - [Namespace punk::pipe::system](#subsection6) + - [Namespace punk::pipe::lib](#subsection4) - [Keywords](#keywords) @@ -66,17 +61,11 @@ packages used by punk::pipe # API -## Namespace punk::pipe::class - -class definitions if \{ eq ""\} \{ \*\*\* \!doctools - -## Namespace punk::pipe - -## Namespace punk::pipe::lib +## Namespace punk::pipe -# Internal +Core API functions for punk::pipe -## Namespace punk::pipe::system +## Namespace punk::pipe::lib # KEYWORDS diff --git a/src/embedded/md/doc/files/punk/_module_rest-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_rest-0.1.0.tm.md index 63e810ac..6f5a26fb 100644 --- a/src/embedded/md/doc/files/punk/_module_rest-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_rest-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::rest\(0\) 0\.1\.0 doc "experimental rest") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_safe-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_safe-0.1.0.tm.md index 73e35f7e..fc40e968 100644 --- a/src/embedded/md/doc/files/punk/_module_safe-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_safe-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::safe\(0\) 0\.1\.0 doc "punk::safe \- safebase interpreters") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_sixel-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_sixel-0.1.0.tm.md index 4be9231f..5d9add54 100644 --- a/src/embedded/md/doc/files/punk/_module_sixel-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_sixel-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::sixel\(0\) 0\.1\.0 doc "experimental sixel functions") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_sshrun-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_sshrun-0.1.0.tm.md index 2b2638a3..a9cb6691 100644 --- a/src/embedded/md/doc/files/punk/_module_sshrun-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_sshrun-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2009) [//000000004]: # (punkshell\_module\_punk::sshrun\(0\) 0\.1\.0 doc "punk::sshrun tclssh clone") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_trie-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_trie-0.1.0.tm.md index c8242292..98325df6 100644 --- a/src/embedded/md/doc/files/punk/_module_trie-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_trie-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2010) [//000000004]: # (punkshell\_module\_punk::trie\(0\) 0\.1\.0 doc "punk::trie") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_ubl-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_ubl-0.1.0.tm.md new file mode 100644 index 00000000..ce4c207b --- /dev/null +++ b/src/embedded/md/doc/files/punk/_module_ubl-0.1.0.tm.md @@ -0,0 +1,91 @@ + +[//000000001]: # (punkshell\_module\_punk::ubl \- \-) +[//000000002]: # (Generated from file '\_module\_ubl\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000003]: # (Copyright © 2025) +[//000000004]: # (punkshell\_module\_punk::ubl\(0\) 0\.1\.0 doc "\-") + +
[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
+ +# NAME + +punkshell\_module\_punk::ubl \- Module API + +# Table Of Contents + + - [Table Of Contents](#toc) + + - [Synopsis](#synopsis) + + - [Description](#section1) + + - [Overview](#section2) + + - [Concepts](#subsection1) + + - [dependencies](#subsection2) + + - [API](#section3) + + - [Namespace punk::ubl::class](#subsection3) + + - [Namespace punk::ubl](#subsection4) + + - [Namespace punk::ubl::lib](#subsection5) + + - [Internal](#section4) + + - [Namespace punk::ubl::system](#subsection6) + + - [Keywords](#keywords) + + - [Copyright](#copyright) + +# SYNOPSIS + +package require punk::ubl + +# DESCRIPTION + +Basic UBL + +https://docs\.oasis\-open\.org/ubl/os\-UBL\-2\.4/ \+\+ \+\+\+ \+\+\+ \+\+\+ \+\+\+ \+\+\+ \+\+\+ \+\+\+ \+\+\+ +\+\+\+ \+\+\+ + +# Overview + +overview of punk::ubl + +## Concepts + +\- + +## dependencies + +packages used by punk::ubl + + - __Tcl 8\.6__ + +# API + +## Namespace punk::ubl::class + +class definitions if \{ eq ""\} \{ \*\*\* \!doctools + +## Namespace punk::ubl + +## Namespace punk::ubl::lib + +# Internal + +## Namespace punk::ubl::system + +# KEYWORDS + +[module](\.\./\.\./\.\./index\.md\#module) + +# COPYRIGHT + +Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/_module_uc-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_uc-0.1.0.tm.md index fab7a726..93e197d7 100644 --- a/src/embedded/md/doc/files/punk/_module_uc-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_uc-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::uc\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_winlnk-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_winlnk-0.1.0.tm.md index a9c7af3b..9e8c6440 100644 --- a/src/embedded/md/doc/files/punk/_module_winlnk-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_winlnk-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::winlnk\(0\) 0\.1\.0 doc "punk::winlnk") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/_module_winshell-0.1.0.tm.md b/src/embedded/md/doc/files/punk/_module_winshell-0.1.0.tm.md index e0e216dd..89149651 100644 --- a/src/embedded/md/doc/files/punk/_module_winshell-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/_module_winshell-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::winshell \- \-) +[//000000001]: # (punkshell\_module\_punk::winshell \- \-) [//000000002]: # (Generated from file '\_module\_winshell\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::winshell\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_punk::winshell\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::winshell \- Module API +punkshell\_module\_punk::winshell \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/_module_zip-0.1.1.tm.md b/src/embedded/md/doc/files/punk/_module_zip-0.1.1.tm.md index 04410b09..95702eaa 100644 --- a/src/embedded/md/doc/files/punk/_module_zip-0.1.1.tm.md +++ b/src/embedded/md/doc/files/punk/_module_zip-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::zip\(0\) 0\.1\.1 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md b/src/embedded/md/doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md index 127f9cb6..054434c7 100644 --- a/src/embedded/md/doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/ansi/_module_colourmap-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_::punk::ansi::colourmap \- \-) +[//000000001]: # (punkshell\_module\_::punk::ansi::colourmap \- \-) [//000000002]: # (Generated from file '\_module\_colourmap\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_::punk::ansi::colourmap\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_::punk::ansi::colourmap\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_::punk::ansi::colourmap \- Module API +punkshell\_module\_::punk::ansi::colourmap \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/args/_module_tclcore-0.1.0.tm.md b/src/embedded/md/doc/files/punk/args/_module_tclcore-0.1.0.tm.md deleted file mode 100644 index 26552414..00000000 --- a/src/embedded/md/doc/files/punk/args/_module_tclcore-0.1.0.tm.md +++ /dev/null @@ -1,88 +0,0 @@ - -[//000000001]: # (punkshell\_module\_punk::args::tclcore \- tcl core argument definitions) -[//000000002]: # (Generated from file '\_module\_tclcore\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') -[//000000003]: # (Copyright © 2025) -[//000000004]: # (punkshell\_module\_punk::args::tclcore\(0\) 0\.1\.0 doc "tcl core argument definitions") - -
[ Main Table Of Contents | Table Of Contents | Keyword Index ]
- -# NAME - -punkshell\_module\_punk::args::tclcore \- punk::args definitions for tcl core -commands - -# Table Of Contents - - - [Table Of Contents](#toc) - - - [Synopsis](#synopsis) - - - [Description](#section1) - - - [Overview](#section2) - - - [Concepts](#subsection1) - - - [dependencies](#subsection2) - - - [API](#section3) - - - [Namespace punk::args::tclcore](#subsection3) - - - [Namespace punk::args::tclcore::lib](#subsection4) - - - [Internal](#section4) - - - [Namespace punk::args::tclcore::system](#subsection5) - - - [Keywords](#keywords) - - - [Copyright](#copyright) - -# SYNOPSIS - -package require punk::args::tclcore - -# DESCRIPTION - -\- - -# Overview - -overview of punk::args::tclcore - -## Concepts - -\- - -## dependencies - -packages used by punk::args::tclcore - - - __Tcl 8\.6__ - - - __punk::args__ - - - __textblock__ - -# API - -## Namespace punk::args::tclcore - -Core API functions for punk::args::tclcore - -## Namespace punk::args::tclcore::lib - -# Internal - -## Namespace punk::args::tclcore::system - -# KEYWORDS - -[module](\.\./\.\./\.\./\.\./index\.md\#module) - -# COPYRIGHT - -Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/args/_module_tkcore-0.1.0.tm.md b/src/embedded/md/doc/files/punk/args/_module_tkcore-0.1.0.tm.md deleted file mode 100644 index 0201c6b7..00000000 --- a/src/embedded/md/doc/files/punk/args/_module_tkcore-0.1.0.tm.md +++ /dev/null @@ -1,87 +0,0 @@ - -[//000000001]: # (shellspy\_module\_punk::args::tkcore \- \-) -[//000000002]: # (Generated from file '\_module\_tkcore\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') -[//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::args::tkcore\(0\) 0\.1\.0 doc "\-") - -
[ Main Table Of Contents | Table Of Contents | Keyword Index ]
- -# NAME - -shellspy\_module\_punk::args::tkcore \- Module API - -# Table Of Contents - - - [Table Of Contents](#toc) - - - [Synopsis](#synopsis) - - - [Description](#section1) - - - [Overview](#section2) - - - [Concepts](#subsection1) - - - [dependencies](#subsection2) - - - [API](#section3) - - - [Namespace punk::args::tkcore](#subsection3) - - - [Namespace punk::args::tkcore::lib](#subsection4) - - - [Internal](#section4) - - - [Namespace punk::args::tkcore::system](#subsection5) - - - [Keywords](#keywords) - - - [Copyright](#copyright) - -# SYNOPSIS - -package require punk::args::tkcore - -# DESCRIPTION - -\- - -# Overview - -overview of punk::args::tkcore - -## Concepts - -\- - -## dependencies - -packages used by punk::args::tkcore - - - __Tcl 8\.6__ - - - __punk::args__ - - - __textblock__ - -# API - -## Namespace punk::args::tkcore - -Core API functions for punk::args::tkcore - -## Namespace punk::args::tkcore::lib - -# Internal - -## Namespace punk::args::tkcore::system - -# KEYWORDS - -[module](\.\./\.\./\.\./\.\./index\.md\#module) - -# COPYRIGHT - -Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/args/_module_tzint-1.1.1.tm.md b/src/embedded/md/doc/files/punk/args/_module_tzint-1.1.1.tm.md deleted file mode 100644 index c4b46bdc..00000000 --- a/src/embedded/md/doc/files/punk/args/_module_tzint-1.1.1.tm.md +++ /dev/null @@ -1,71 +0,0 @@ - -[//000000001]: # (shellspy\_module\_punk::args::tzint \- \-) -[//000000002]: # (Generated from file '\_module\_tzint\-1\.1\.1\.tm\.man' by tcllib/doctools with format 'markdown') -[//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::args::tzint\(0\) 1\.1\.1 doc "\-") - -
[ Main Table Of Contents | Table Of Contents | Keyword Index ]
- -# NAME - -shellspy\_module\_punk::args::tzint \- Module API - -# Table Of Contents - - - [Table Of Contents](#toc) - - - [Synopsis](#synopsis) - - - [Description](#section1) - - - [Overview](#section2) - - - [Concepts](#subsection1) - - - [dependencies](#subsection2) - - - [API](#section3) - - - [Namespace punk::args::tzint](#subsection3) - - - [Keywords](#keywords) - - - [Copyright](#copyright) - -# SYNOPSIS - -package require punk::args::tzint - -# DESCRIPTION - -\- - -# Overview - -overview of punk::args::tzint - -## Concepts - -\- - -## dependencies - -packages used by punk::args::tzint - - - __Tcl 8\.6__ - -# API - -## Namespace punk::args::tzint - -Core API functions for punk::args::tzint - -# KEYWORDS - -[module](\.\./\.\./\.\./\.\./index\.md\#module) - -# COPYRIGHT - -Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md b/src/embedded/md/doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md new file mode 100644 index 00000000..dad8c80f --- /dev/null +++ b/src/embedded/md/doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.md @@ -0,0 +1,93 @@ + +[//000000001]: # (punkshell\_module\_punk::args::moduledoc::tclcore \- tcl core argument definitions) +[//000000002]: # (Generated from file '\_module\_tclcore\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000003]: # (Copyright © 2025) +[//000000004]: # (punkshell\_module\_punk::args::moduledoc::tclcore\(0\) 0\.1\.0 doc "tcl core argument definitions") + +
[ Home | +Main Table Of Contents | Table Of Contents | Keyword Index ]
+ +# NAME + +punkshell\_module\_punk::args::moduledoc::tclcore \- punk::args definitions for tcl +core commands + +# Table Of Contents + + - [Table Of Contents](#toc) + + - [Synopsis](#synopsis) + + - [Description](#section1) + + - [Overview](#section2) + + - [Concepts](#subsection1) + + - [dependencies](#subsection2) + + - [API](#section3) + + - [Namespace punk::args::moduledoc::tclcore::argdoc](#subsection3) + + - [Namespace punk::args::moduledoc::tclcore](#subsection4) + + - [Namespace punk::args::moduledoc::tclcore::lib](#subsection5) + + - [Keywords](#keywords) + + - [Copyright](#copyright) + +# SYNOPSIS + +package require punk::args::moduledoc::tclcore + +# DESCRIPTION + +\- + +# Overview + +overview of punk::args::moduledoc::tclcore + +## Concepts + +This is a punk::args module documentation package\. + +It provides punk::args definitions for core Tcl commands, + +## dependencies + +packages used by punk::args::moduledoc::tclcore + + - __Tcl 8\.6__ + + - __punk::args__ + + - __punk::ansi__ + + - __textblock__ + +# API + +## Namespace punk::args::moduledoc::tclcore::argdoc + +This is the main documentation namespace where calls to punk::args::define are +made, and definitions are added to the +punk::args::moduledoc::tclcore::argdoc::PUNKARGS variable\. + +Some utility functions exist here for use in the definitions\. + +## Namespace punk::args::moduledoc::tclcore + +## Namespace punk::args::moduledoc::tclcore::lib + +# KEYWORDS + +[module](\.\./\.\./\.\./\.\./\.\./index\.md\#module) + +# COPYRIGHT + +Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md b/src/embedded/md/doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md new file mode 100644 index 00000000..d59ac096 --- /dev/null +++ b/src/embedded/md/doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.md @@ -0,0 +1,80 @@ + +[//000000001]: # (punkshell\_module\_punk::args::moduledoc::tkcore \- \-) +[//000000002]: # (Generated from file '\_module\_tkcore\-0\.1\.1\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000003]: # (Copyright © 2025) +[//000000004]: # (punkshell\_module\_punk::args::moduledoc::tkcore\(0\) 0\.1\.1 doc "\-") + +
[ Home | +Main Table Of Contents | Table Of Contents | Keyword Index ]
+ +# NAME + +punkshell\_module\_punk::args::moduledoc::tkcore \- Module API + +# Table Of Contents + + - [Table Of Contents](#toc) + + - [Synopsis](#synopsis) + + - [Description](#section1) + + - [Overview](#section2) + + - [Concepts](#subsection1) + + - [dependencies](#subsection2) + + - [API](#section3) + + - [Namespace punk::args::moduledoc::tkcore](#subsection3) + + - [Namespace punk::args::moduledoc::tkcore::lib](#subsection4) + + - [Keywords](#keywords) + + - [Copyright](#copyright) + +# SYNOPSIS + +package require punk::args::moduledoc::tkcore + +# DESCRIPTION + +\- + +# Overview + +overview of punk::args::moduledoc::tkcore + +## Concepts + +\- + +## dependencies + +packages used by punk::args::moduledoc::tkcore + + - __Tcl 8\.6__ + + - __punk::args__ + + - __textblock__ + +# API + +## Namespace punk::args::moduledoc::tkcore + +Core API functions for punk::args::moduledoc::tkcore + +## Namespace punk::args::moduledoc::tkcore::lib + +# KEYWORDS + +[module](\.\./\.\./\.\./\.\./\.\./index\.md\#module) + +# COPYRIGHT + +Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md b/src/embedded/md/doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md new file mode 100644 index 00000000..3bfdfff7 --- /dev/null +++ b/src/embedded/md/doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.md @@ -0,0 +1,72 @@ + +[//000000001]: # (punkshell\_module\_punk::args::moduledoc::tzint \- \-) +[//000000002]: # (Generated from file '\_module\_tzint\-1\.1\.1\.tm\.man' by tcllib/doctools with format 'markdown') +[//000000003]: # (Copyright © 2025) +[//000000004]: # (punkshell\_module\_punk::args::moduledoc::tzint\(0\) 1\.1\.1 doc "\-") + +
[ Home | +Main Table Of Contents | Table Of Contents | Keyword Index ]
+ +# NAME + +punkshell\_module\_punk::args::moduledoc::tzint \- Module API + +# Table Of Contents + + - [Table Of Contents](#toc) + + - [Synopsis](#synopsis) + + - [Description](#section1) + + - [Overview](#section2) + + - [Concepts](#subsection1) + + - [dependencies](#subsection2) + + - [API](#section3) + + - [Namespace punk::args::moduledoc::tzint](#subsection3) + + - [Keywords](#keywords) + + - [Copyright](#copyright) + +# SYNOPSIS + +package require punk::args::moduledoc::tzint + +# DESCRIPTION + +\- + +# Overview + +overview of punk::args::moduledoc::tzint + +## Concepts + +\- + +## dependencies + +packages used by punk::args::moduledoc::tzint + + - __Tcl 8\.6__ + +# API + +## Namespace punk::args::moduledoc::tzint + +Core API functions for punk::args::moduledoc::tzint + +# KEYWORDS + +[module](\.\./\.\./\.\./\.\./\.\./index\.md\#module) + +# COPYRIGHT + +Copyright © 2025 diff --git a/src/embedded/md/doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md b/src/embedded/md/doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md index 74a34308..62550ff2 100644 --- a/src/embedded/md/doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/mix/commandset/_module_project-0.1.0.tm.md @@ -4,8 +4,9 @@ [//000000003]: # (Copyright © 2023) [//000000004]: # (punkshell\_module\_punk::mix::commandset::project\(0\) 0\.1\.0 doc "deck CLI commandset \- project") -
[ Main Table Of Contents | -Table Of Contents | [ Home | +Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME diff --git a/src/embedded/md/doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md b/src/embedded/md/doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md index ff1b0c50..e70c3a15 100644 --- a/src/embedded/md/doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.md @@ -4,8 +4,9 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_scriptwrap\(0\) 0\.1\.0 doc "scriptwrap tool") -
[ Main Table Of Contents | -Table Of Contents | [ Home | +Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME diff --git a/src/embedded/md/doc/files/punk/nav/_module_fs-0.1.0.tm.md b/src/embedded/md/doc/files/punk/nav/_module_fs-0.1.0.tm.md index 35abe9e6..72ef6ce5 100644 --- a/src/embedded/md/doc/files/punk/nav/_module_fs-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/nav/_module_fs-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::nav::fs\(0\) 0\.1\.0 doc "fs nav") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/netbox/_module_man-0.1.0.tm.md b/src/embedded/md/doc/files/punk/netbox/_module_man-0.1.0.tm.md index d048242e..de69c8c9 100644 --- a/src/embedded/md/doc/files/punk/netbox/_module_man-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/netbox/_module_man-0.1.0.tm.md @@ -1,16 +1,17 @@ -[//000000001]: # (shellspy\_module\_punk::netbox::man \- \-) +[//000000001]: # (punkshell\_module\_punk::netbox::man \- \-) [//000000002]: # (Generated from file '\_module\_man\-0\.1\.0\.tm\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2025) -[//000000004]: # (shellspy\_module\_punk::netbox::man\(0\) 0\.1\.0 doc "\-") +[//000000004]: # (punkshell\_module\_punk::netbox::man\(0\) 0\.1\.0 doc "\-") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
# NAME -shellspy\_module\_punk::netbox::man \- Module API +punkshell\_module\_punk::netbox::man \- Module API # Table Of Contents diff --git a/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.0.tm.md b/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.0.tm.md index 4e7f0d92..7bc22d64 100644 --- a/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.0.tm.md +++ b/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.0.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::repl::codethread\(0\) 0\.1\.0 doc "codethread for repl \- root interpreter") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.1.tm.md b/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.1.tm.md index 302e8311..66053256 100644 --- a/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.1.tm.md +++ b/src/embedded/md/doc/files/punk/repl/_module_codethread-0.1.1.tm.md @@ -4,7 +4,8 @@ [//000000003]: # (Copyright © 2024) [//000000004]: # (punkshell\_module\_punk::repl::codethread\(0\) 0\.1\.1 doc "codethread for repl \- root interpreter") -
[ Main Table Of Contents | [ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/md/doc/toc.md b/src/embedded/md/doc/toc.md index ccdd9be1..0b2cb435 100644 --- a/src/embedded/md/doc/toc.md +++ b/src/embedded/md/doc/toc.md @@ -3,16 +3,16 @@ # Table Of Contents \-\- doc + - [dollarcent\_module\_dollarcent](doc/files/\_module\_dollarcent\-1\.1\.tm\.md) Module API + - [fauxlink\_module\_fauxlink](doc/files/\_module\_fauxlink\-0\.1\.1\.tm\.md) faux link application shortcuts - [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.3\.tm\.md) Module API - - [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.2\.tm\.md) Module API + - [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.4\.tm\.md) Module API - [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) overtype text layout \- ansi aware - - [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.5\.tm\.md) overtype text layout \- ansi aware - - [punkshell](doc/files/main\.md) punkshell \- Core - [punkshell::basictelnet](doc/files/punk/\_module\_basictelnet\-0\.1\.0\.tm\.md) basic telnet client \- DKF/Wiki @@ -21,8 +21,12 @@ - [punkshell\_\_project\_intro](doc/files/project\_intro\.md) Introduction to punkshell + - [punkshell\_module\_::punk::ansi::colourmap](doc/files/punk/ansi/\_module\_colourmap\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_argparsingtest](doc/files/\_module\_argparsingtest\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_picalc](doc/files/\_module\_picalc\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_poshinfo](doc/files/\_module\_poshinfo\-0\.1\.0\.tm\.md) poshinfo prompt theme tool - [punkshell\_module\_punk::aliascore](doc/files/punk/\_module\_aliascore\-0\.1\.0\.tm\.md) punkshell command aliases @@ -31,7 +35,11 @@ - [punkshell\_module\_punk::args](doc/files/punk/\_module\_args\-0\.2\.tm\.md) args parsing - - [punkshell\_module\_punk::args::tclcore](doc/files/punk/args/\_module\_tclcore\-0\.1\.0\.tm\.md) punk::args definitions for tcl core commands + - [punkshell\_module\_punk::args::moduledoc::tclcore](doc/files/punk/args/moduledoc/\_module\_tclcore\-0\.1\.0\.tm\.md) punk::args definitions for tcl core commands + + - [punkshell\_module\_punk::args::moduledoc::tkcore](doc/files/punk/args/moduledoc/\_module\_tkcore\-0\.1\.1\.tm\.md) Module API + + - [punkshell\_module\_punk::args::moduledoc::tzint](doc/files/punk/args/moduledoc/\_module\_tzint\-1\.1\.1\.tm\.md) Module API - [punkshell\_module\_punk::assertion](doc/files/punk/\_module\_assertion\-0\.1\.0\.tm\.md) assertion alternative to control::assert @@ -53,6 +61,8 @@ - [punkshell\_module\_punk::flib](doc/files/punk/\_module\_flib\-0\.1\.0\.tm\.md) flib experimental + - [punkshell\_module\_punk::icomm](doc/files/punk/\_module\_icomm\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::imap4](doc/files/punk/\_module\_imap4\-0\.9\.tm\.md) IMAP4 client - [punkshell\_module\_punk::island](doc/files/punk/\_module\_island\-0\.1\.0\.tm\.md) filesystem islands for safe interps @@ -61,14 +71,26 @@ - [punkshell\_module\_punk::lib](doc/files/punk/\_module\_lib\-0\.1\.1\.tm\.md) punk general utility functions + - [punkshell\_module\_punk::libunknown](doc/files/punk/\_module\_libunknown\-0\.1\.tm\.md) Module API + - [punkshell\_module\_punk::mix::commandset::project](doc/files/punk/mix/commandset/\_module\_project\-0\.1\.0\.tm\.md) dec commandset \- project - [punkshell\_module\_punk::nav::fs](doc/files/punk/nav/\_module\_fs\-0\.1\.0\.tm\.md) punk::nav::fs console filesystem navigation + - [punkshell\_module\_punk::netbox](doc/files/punk/\_module\_netbox\-0\.1\.0\.tm\.md) Module API + + - [punkshell\_module\_punk::netbox::man](doc/files/punk/netbox/\_module\_man\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::packagepreference](doc/files/punk/\_module\_packagepreference\-0\.1\.0\.tm\.md) punkshell package/module loading - [punkshell\_module\_punk::path](doc/files/punk/\_module\_path\-0\.1\.0\.tm\.md) Filesystem path utilities + - [punkshell\_module\_punk::pcon](doc/files/punk/\_module\_pcon\-1\.0\.tm\.md) Module API + + - [punkshell\_module\_punk::pdf](doc/files/punk/\_module\_pdf\-0\.1\.0\.tm\.md) Module API + + - [punkshell\_module\_punk::pipe](doc/files/punk/\_module\_pipe\-1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.0\.tm\.md) Module repl codethread - [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.1\.tm\.md) Module repl codethread @@ -83,41 +105,21 @@ - [punkshell\_module\_punk::trie](doc/files/punk/\_module\_trie\-0\.1\.0\.tm\.md) punk::trie API + - [punkshell\_module\_punk::ubl](doc/files/punk/\_module\_ubl\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::uc](doc/files/punk/\_module\_uc\-0\.1\.0\.tm\.md) Module API - [punkshell\_module\_punk::winlnk](doc/files/punk/\_module\_winlnk\-0\.1\.0\.tm\.md) windows shortcut \.lnk library + - [punkshell\_module\_punk::winshell](doc/files/punk/\_module\_winshell\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::zip](doc/files/punk/\_module\_zip\-0\.1\.1\.tm\.md) Module API - [punkshell\_module\_scriptwrap](doc/files/punk/mix/commandset/\_module\_scriptwrap\-0\.1\.0\.tm\.md) scriptwrap polyglot tool - - [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md) punk textblock functions - - - [shellspy\_module\_::punk::ansi::colourmap](doc/files/punk/ansi/\_module\_colourmap\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_picalc](doc/files/\_module\_picalc\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_pipe](doc/files/\_module\_pipe\-1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::args::tkcore](doc/files/punk/args/\_module\_tkcore\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::args::tzint](doc/files/punk/args/\_module\_tzint\-1\.1\.1\.tm\.md) Module API - - - [shellspy\_module\_punk::icomm](doc/files/punk/\_module\_icomm\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_termscheme](doc/files/\_module\_termscheme\-0\.1\.0\.tm\.md) Module API - - [shellspy\_module\_punk::libunknown](doc/files/punk/\_module\_libunknown\-0\.1\.tm\.md) Module API - - - [shellspy\_module\_punk::netbox](doc/files/punk/\_module\_netbox\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::netbox::man](doc/files/punk/netbox/\_module\_man\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::pcon](doc/files/punk/\_module\_pcon\-1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::pipe](doc/files/punk/\_module\_pipe\-1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::winshell](doc/files/punk/\_module\_winshell\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_termscheme](doc/files/\_module\_termscheme\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md) punk textblock functions - [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.3\.tm\.md) tomlish toml parser diff --git a/src/embedded/md/index.md b/src/embedded/md/index.md index a60271f3..9e56ae98 100644 --- a/src/embedded/md/index.md +++ b/src/embedded/md/index.md @@ -14,7 +14,7 @@ ||| |---|---| |alias|[punkshell\_module\_punk::aliascore](doc/files/punk/\_module\_aliascore\-0\.1\.0\.tm\.md)| -|ansi|[overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) · [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.5\.tm\.md) · [punkshell\_module\_punk::ansi](doc/files/punk/\_module\_ansi\-0\.1\.1\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md)| +|ansi|[overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) · [punkshell\_module\_punk::ansi](doc/files/punk/\_module\_ansi\-0\.1\.1\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md)| |args|[punkshell\_module\_punk::args](doc/files/punk/\_module\_args\-0\.2\.tm\.md)| |arguments|[punkshell\_module\_punk::args](doc/files/punk/\_module\_args\-0\.2\.tm\.md)| |assert|[punkshell\_module\_punk::assertion](doc/files/punk/\_module\_assertion\-0\.1\.0\.tm\.md)| @@ -105,7 +105,7 @@ |---|---| |mail|[punkshell\_module\_punk::imap4](doc/files/punk/\_module\_imap4\-0\.9\.tm\.md)| |mailclient|[punkshell\_module\_punk::imap4](doc/files/punk/\_module\_imap4\-0\.9\.tm\.md)| -|module|[modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.3\.tm\.md) · [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.2\.tm\.md) · [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) · [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.5\.tm\.md) · [punkshell::basictelnet](doc/files/punk/\_module\_basictelnet\-0\.1\.0\.tm\.md) · [punkshell\_module\_argparsingtest](doc/files/\_module\_argparsingtest\-0\.1\.0\.tm\.md) · [punkshell\_module\_poshinfo](doc/files/\_module\_poshinfo\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::aliascore](doc/files/punk/\_module\_aliascore\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::ansi](doc/files/punk/\_module\_ansi\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::args](doc/files/punk/\_module\_args\-0\.2\.tm\.md) · [punkshell\_module\_punk::args::tclcore](doc/files/punk/args/\_module\_tclcore\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::assertion](doc/files/punk/\_module\_assertion\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::blockletter](doc/files/punk/\_module\_blockletter\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::cap](doc/files/punk/\_module\_cap\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::cesu](doc/files/punk/\_module\_cesu\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::char](doc/files/punk/\_module\_char\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::console](doc/files/punk/\_module\_console\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::encmime](doc/files/punk/\_module\_encmime\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::experiment](doc/files/punk/\_module\_experiment\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::fileline](doc/files/punk/\_module\_fileline\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::flib](doc/files/punk/\_module\_flib\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::imap4](doc/files/punk/\_module\_imap4\-0\.9\.tm\.md) · [punkshell\_module\_punk::island](doc/files/punk/\_module\_island\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::lib](doc/files/punk/\_module\_lib\-0\.1\.2\.tm\.md) · [punkshell\_module\_punk::lib](doc/files/punk/\_module\_lib\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::nav::fs](doc/files/punk/nav/\_module\_fs\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::packagepreference](doc/files/punk/\_module\_packagepreference\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::path](doc/files/punk/\_module\_path\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::rest](doc/files/punk/\_module\_rest\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::safe](doc/files/punk/\_module\_safe\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::sixel](doc/files/punk/\_module\_sixel\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::sshrun](doc/files/punk/\_module\_sshrun\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::trie](doc/files/punk/\_module\_trie\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::uc](doc/files/punk/\_module\_uc\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::winlnk](doc/files/punk/\_module\_winlnk\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::zip](doc/files/punk/\_module\_zip\-0\.1\.1\.tm\.md) · [punkshell\_module\_scriptwrap](doc/files/punk/mix/commandset/\_module\_scriptwrap\-0\.1\.0\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md) · [shellspy\_module\_::punk::ansi::colourmap](doc/files/punk/ansi/\_module\_colourmap\-0\.1\.0\.tm\.md) · [shellspy\_module\_picalc](doc/files/\_module\_picalc\-0\.1\.0\.tm\.md) · [shellspy\_module\_pipe](doc/files/\_module\_pipe\-1\.0\.tm\.md) · [shellspy\_module\_punk::args::tkcore](doc/files/punk/args/\_module\_tkcore\-0\.1\.0\.tm\.md) · [shellspy\_module\_punk::args::tzint](doc/files/punk/args/\_module\_tzint\-1\.1\.1\.tm\.md) · [shellspy\_module\_punk::icomm](doc/files/punk/\_module\_icomm\-0\.1\.0\.tm\.md) · [shellspy\_module\_punk::libunknown](doc/files/punk/\_module\_libunknown\-0\.1\.tm\.md) · [shellspy\_module\_punk::netbox](doc/files/punk/\_module\_netbox\-0\.1\.0\.tm\.md) · [shellspy\_module\_punk::netbox::man](doc/files/punk/netbox/\_module\_man\-0\.1\.0\.tm\.md) · [shellspy\_module\_punk::pcon](doc/files/punk/\_module\_pcon\-1\.0\.tm\.md) · [shellspy\_module\_punk::pipe](doc/files/punk/\_module\_pipe\-1\.0\.tm\.md) · [shellspy\_module\_punk::winshell](doc/files/punk/\_module\_winshell\-0\.1\.0\.tm\.md) · [shellspy\_module\_termscheme](doc/files/\_module\_termscheme\-0\.1\.0\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.3\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.2\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.6\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.5\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.4\.tm\.md)| +|module|[dollarcent\_module\_dollarcent](doc/files/\_module\_dollarcent\-1\.1\.tm\.md) · [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.3\.tm\.md) · [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.4\.tm\.md) · [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) · [punkshell::basictelnet](doc/files/punk/\_module\_basictelnet\-0\.1\.0\.tm\.md) · [punkshell\_module\_::punk::ansi::colourmap](doc/files/punk/ansi/\_module\_colourmap\-0\.1\.0\.tm\.md) · [punkshell\_module\_argparsingtest](doc/files/\_module\_argparsingtest\-0\.1\.0\.tm\.md) · [punkshell\_module\_picalc](doc/files/\_module\_picalc\-0\.1\.0\.tm\.md) · [punkshell\_module\_poshinfo](doc/files/\_module\_poshinfo\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::aliascore](doc/files/punk/\_module\_aliascore\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::ansi](doc/files/punk/\_module\_ansi\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::args](doc/files/punk/\_module\_args\-0\.2\.tm\.md) · [punkshell\_module\_punk::args::moduledoc::tclcore](doc/files/punk/args/moduledoc/\_module\_tclcore\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::args::moduledoc::tkcore](doc/files/punk/args/moduledoc/\_module\_tkcore\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::args::moduledoc::tzint](doc/files/punk/args/moduledoc/\_module\_tzint\-1\.1\.1\.tm\.md) · [punkshell\_module\_punk::assertion](doc/files/punk/\_module\_assertion\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::blockletter](doc/files/punk/\_module\_blockletter\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::cap](doc/files/punk/\_module\_cap\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::cesu](doc/files/punk/\_module\_cesu\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::char](doc/files/punk/\_module\_char\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::console](doc/files/punk/\_module\_console\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::encmime](doc/files/punk/\_module\_encmime\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::experiment](doc/files/punk/\_module\_experiment\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::fileline](doc/files/punk/\_module\_fileline\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::flib](doc/files/punk/\_module\_flib\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::icomm](doc/files/punk/\_module\_icomm\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::imap4](doc/files/punk/\_module\_imap4\-0\.9\.tm\.md) · [punkshell\_module\_punk::island](doc/files/punk/\_module\_island\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::lib](doc/files/punk/\_module\_lib\-0\.1\.2\.tm\.md) · [punkshell\_module\_punk::lib](doc/files/punk/\_module\_lib\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::libunknown](doc/files/punk/\_module\_libunknown\-0\.1\.tm\.md) · [punkshell\_module\_punk::nav::fs](doc/files/punk/nav/\_module\_fs\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::netbox](doc/files/punk/\_module\_netbox\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::netbox::man](doc/files/punk/netbox/\_module\_man\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::packagepreference](doc/files/punk/\_module\_packagepreference\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::path](doc/files/punk/\_module\_path\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::pcon](doc/files/punk/\_module\_pcon\-1\.0\.tm\.md) · [punkshell\_module\_punk::pdf](doc/files/punk/\_module\_pdf\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::pipe](doc/files/punk/\_module\_pipe\-1\.0\.tm\.md) · [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::rest](doc/files/punk/\_module\_rest\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::safe](doc/files/punk/\_module\_safe\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::sixel](doc/files/punk/\_module\_sixel\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::sshrun](doc/files/punk/\_module\_sshrun\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::trie](doc/files/punk/\_module\_trie\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::ubl](doc/files/punk/\_module\_ubl\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::uc](doc/files/punk/\_module\_uc\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::winlnk](doc/files/punk/\_module\_winlnk\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::winshell](doc/files/punk/\_module\_winshell\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::zip](doc/files/punk/\_module\_zip\-0\.1\.1\.tm\.md) · [punkshell\_module\_scriptwrap](doc/files/punk/mix/commandset/\_module\_scriptwrap\-0\.1\.0\.tm\.md) · [punkshell\_module\_termscheme](doc/files/\_module\_termscheme\-0\.1\.0\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.3\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.2\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.6\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.5\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.4\.tm\.md)| #### Keywords: P @@ -152,7 +152,7 @@ |table|[punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md)| |telnet|[punkshell::basictelnet](doc/files/punk/\_module\_basictelnet\-0\.1\.0\.tm\.md)| |terminal|[punkshell::basictelnet](doc/files/punk/\_module\_basictelnet\-0\.1\.0\.tm\.md) · [punkshell\_module\_poshinfo](doc/files/\_module\_poshinfo\-0\.1\.0\.tm\.md) · [punkshell\_module\_punk::ansi](doc/files/punk/\_module\_ansi\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::console](doc/files/punk/\_module\_console\-0\.1\.1\.tm\.md) · [punkshell\_module\_punk::nav::fs](doc/files/punk/nav/\_module\_fs\-0\.1\.0\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md)| -|text|[overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) · [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.5\.tm\.md) · [punkshell\_module\_punk::fileline](doc/files/punk/\_module\_fileline\-0\.1\.0\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md)| +|text|[overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) · [punkshell\_module\_punk::fileline](doc/files/punk/\_module\_fileline\-0\.1\.0\.tm\.md) · [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md)| |theme|[punkshell\_module\_poshinfo](doc/files/\_module\_poshinfo\-0\.1\.0\.tm\.md)| |toml|[fauxlink\_module\_fauxlink](doc/files/\_module\_fauxlink\-0\.1\.1\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.3\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.2\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.6\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.5\.tm\.md) · [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.4\.tm\.md)| |trie|[punkshell\_module\_punk::trie](doc/files/punk/\_module\_trie\-0\.1\.0\.tm\.md)| diff --git a/src/embedded/md/toc.md b/src/embedded/md/toc.md index ccdd9be1..0b2cb435 100644 --- a/src/embedded/md/toc.md +++ b/src/embedded/md/toc.md @@ -3,16 +3,16 @@ # Table Of Contents \-\- doc + - [dollarcent\_module\_dollarcent](doc/files/\_module\_dollarcent\-1\.1\.tm\.md) Module API + - [fauxlink\_module\_fauxlink](doc/files/\_module\_fauxlink\-0\.1\.1\.tm\.md) faux link application shortcuts - [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.3\.tm\.md) Module API - - [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.2\.tm\.md) Module API + - [modpod\_module\_modpod](doc/files/\_module\_modpod\-0\.1\.4\.tm\.md) Module API - [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.6\.tm\.md) overtype text layout \- ansi aware - - [overtype\_module\_overtype](doc/files/\_module\_overtype\-1\.6\.5\.tm\.md) overtype text layout \- ansi aware - - [punkshell](doc/files/main\.md) punkshell \- Core - [punkshell::basictelnet](doc/files/punk/\_module\_basictelnet\-0\.1\.0\.tm\.md) basic telnet client \- DKF/Wiki @@ -21,8 +21,12 @@ - [punkshell\_\_project\_intro](doc/files/project\_intro\.md) Introduction to punkshell + - [punkshell\_module\_::punk::ansi::colourmap](doc/files/punk/ansi/\_module\_colourmap\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_argparsingtest](doc/files/\_module\_argparsingtest\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_picalc](doc/files/\_module\_picalc\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_poshinfo](doc/files/\_module\_poshinfo\-0\.1\.0\.tm\.md) poshinfo prompt theme tool - [punkshell\_module\_punk::aliascore](doc/files/punk/\_module\_aliascore\-0\.1\.0\.tm\.md) punkshell command aliases @@ -31,7 +35,11 @@ - [punkshell\_module\_punk::args](doc/files/punk/\_module\_args\-0\.2\.tm\.md) args parsing - - [punkshell\_module\_punk::args::tclcore](doc/files/punk/args/\_module\_tclcore\-0\.1\.0\.tm\.md) punk::args definitions for tcl core commands + - [punkshell\_module\_punk::args::moduledoc::tclcore](doc/files/punk/args/moduledoc/\_module\_tclcore\-0\.1\.0\.tm\.md) punk::args definitions for tcl core commands + + - [punkshell\_module\_punk::args::moduledoc::tkcore](doc/files/punk/args/moduledoc/\_module\_tkcore\-0\.1\.1\.tm\.md) Module API + + - [punkshell\_module\_punk::args::moduledoc::tzint](doc/files/punk/args/moduledoc/\_module\_tzint\-1\.1\.1\.tm\.md) Module API - [punkshell\_module\_punk::assertion](doc/files/punk/\_module\_assertion\-0\.1\.0\.tm\.md) assertion alternative to control::assert @@ -53,6 +61,8 @@ - [punkshell\_module\_punk::flib](doc/files/punk/\_module\_flib\-0\.1\.0\.tm\.md) flib experimental + - [punkshell\_module\_punk::icomm](doc/files/punk/\_module\_icomm\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::imap4](doc/files/punk/\_module\_imap4\-0\.9\.tm\.md) IMAP4 client - [punkshell\_module\_punk::island](doc/files/punk/\_module\_island\-0\.1\.0\.tm\.md) filesystem islands for safe interps @@ -61,14 +71,26 @@ - [punkshell\_module\_punk::lib](doc/files/punk/\_module\_lib\-0\.1\.1\.tm\.md) punk general utility functions + - [punkshell\_module\_punk::libunknown](doc/files/punk/\_module\_libunknown\-0\.1\.tm\.md) Module API + - [punkshell\_module\_punk::mix::commandset::project](doc/files/punk/mix/commandset/\_module\_project\-0\.1\.0\.tm\.md) dec commandset \- project - [punkshell\_module\_punk::nav::fs](doc/files/punk/nav/\_module\_fs\-0\.1\.0\.tm\.md) punk::nav::fs console filesystem navigation + - [punkshell\_module\_punk::netbox](doc/files/punk/\_module\_netbox\-0\.1\.0\.tm\.md) Module API + + - [punkshell\_module\_punk::netbox::man](doc/files/punk/netbox/\_module\_man\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::packagepreference](doc/files/punk/\_module\_packagepreference\-0\.1\.0\.tm\.md) punkshell package/module loading - [punkshell\_module\_punk::path](doc/files/punk/\_module\_path\-0\.1\.0\.tm\.md) Filesystem path utilities + - [punkshell\_module\_punk::pcon](doc/files/punk/\_module\_pcon\-1\.0\.tm\.md) Module API + + - [punkshell\_module\_punk::pdf](doc/files/punk/\_module\_pdf\-0\.1\.0\.tm\.md) Module API + + - [punkshell\_module\_punk::pipe](doc/files/punk/\_module\_pipe\-1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.0\.tm\.md) Module repl codethread - [punkshell\_module\_punk::repl::codethread](doc/files/punk/repl/\_module\_codethread\-0\.1\.1\.tm\.md) Module repl codethread @@ -83,41 +105,21 @@ - [punkshell\_module\_punk::trie](doc/files/punk/\_module\_trie\-0\.1\.0\.tm\.md) punk::trie API + - [punkshell\_module\_punk::ubl](doc/files/punk/\_module\_ubl\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::uc](doc/files/punk/\_module\_uc\-0\.1\.0\.tm\.md) Module API - [punkshell\_module\_punk::winlnk](doc/files/punk/\_module\_winlnk\-0\.1\.0\.tm\.md) windows shortcut \.lnk library + - [punkshell\_module\_punk::winshell](doc/files/punk/\_module\_winshell\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_punk::zip](doc/files/punk/\_module\_zip\-0\.1\.1\.tm\.md) Module API - [punkshell\_module\_scriptwrap](doc/files/punk/mix/commandset/\_module\_scriptwrap\-0\.1\.0\.tm\.md) scriptwrap polyglot tool - - [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md) punk textblock functions - - - [shellspy\_module\_::punk::ansi::colourmap](doc/files/punk/ansi/\_module\_colourmap\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_picalc](doc/files/\_module\_picalc\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_pipe](doc/files/\_module\_pipe\-1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::args::tkcore](doc/files/punk/args/\_module\_tkcore\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::args::tzint](doc/files/punk/args/\_module\_tzint\-1\.1\.1\.tm\.md) Module API - - - [shellspy\_module\_punk::icomm](doc/files/punk/\_module\_icomm\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_termscheme](doc/files/\_module\_termscheme\-0\.1\.0\.tm\.md) Module API - - [shellspy\_module\_punk::libunknown](doc/files/punk/\_module\_libunknown\-0\.1\.tm\.md) Module API - - - [shellspy\_module\_punk::netbox](doc/files/punk/\_module\_netbox\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::netbox::man](doc/files/punk/netbox/\_module\_man\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::pcon](doc/files/punk/\_module\_pcon\-1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::pipe](doc/files/punk/\_module\_pipe\-1\.0\.tm\.md) Module API - - - [shellspy\_module\_punk::winshell](doc/files/punk/\_module\_winshell\-0\.1\.0\.tm\.md) Module API - - - [shellspy\_module\_termscheme](doc/files/\_module\_termscheme\-0\.1\.0\.tm\.md) Module API + - [punkshell\_module\_textblock](doc/files/\_module\_textblock\-0\.1\.3\.tm\.md) punk textblock functions - [tomlish\_module\_tomlish](doc/files/\_module\_tomlish\-1\.1\.3\.tm\.md) tomlish toml parser diff --git a/src/embedded/www/.doc/tocdoc b/src/embedded/www/.doc/tocdoc index d0c986da..63bc4004 100644 --- a/src/embedded/www/.doc/tocdoc +++ b/src/embedded/www/.doc/tocdoc @@ -1,19 +1,23 @@ [toc_begin {Table Of Contents} doc] +[item doc/files/_module_dollarcent-1.1.tm.html dollarcent_module_dollarcent {Module API}] [item doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink {faux link application shortcuts}] -[item doc/files/_module_modpod-0.1.2.tm.html modpod_module_modpod {Module API}] [item doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod {Module API}] -[item doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype {overtype text layout - ansi aware}] +[item doc/files/_module_modpod-0.1.4.tm.html modpod_module_modpod {Module API}] [item doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype {overtype text layout - ansi aware}] [item doc/files/main.html punkshell {punkshell - Core}] [item doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet {basic telnet client - DKF/Wiki}] [item doc/files/project_changes.html punkshell__project_changes {punkshell Changes}] [item doc/files/project_intro.html punkshell__project_intro {Introduction to punkshell}] +[item doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_::punk::ansi::colourmap {Module API}] [item doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest {Module API}] +[item doc/files/_module_picalc-0.1.0.tm.html punkshell_module_picalc {Module API}] [item doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo {poshinfo prompt theme tool}] [item doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore {punkshell command aliases}] [item doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi {Ansi string functions}] [item doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args {args parsing}] -[item doc/files/punk/args/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::tclcore {punk::args definitions for tcl core commands}] +[item doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tclcore {punk::args definitions for tcl core commands}] +[item doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html punkshell_module_punk::args::moduledoc::tkcore {Module API}] +[item doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punkshell_module_punk::args::moduledoc::tzint {Module API}] [item doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion {assertion alternative to control::assert}] [item doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter {punk::blockletter frame-based large lettering test/logo}] [item doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap {capability provider and handler plugin system}] @@ -24,14 +28,21 @@ [item doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment {Module API}] [item doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline {file line-handling utilities}] [item doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib {flib experimental}] +[item doc/files/punk/_module_icomm-0.1.0.tm.html punkshell_module_punk::icomm {Module API}] [item doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4 {IMAP4 client}] [item doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island {filesystem islands for safe interps}] [item doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib {punk general utility functions}] [item doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib {punk general utility functions}] +[item doc/files/punk/_module_libunknown-0.1.tm.html punkshell_module_punk::libunknown {Module API}] [item doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html punkshell_module_punk::mix::commandset::project {dec commandset - project}] [item doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs {punk::nav::fs console filesystem navigation}] +[item doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::netbox {Module API}] +[item doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell_module_punk::netbox::man {Module API}] [item doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference {punkshell package/module loading}] [item doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path {Filesystem path utilities}] +[item doc/files/punk/_module_pcon-1.0.tm.html punkshell_module_punk::pcon {Module API}] +[item doc/files/punk/_module_pdf-0.1.0.tm.html punkshell_module_punk::pdf {Module API}] +[item doc/files/punk/_module_pipe-1.0.tm.html punkshell_module_punk::pipe {Module API}] [item doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread {Module repl codethread}] [item doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread {Module repl codethread}] [item doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest punk::rest] @@ -39,24 +50,14 @@ [item doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel {punk::sixel API}] [item doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun {Tcl procedures to execute tcl scripts in remote hosts}] [item doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie {punk::trie API}] +[item doc/files/punk/_module_ubl-0.1.0.tm.html punkshell_module_punk::ubl {Module API}] [item doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc {Module API}] [item doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk {windows shortcut .lnk library}] +[item doc/files/punk/_module_winshell-0.1.0.tm.html punkshell_module_punk::winshell {Module API}] [item doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip {Module API}] [item doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap {scriptwrap polyglot tool}] +[item doc/files/_module_termscheme-0.1.0.tm.html punkshell_module_termscheme {Module API}] [item doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock {punk textblock functions}] -[item doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html shellspy_module_::punk::ansi::colourmap {Module API}] -[item doc/files/_module_picalc-0.1.0.tm.html shellspy_module_picalc {Module API}] -[item doc/files/_module_pipe-1.0.tm.html shellspy_module_pipe {Module API}] -[item doc/files/punk/args/_module_tkcore-0.1.0.tm.html shellspy_module_punk::args::tkcore {Module API}] -[item doc/files/punk/args/_module_tzint-1.1.1.tm.html shellspy_module_punk::args::tzint {Module API}] -[item doc/files/punk/_module_icomm-0.1.0.tm.html shellspy_module_punk::icomm {Module API}] -[item doc/files/punk/_module_libunknown-0.1.tm.html shellspy_module_punk::libunknown {Module API}] -[item doc/files/punk/_module_netbox-0.1.0.tm.html shellspy_module_punk::netbox {Module API}] -[item doc/files/punk/netbox/_module_man-0.1.0.tm.html shellspy_module_punk::netbox::man {Module API}] -[item doc/files/punk/_module_pcon-1.0.tm.html shellspy_module_punk::pcon {Module API}] -[item doc/files/punk/_module_pipe-1.0.tm.html shellspy_module_punk::pipe {Module API}] -[item doc/files/punk/_module_winshell-0.1.0.tm.html shellspy_module_punk::winshell {Module API}] -[item doc/files/_module_termscheme-0.1.0.tm.html shellspy_module_termscheme {Module API}] [item doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish {tomlish toml parser}] [item doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish {tomlish toml parser}] [item doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish {tomlish toml parser}] diff --git a/src/embedded/www/.idx b/src/embedded/www/.idx index 2fc4418f..4ce261c4 100644 --- a/src/embedded/www/.idx +++ b/src/embedded/www/.idx @@ -1 +1 @@ -{assertion {{doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion}} fileformat {{doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip}} assert {{doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion}} POSH {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} imap4 {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} debug {{doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion}} theme {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} windows {{doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} proc {{doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args}} filesystem {{doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} {doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path}} layout {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} fake {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} client {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} mailclient {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} datastructure {{doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie}} utility {{doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib}} wcswidth {{doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc}} ssh {{doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun}} rest {{doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest}} imap {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} scriptwrap {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap}} changelog {{doc/files/project_changes.html punkshell__project_changes}} prompt {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} launcher {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap}} terminal {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} path {{doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path}} args {{doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args}} crossplatform {{doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} cesu {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu}} unofficial {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc}} configuration {{doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish}} table {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} file {{doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline}} http {{doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest}} alias {{doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore}} compatibility {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu}} encodings {{doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} {doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char}} package {{doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference}} parsing {{doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish}} colour {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} {prompt theme} {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} experimental {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} {doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel}} shell {{doc/files/project_intro.html punkshell__project_intro} {doc/files/main.html punkshell} {doc/files/project_changes.html punkshell__project_changes}} capability {{doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap}} parse {{doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} {doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} commandset {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap}} repl {{doc/files/project_intro.html punkshell__project_intro} {doc/files/main.html punkshell} {doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} {doc/files/project_changes.html punkshell__project_changes} {doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread}} frame {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} mail {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} console {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} toml {{doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} {doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} telnet {{doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet}} shortcut {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} text {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} {doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype}} lnk {{doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} arguments {{doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args}} BOM {{doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline}} encoding {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline}} interp {{doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island}} protocol {{doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet}} ansi {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype}} zip {{doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip}} trie {{doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie}} faux {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} punk {{doc/files/project_intro.html punkshell__project_intro} {doc/files/main.html punkshell} {doc/files/project_changes.html punkshell__project_changes}} module {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} {doc/files/punk/args/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::tclcore} {doc/files/punk/_module_libunknown-0.1.tm.html shellspy_module_punk::libunknown} {doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore} {doc/files/punk/args/_module_tkcore-0.1.0.tm.html shellspy_module_punk::args::tkcore} {doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} {doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} {doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter} {doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} {doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} {doc/files/punk/args/_module_tzint-1.1.1.tm.html shellspy_module_punk::args::tzint} {doc/files/_module_picalc-0.1.0.tm.html shellspy_module_picalc} {doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} {doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment} {doc/files/punk/netbox/_module_man-0.1.0.tm.html shellspy_module_punk::netbox::man} {doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} {doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} {doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} {doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::safe} {doc/files/_module_termscheme-0.1.0.tm.html shellspy_module_termscheme} {doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} {doc/files/punk/_module_winshell-0.1.0.tm.html shellspy_module_punk::winshell} {doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} {doc/files/punk/_module_pipe-1.0.tm.html shellspy_module_punk::pipe} {doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} {doc/files/_module_modpod-0.1.2.tm.html modpod_module_modpod} {doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod} {doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest} {doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} {doc/files/punk/_module_icomm-0.1.0.tm.html shellspy_module_punk::icomm} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} {doc/files/_module_pipe-1.0.tm.html shellspy_module_pipe} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html shellspy_module_::punk::ansi::colourmap} {doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} {doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} {doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread} {doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char} {doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} {doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun} {doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} {doc/files/punk/_module_netbox-0.1.0.tm.html shellspy_module_punk::netbox} {doc/files/punk/_module_pcon-1.0.tm.html shellspy_module_punk::pcon} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} unicode {{doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc}} plugin {{doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap}} symlink {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} string {{doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi}} lib {{doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib}}} {{terminal doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {module doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {text doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {module doc/files/punk/args/_module_tkcore-0.1.0.tm.html shellspy_module_punk::args::tkcore} . {fake doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {parse doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {layout doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {ansi doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {parsing doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {changelog doc/files/project_changes.html punkshell__project_changes} . {module doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {module doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} . {shell doc/files/main.html punkshell} . {module doc/files/_module_picalc-0.1.0.tm.html shellspy_module_picalc} . {module doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype} . {string doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {terminal doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {module doc/files/punk/_module_icomm-0.1.0.tm.html shellspy_module_punk::icomm} . {module doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} . {toml doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {path doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} . {plugin doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} . {module doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {encoding doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {parse doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {module doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} . {colour doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {proc doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {module doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char} . {punk doc/files/project_changes.html punkshell__project_changes} . {mailclient doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {datastructure doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} . {parsing doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_netbox-0.1.0.tm.html shellspy_module_punk::netbox} . {ssh doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun} . {module doc/files/_module_modpod-0.1.2.tm.html modpod_module_modpod} . {module doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::safe} . {module doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html shellspy_module_::punk::ansi::colourmap} . {toml doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {commandset doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {module doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} . {repl doc/files/project_changes.html punkshell__project_changes} . {unofficial doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {module doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment} . {punk doc/files/project_intro.html punkshell__project_intro} . {parsing doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {configuration doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {capability doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} . {compatibility doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {module doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest} . {terminal doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {utility doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} . {ansi doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype} . {toml doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {shell doc/files/project_changes.html punkshell__project_changes} . {module doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {wcswidth doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {module doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} . {module doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {BOM doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {module doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} . {experimental doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {POSH doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {encoding doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {experimental doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel} . {module doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} . {configuration doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {shell doc/files/project_intro.html punkshell__project_intro} . {scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} . {module doc/files/punk/_module_pipe-1.0.tm.html shellspy_module_punk::pipe} . {console doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} . {{prompt theme} doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {shortcut doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {toml doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {mail doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {terminal doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} . {module doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {http doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} . {ansi doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} . {module doc/files/punk/args/_module_tzint-1.1.1.tm.html shellspy_module_punk::args::tzint} . {console doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {module doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {encodings doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} . {telnet doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {lib doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} . {unicode doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {configuration doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {file doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {alias doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore} . {repl doc/files/main.html punkshell} . {console doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {terminal doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {windows doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {toml doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {package doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference} . {repl doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} . {terminal doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} . {repl doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread} . {table doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {trie doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} . {filesystem doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} . {protocol doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {text doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {launcher doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} . {module doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} . {module doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread} . {configuration doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_winshell-0.1.0.tm.html shellspy_module_punk::winshell} . {module doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {module doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {imap4 doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {module doc/files/_module_pipe-1.0.tm.html shellspy_module_pipe} . {lnk doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {utility doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} . {module doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} . {text doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype} . {configuration doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {encodings doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char} . {frame doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {console doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {module doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {module doc/files/punk/netbox/_module_man-0.1.0.tm.html shellspy_module_punk::netbox::man} . {prompt doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {experimental doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} . {interp doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} . {module doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel} . {assertion doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {unofficial doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {cesu doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {symlink doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {module doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {rest doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} . {assert doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {zip doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} . {module doc/files/punk/args/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::tclcore} . {arguments doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {filesystem doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} . {module doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {module doc/files/punk/_module_libunknown-0.1.tm.html shellspy_module_punk::libunknown} . {module doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} . {module doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun} . {repl doc/files/project_intro.html punkshell__project_intro} . {module doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod} . {crossplatform doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {module doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {parsing doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {toml doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {shortcut doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {text doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} . {ansi doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {client doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {debug doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {filesystem doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} . {lib doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} . {fileformat doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} . {theme doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {module doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} . {args doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {console doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {parse doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {module doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {punk doc/files/main.html punkshell} . {module doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore} . {module doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter} . {module doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference} . {parsing doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} . {faux doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {module doc/files/punk/_module_pcon-1.0.tm.html shellspy_module_punk::pcon} . {imap doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {module doc/files/_module_termscheme-0.1.0.tm.html shellspy_module_termscheme} .} 71 {assertion assertion fileformat fileformat assert assert POSH posh imap4 imap4 debug debug theme theme windows windows proc proc filesystem filesystem layout layout client client fake fake mailclient mailclient datastructure datastructure utility utility wcswidth wcswidth rest rest ssh ssh imap imap scriptwrap scriptwrap changelog changelog launcher launcher prompt prompt terminal terminal args args path path crossplatform crossplatform unofficial unofficial cesu cesu configuration configuration table table file file http http compatibility compatibility alias alias encodings encodings parsing parsing colour colour package package {prompt theme} prompt_theme experimental experimental shell shell capability capability parse parse commandset commandset mail mail console console frame frame repl repl toml toml telnet telnet shortcut shortcut text text lnk lnk BOM bom arguments arguments encoding encoding interp interp protocol protocol ansi ansi zip zip trie trie faux faux module module punk punk plugin plugin unicode unicode symlink symlink string string lib lib} \ No newline at end of file +{assertion {{doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion}} fileformat {{doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip}} assert {{doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion}} POSH {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} imap4 {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} debug {{doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion}} theme {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} windows {{doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} proc {{doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args}} filesystem {{doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} {doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path}} layout {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} fake {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} client {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} mailclient {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} datastructure {{doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie}} utility {{doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib}} wcswidth {{doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc}} ssh {{doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun}} rest {{doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest}} imap {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} scriptwrap {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap}} changelog {{doc/files/project_changes.html punkshell__project_changes}} prompt {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} launcher {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap}} terminal {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} path {{doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path}} args {{doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args}} crossplatform {{doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} cesu {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu}} unofficial {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc}} configuration {{doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish}} table {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} file {{doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline}} http {{doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest}} alias {{doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore}} compatibility {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu}} encodings {{doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} {doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char}} package {{doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference}} parsing {{doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish}} colour {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} {prompt theme} {{doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} experimental {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} {doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel}} shell {{doc/files/project_intro.html punkshell__project_intro} {doc/files/main.html punkshell} {doc/files/project_changes.html punkshell__project_changes}} capability {{doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap}} parse {{doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} {doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} commandset {{doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap}} repl {{doc/files/project_intro.html punkshell__project_intro} {doc/files/main.html punkshell} {doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} {doc/files/project_changes.html punkshell__project_changes} {doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread}} frame {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock}} mail {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4}} console {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo}} toml {{doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} {doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} telnet {{doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet}} shortcut {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} text {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype}} lnk {{doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} arguments {{doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args}} BOM {{doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline}} encoding {{doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline}} interp {{doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island}} protocol {{doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet}} ansi {{doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype}} zip {{doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip}} trie {{doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie}} faux {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} punk {{doc/files/project_intro.html punkshell__project_intro} {doc/files/main.html punkshell} {doc/files/project_changes.html punkshell__project_changes}} module {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} {doc/files/punk/_module_libunknown-0.1.tm.html punkshell_module_punk::libunknown} {doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} {doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tclcore} {doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore} {doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} {doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} {doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} {doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter} {doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} {doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} {doc/files/_module_picalc-0.1.0.tm.html punkshell_module_picalc} {doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} {doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment} {doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell_module_punk::netbox::man} {doc/files/punk/_module_ubl-0.1.0.tm.html punkshell_module_punk::ubl} {doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} {doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} {doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} {doc/files/_module_dollarcent-1.1.tm.html dollarcent_module_dollarcent} {doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::safe} {doc/files/_module_termscheme-0.1.0.tm.html punkshell_module_termscheme} {doc/files/punk/_module_pdf-0.1.0.tm.html punkshell_module_punk::pdf} {doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} {doc/files/punk/_module_winshell-0.1.0.tm.html punkshell_module_punk::winshell} {doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} {doc/files/punk/_module_pipe-1.0.tm.html punkshell_module_punk::pipe} {doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} {doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod} {doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest} {doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punkshell_module_punk::args::moduledoc::tzint} {doc/files/_module_modpod-0.1.4.tm.html modpod_module_modpod} {doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} {doc/files/punk/_module_icomm-0.1.0.tm.html punkshell_module_punk::icomm} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_::punk::ansi::colourmap} {doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} {doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} {doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} {doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread} {doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char} {doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html punkshell_module_punk::args::moduledoc::tkcore} {doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} {doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} {doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::netbox} {doc/files/punk/_module_pcon-1.0.tm.html punkshell_module_punk::pcon} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk}} unicode {{doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc}} plugin {{doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap}} symlink {{doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink}} string {{doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi}} lib {{doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib}}} {{terminal doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {module doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {text doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {fake doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {parse doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {layout doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {ansi doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {parsing doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {changelog doc/files/project_changes.html punkshell__project_changes} . {module doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {shell doc/files/main.html punkshell} . {module doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} . {string doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {terminal doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {module doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} . {toml doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {path doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} . {plugin doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} . {module doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {encoding doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {parse doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {module doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} . {colour doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {module doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell_module_punk::netbox::man} . {proc doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {module doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char} . {punk doc/files/project_changes.html punkshell__project_changes} . {mailclient doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {datastructure doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} . {parsing doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {ssh doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun} . {module doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::safe} . {module doc/files/punk/_module_ubl-0.1.0.tm.html punkshell_module_punk::ubl} . {toml doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {commandset doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {module doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} . {repl doc/files/project_changes.html punkshell__project_changes} . {module doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_::punk::ansi::colourmap} . {module doc/files/_module_picalc-0.1.0.tm.html punkshell_module_picalc} . {module doc/files/punk/_module_icomm-0.1.0.tm.html punkshell_module_punk::icomm} . {unofficial doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {module doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment} . {punk doc/files/project_intro.html punkshell__project_intro} . {module doc/files/_module_termscheme-0.1.0.tm.html punkshell_module_termscheme} . {parsing doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {capability doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} . {configuration doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {compatibility doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {module doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest} . {terminal doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {utility doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} . {toml doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {shell doc/files/project_changes.html punkshell__project_changes} . {module doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {wcswidth doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {module doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} . {module doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {BOM doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {module doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} . {experimental doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {POSH doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {encoding doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {experimental doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel} . {module doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} . {configuration doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {shell doc/files/project_intro.html punkshell__project_intro} . {scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} . {console doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} . {{prompt theme} doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {shortcut doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {toml doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {mail doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {terminal doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} . {module doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {http doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} . {ansi doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} . {console doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {module doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {encodings doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} . {module doc/files/_module_modpod-0.1.4.tm.html modpod_module_modpod} . {telnet doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {lib doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} . {unicode doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc} . {configuration doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish} . {file doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {alias doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore} . {repl doc/files/main.html punkshell} . {console doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {module doc/files/punk/_module_pcon-1.0.tm.html punkshell_module_punk::pcon} . {terminal doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {windows doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {toml doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {package doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference} . {repl doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} . {terminal doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console} . {repl doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread} . {table doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {trie doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie} . {filesystem doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} . {protocol doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {text doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {launcher doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread} . {module doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap} . {module doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread} . {configuration doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish} . {module doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html punkshell_module_punk::args::moduledoc::tkcore} . {module doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet} . {module doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap} . {module doc/files/punk/_module_winshell-0.1.0.tm.html punkshell_module_punk::winshell} . {module doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punkshell_module_punk::args::moduledoc::tzint} . {imap4 doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {lnk doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {module doc/files/_module_dollarcent-1.1.tm.html dollarcent_module_dollarcent} . {module doc/files/punk/_module_pipe-1.0.tm.html punkshell_module_punk::pipe} . {utility doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} . {module doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs} . {configuration doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_libunknown-0.1.tm.html punkshell_module_punk::libunknown} . {module doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {encodings doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char} . {frame doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {console doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {module doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {prompt doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {experimental doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib} . {interp doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} . {module doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel} . {assertion doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {unofficial doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {cesu doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu} . {symlink doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {module doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {rest doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest} . {module doc/files/punk/_module_pdf-0.1.0.tm.html punkshell_module_punk::pdf} . {assert doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {zip doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} . {arguments doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {filesystem doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} . {module doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {module doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island} . {module doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun} . {repl doc/files/project_intro.html punkshell__project_intro} . {module doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod} . {crossplatform doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk} . {module doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {parsing doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish} . {toml doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {shortcut doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {text doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype} . {ansi doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock} . {client doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} . {debug doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion} . {filesystem doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path} . {lib doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib} . {fileformat doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip} . {theme doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo} . {module doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime} . {args doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {console doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi} . {parse doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline} . {module doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args} . {punk doc/files/main.html punkshell} . {module doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore} . {module doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter} . {module doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference} . {parsing doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish} . {module doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib} . {module doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tclcore} . {faux doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink} . {module doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::netbox} . {imap doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4} .} 71 {assertion assertion fileformat fileformat assert assert POSH posh imap4 imap4 debug debug theme theme windows windows proc proc filesystem filesystem layout layout client client fake fake mailclient mailclient datastructure datastructure utility utility wcswidth wcswidth rest rest ssh ssh imap imap scriptwrap scriptwrap changelog changelog launcher launcher prompt prompt terminal terminal args args path path crossplatform crossplatform unofficial unofficial cesu cesu configuration configuration table table file file http http compatibility compatibility alias alias encodings encodings parsing parsing colour colour package package {prompt theme} prompt_theme experimental experimental shell shell capability capability parse parse commandset commandset mail mail console console frame frame repl repl toml toml telnet telnet shortcut shortcut text text lnk lnk BOM bom arguments arguments encoding encoding interp interp protocol protocol ansi ansi zip zip trie trie faux faux module module punk punk plugin plugin unicode unicode symlink symlink string string lib lib} \ No newline at end of file diff --git a/src/embedded/www/.toc b/src/embedded/www/.toc index ce08c93f..2448ce84 100644 --- a/src/embedded/www/.toc +++ b/src/embedded/www/.toc @@ -1 +1 @@ -doc {doc/toc {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4 {IMAP4 client}} {doc/files/punk/args/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::tclcore {punk::args definitions for tcl core commands}} {doc/files/punk/_module_libunknown-0.1.tm.html shellspy_module_punk::libunknown {Module API}} {doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??}} {doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore {punkshell command aliases}} {doc/files/punk/args/_module_tkcore-0.1.0.tm.html shellspy_module_punk::args::tkcore {Module API}} {doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib {flib experimental}} {doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock {punk textblock functions}} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline {file line-handling utilities}} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter {punk::blockletter frame-based large lettering test/logo}} {doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap {capability provider and handler plugin system}} {doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime {mime encodings related subset of tcllib mime}} {doc/files/punk/args/_module_tzint-1.1.1.tm.html shellspy_module_punk::args::tzint {Module API}} {doc/files/_module_picalc-0.1.0.tm.html shellspy_module_picalc {Module API}} {doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args {args parsing}} {doc/files/project_intro.html punkshell__project_intro {Introduction to punkshell}} {doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment {Module API}} {doc/files/punk/netbox/_module_man-0.1.0.tm.html shellspy_module_punk::netbox::man {Module API}} {doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island {filesystem islands for safe interps}} {doc/files/main.html punkshell {punkshell - Core}} {doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel {punk::sixel API}} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap {scriptwrap polyglot tool}} {doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html punkshell_module_punk::mix::commandset::project {dec commandset - project}} {doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest punk::rest} {doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::safe {Module API}} {doc/files/_module_termscheme-0.1.0.tm.html shellspy_module_termscheme {Module API}} {doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie {punk::trie API}} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs {punk::nav::fs console filesystem navigation}} {doc/files/punk/_module_winshell-0.1.0.tm.html shellspy_module_punk::winshell {Module API}} {doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc {Module API}} {doc/files/punk/_module_pipe-1.0.tm.html shellspy_module_punk::pipe {Module API}} {doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion {assertion alternative to control::assert}} {doc/files/_module_modpod-0.1.2.tm.html modpod_module_modpod {Module API}} {doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod {Module API}} {doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest {Module API}} {doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference {punkshell package/module loading}} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console {punk console}} {doc/files/punk/_module_icomm-0.1.0.tm.html shellspy_module_punk::icomm {Module API}} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet {basic telnet client - DKF/Wiki}} {doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink {faux link application shortcuts}} {doc/files/_module_pipe-1.0.tm.html shellspy_module_pipe {Module API}} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html shellspy_module_::punk::ansi::colourmap {Module API}} {doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip {Module API}} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi {Ansi string functions}} {doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path {Filesystem path utilities}} {doc/files/project_changes.html punkshell__project_changes {punkshell Changes}} {doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char {character-set and unicode utilities}} {doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib {punk general utility functions}} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib {punk general utility functions}} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo {poshinfo prompt theme tool}} {doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun {Tcl procedures to execute tcl scripts in remote hosts}} {doc/files/_module_overtype-1.6.5.tm.html overtype_module_overtype {overtype text layout - ansi aware}} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype {overtype text layout - ansi aware}} {doc/files/punk/_module_netbox-0.1.0.tm.html shellspy_module_punk::netbox {Module API}} {doc/files/punk/_module_pcon-1.0.tm.html shellspy_module_punk::pcon {Module API}} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk {windows shortcut .lnk library}}}} \ No newline at end of file +doc {doc/toc {{doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::imap4 {IMAP4 client}} {doc/files/punk/_module_libunknown-0.1.tm.html punkshell_module_punk::libunknown {Module API}} {doc/files/punk/_module_cesu-0.1.1.tm.html punkshell_module_punk::cesu {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??}} {doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tclcore {punk::args definitions for tcl core commands}} {doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::aliascore {punkshell command aliases}} {doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::flib {flib experimental}} {doc/files/_module_tomlish-1.1.2.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_textblock-0.1.3.tm.html punkshell_module_textblock {punk textblock functions}} {doc/files/_module_tomlish-1.1.3.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_fileline-0.1.0.tm.html punkshell_module_punk::fileline {file line-handling utilities}} {doc/files/_module_tomlish-1.1.4.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_tomlish-1.1.5.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/_module_tomlish-1.1.6.tm.html tomlish_module_tomlish {tomlish toml parser}} {doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::blockletter {punk::blockletter frame-based large lettering test/logo}} {doc/files/punk/_module_cap-0.1.0.tm.html punkshell_module_punk::cap {capability provider and handler plugin system}} {doc/files/punk/_module_encmime-0.1.0.tm.html punkshell_module_punk::encmime {mime encodings related subset of tcllib mime}} {doc/files/_module_picalc-0.1.0.tm.html punkshell_module_picalc {Module API}} {doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::args {args parsing}} {doc/files/project_intro.html punkshell__project_intro {Introduction to punkshell}} {doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::experiment {Module API}} {doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell_module_punk::netbox::man {Module API}} {doc/files/punk/_module_ubl-0.1.0.tm.html punkshell_module_punk::ubl {Module API}} {doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::island {filesystem islands for safe interps}} {doc/files/main.html punkshell {punkshell - Core}} {doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::sixel {punk::sixel API}} {doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_scriptwrap {scriptwrap polyglot tool}} {doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html punkshell_module_punk::mix::commandset::project {dec commandset - project}} {doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::rest punk::rest} {doc/files/_module_dollarcent-1.1.tm.html dollarcent_module_dollarcent {Module API}} {doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::safe {Module API}} {doc/files/_module_termscheme-0.1.0.tm.html punkshell_module_termscheme {Module API}} {doc/files/punk/_module_pdf-0.1.0.tm.html punkshell_module_punk::pdf {Module API}} {doc/files/punk/_module_trie-0.1.0.tm.html punkshell_module_punk::trie {punk::trie API}} {doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::nav::fs {punk::nav::fs console filesystem navigation}} {doc/files/punk/_module_winshell-0.1.0.tm.html punkshell_module_punk::winshell {Module API}} {doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::uc {Module API}} {doc/files/punk/_module_pipe-1.0.tm.html punkshell_module_punk::pipe {Module API}} {doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::assertion {assertion alternative to control::assert}} {doc/files/_module_modpod-0.1.3.tm.html modpod_module_modpod {Module API}} {doc/files/_module_argparsingtest-0.1.0.tm.html punkshell_module_argparsingtest {Module API}} {doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punkshell_module_punk::args::moduledoc::tzint {Module API}} {doc/files/_module_modpod-0.1.4.tm.html modpod_module_modpod {Module API}} {doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::packagepreference {punkshell package/module loading}} {doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::console {punk console}} {doc/files/punk/_module_icomm-0.1.0.tm.html punkshell_module_punk::icomm {Module API}} {doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet {basic telnet client - DKF/Wiki}} {doc/files/_module_fauxlink-0.1.1.tm.html fauxlink_module_fauxlink {faux link application shortcuts}} {doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_::punk::ansi::colourmap {Module API}} {doc/files/punk/_module_zip-0.1.1.tm.html punkshell_module_punk::zip {Module API}} {doc/files/punk/_module_ansi-0.1.1.tm.html punkshell_module_punk::ansi {Ansi string functions}} {doc/files/punk/repl/_module_codethread-0.1.0.tm.html punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::path {Filesystem path utilities}} {doc/files/project_changes.html punkshell__project_changes {punkshell Changes}} {doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::repl::codethread {Module repl codethread}} {doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::char {character-set and unicode utilities}} {doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html punkshell_module_punk::args::moduledoc::tkcore {Module API}} {doc/files/punk/_module_lib-0.1.1.tm.html punkshell_module_punk::lib {punk general utility functions}} {doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::lib {punk general utility functions}} {doc/files/_module_poshinfo-0.1.0.tm.html punkshell_module_poshinfo {poshinfo prompt theme tool}} {doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::sshrun {Tcl procedures to execute tcl scripts in remote hosts}} {doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype {overtype text layout - ansi aware}} {doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::netbox {Module API}} {doc/files/punk/_module_pcon-1.0.tm.html punkshell_module_punk::pcon {Module API}} {doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::winlnk {windows shortcut .lnk library}}}} \ No newline at end of file diff --git a/src/embedded/www/.xrf b/src/embedded/www/.xrf index 8e83b188..fdb42be8 100644 --- a/src/embedded/www/.xrf +++ b/src/embedded/www/.xrf @@ -1 +1 @@ -punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html sa,punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.html sa,fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.html fileformat {index.html fileformat} punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.html POSH {index.html posh} sa,punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.html sa,punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html sa,punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.html kw,lib {index.html lib} kw,configuration {index.html configuration} kw,table {index.html table} debug {index.html debug} punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.html kw,compatibility {index.html compatibility} shellspy_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.html {basic telnet client - DKF/Wiki} doc/files/punk/_module_basictelnet-0.1.0.tm.html windows {index.html windows} kw,wcswidth {index.html wcswidth} kw,rest {index.html rest} sa,punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.html shellspy_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.html filesystem {index.html filesystem} sa,punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.html sa,shellspy_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.html kw,interp {index.html interp} sa,punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.html kw,terminal {index.html terminal} punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.html kw,path {index.html path} utility {index.html utility} rest {index.html rest} punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.html sa,punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.html kw,assert {index.html assert} changelog {index.html changelog} punkshell_module_punk::args::tclcore(0) doc/files/punk/args/_module_tclcore-0.1.0.tm.html sa,punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.html path {index.html path} shellspy_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.html punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.html unofficial {index.html unofficial} sa,punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.html sa,punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.2.tm.html {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??} doc/files/punk/_module_cesu-0.1.1.tm.html sa,punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html sa,punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.html package {index.html package} parsing {index.html parsing} sa,punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.html {faux link application shortcuts} doc/files/_module_fauxlink-0.1.1.tm.html punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.html {Module API} doc/files/punk/_module_pcon-1.0.tm.html {punk::trie API} doc/files/punk/_module_trie-0.1.0.tm.html sa,punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.html kw,mailclient {index.html mailclient} punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.html {poshinfo prompt theme tool} doc/files/_module_poshinfo-0.1.0.tm.html kw,mail {index.html mail} capability {index.html capability} kw,shortcut {index.html shortcut} punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.html sa,punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.html sa,shellspy_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.html parse {index.html parse} punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.html {punkshell - Core} doc/files/main.html punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.html sa,punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.html {capability provider and handler plugin system} doc/files/punk/_module_cap-0.1.0.tm.html sa,punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.html mail {index.html mail} punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.html kw,punk {index.html punk} tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.6.tm.html {Filesystem path utilities} doc/files/punk/_module_path-0.1.0.tm.html arguments {index.html arguments} {punkshell command aliases} doc/files/punk/_module_aliascore-0.1.0.tm.html shellspy_module_pipe(0) doc/files/_module_pipe-1.0.tm.html punk::rest doc/files/punk/_module_rest-0.1.0.tm.html sa,punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html kw,colour {index.html colour} protocol {index.html protocol} interp {index.html interp} shellspy_module_punk::args::tkcore doc/files/punk/args/_module_tkcore-0.1.0.tm.html kw,lnk {index.html lnk} sa,shellspy_module_punk::args::tkcore(0) doc/files/punk/args/_module_tkcore-0.1.0.tm.html shellspy_module_punk::args::tzint doc/files/punk/args/_module_tzint-1.1.1.tm.html punk {index.html punk} lib {index.html lib} sa,punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.html sa,shellspy_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.html sa,punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.html punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.html assert {index.html assert} kw,proc {index.html proc} {flib experimental} doc/files/punk/_module_flib-0.1.0.tm.html imap4 {index.html imap4} sa,punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.html sa,punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.html kw,fake {index.html fake} kw,symlink {index.html symlink} kw,unicode {index.html unicode} punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.html punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.html shellspy_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.html sa,punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.html shellspy_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html sa,punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.html kw,alias {index.html alias} kw,encodings {index.html encodings} punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.html kw,telnet {index.html telnet} sa,shellspy_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.html theme {index.html theme} sa,tomlish_module_tomlish doc/files/_module_tomlish-1.1.6.tm.html proc {index.html proc} punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.html kw,imap {index.html imap} sa,punkshell doc/files/main.html kw,shell {index.html shell} fake {index.html fake} kw,launcher {index.html launcher} {punk console} doc/files/punk/_module_console-0.1.1.tm.html sa,punkshell_module_punk::args::tclcore(0) doc/files/punk/args/_module_tclcore-0.1.0.tm.html sa,punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.html sa,punkshell__project_changes(n) doc/files/project_changes.html datastructure {index.html datastructure} kw,args {index.html args} {punk::nav::fs console filesystem navigation} doc/files/punk/nav/_module_fs-0.1.0.tm.html {punk::blockletter frame-based large lettering test/logo} doc/files/punk/_module_blockletter-0.1.0.tm.html sa,shellspy_module_punk::args::tzint(0) doc/files/punk/args/_module_tzint-1.1.1.tm.html wcswidth {index.html wcswidth} kw,cesu {index.html cesu} kw,http {index.html http} sa,punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.html imap {index.html imap} scriptwrap {index.html scriptwrap} punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.html kw,frame {index.html frame} punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html terminal {index.html terminal} shellspy_module_punk::args::tzint(0) doc/files/punk/args/_module_tzint-1.1.1.tm.html args {index.html args} punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.html cesu {index.html cesu} table {index.html table} http {index.html http} sa,punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.html sa,shellspy_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.html punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.html shellspy_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.html punkshell__project_changes doc/files/project_changes.html sa,punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.html sa,punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.html kw,layout {index.html layout} colour {index.html colour} shellspy_module_termscheme doc/files/_module_termscheme-0.1.0.tm.html kw,client {index.html client} {prompt theme} {index.html prompt_theme} experimental {index.html experimental} sa,punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.html sa,punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.html sa,punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.html shellspy_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.html sa,punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.html sa,punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.html shellspy_module_picalc doc/files/_module_picalc-0.1.0.tm.html kw,encoding {index.html encoding} punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.html shellspy_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.html sa,shellspy_module_pipe(0) doc/files/_module_pipe-1.0.tm.html {windows shortcut .lnk library} doc/files/punk/_module_winlnk-0.1.0.tm.html kw,prompt {index.html prompt} punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.html kw,ansi {index.html ansi} kw,trie {index.html trie} sa,punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.html console {index.html console} punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.2.tm.html shortcut {index.html shortcut} telnet {index.html telnet} lnk {index.html lnk} sa,punkshell__project_intro doc/files/project_intro.html kw,datastructure {index.html datastructure} sa,punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.html ansi {index.html ansi} punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.html trie {index.html trie} punkshell__project_intro(n) doc/files/project_intro.html punkshell__project_intro doc/files/project_intro.html kw,changelog {index.html changelog} sa,punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.html sa,fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.html assertion {index.html assertion} punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.html kw,commandset {index.html commandset} kw,zip {index.html zip} sa,punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.html shellspy_module_punk::args::tkcore(0) doc/files/punk/args/_module_tkcore-0.1.0.tm.html punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.html fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.html {tomlish toml parser} doc/files/_module_tomlish-1.1.6.tm.html punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.html shellspy_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.html sa,punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.html {punk general utility functions} doc/files/punk/_module_lib-0.1.2.tm.html sa,punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html layout {index.html layout} sa,punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.html sa,punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.html sa,punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.html client {index.html client} punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.html kw,windows {index.html windows} shellspy_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.html mailclient {index.html mailclient} shellspy_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.html kw,module {index.html module} punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.html kw,plugin {index.html plugin} punkshell doc/files/main.html kw,fileformat {index.html fileformat} punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.html shellspy_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.html sa,punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.html punkshell__project_changes(n) doc/files/project_changes.html kw,utility {index.html utility} prompt {index.html prompt} launcher {index.html launcher} kw,ssh {index.html ssh} kw,arguments {index.html arguments} {punkshell package/module loading} doc/files/punk/_module_packagepreference-0.1.0.tm.html sa,shellspy_module_pipe doc/files/_module_pipe-1.0.tm.html shellspy_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html sa,punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.html crossplatform {index.html crossplatform} {punk::sixel API} doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.html alias {index.html alias} kw,filesystem {index.html filesystem} shellspy_module_pipe doc/files/_module_pipe-1.0.tm.html sa,shellspy_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.html punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.html sa,overtype_module_overtype doc/files/_module_overtype-1.6.6.tm.html shell {index.html shell} shellspy_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.html {assertion alternative to control::assert} doc/files/punk/_module_assertion-0.1.0.tm.html kw,package {index.html package} kw,parsing {index.html parsing} kw,toml {index.html toml} punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.2.tm.html kw,debug {index.html debug} {punk textblock functions} doc/files/_module_textblock-0.1.3.tm.html punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.html overtype_module_overtype doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype(0) doc/files/_module_overtype-1.6.6.tm.html sa,punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.html kw,faux {index.html faux} sa,shellspy_module_punk::args::tkcore doc/files/punk/args/_module_tkcore-0.1.0.tm.html frame {index.html frame} toml {index.html toml} sa,punkshell__project_intro(n) doc/files/project_intro.html kw,unofficial {index.html unofficial} encoding {index.html encoding} punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.html sa,punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.html sa,punkshell_module_punk::args::tclcore doc/files/punk/args/_module_tclcore-0.1.0.tm.html sa,punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.html sa,punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.html sa,shellspy_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.html modpod_module_modpod(0) doc/files/_module_modpod-0.1.3.tm.html zip {index.html zip} {Module repl codethread} doc/files/punk/repl/_module_codethread-0.1.1.tm.html kw,BOM {index.html bom} faux {index.html faux} {file line-handling utilities} doc/files/punk/_module_fileline-0.1.0.tm.html sa,punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.html sa,punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.html sa,punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.html module {index.html module} sa,punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.html symlink {index.html symlink} plugin {index.html plugin} unicode {index.html unicode} sa,shellspy_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.html sa,punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.html sa,shellspy_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.html kw,capability {index.html capability} punkshell_module_punk::args::tclcore doc/files/punk/args/_module_tclcore-0.1.0.tm.html sa,shellspy_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.html sa,modpod_module_modpod doc/files/_module_modpod-0.1.3.tm.html shellspy_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.html sa,shellspy_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.html kw,crossplatform {index.html crossplatform} punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.html {punkshell Changes} doc/files/project_changes.html {punk::args definitions for tcl core commands} doc/files/punk/args/_module_tclcore-0.1.0.tm.html fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.html sa,shellspy_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.html punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.html modpod_module_modpod doc/files/_module_modpod-0.1.3.tm.html {Introduction to punkshell} doc/files/project_intro.html punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.html sa,punkshell(n) doc/files/main.html punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.html sa,punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.html {mime encodings related subset of tcllib mime} doc/files/punk/_module_encmime-0.1.0.tm.html sa,punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.html punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.html kw,parse {index.html parse} sa,punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html tomlish_module_tomlish doc/files/_module_tomlish-1.1.6.tm.html punkshell(n) doc/files/main.html kw,string {index.html string} sa,shellspy_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.html ssh {index.html ssh} kw,file {index.html file} punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.html sa,punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.html sa,shellspy_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.html sa,punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.html sa,punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.html {IMAP4 client} doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.html sa,shellspy_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.html {dec commandset - project} doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html sa,punkshell__project_changes doc/files/project_changes.html {kw,prompt theme} {index.html prompt_theme} kw,experimental {index.html experimental} sa,shellspy_module_termscheme doc/files/_module_termscheme-0.1.0.tm.html sa,punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.html sa,shellspy_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.html punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.html configuration {index.html configuration} file {index.html file} {args parsing} doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.html compatibility {index.html compatibility} encodings {index.html encodings} sa,punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.html {Ansi string functions} doc/files/punk/_module_ansi-0.1.1.tm.html sa,shellspy_module_picalc doc/files/_module_picalc-0.1.0.tm.html kw,assertion {index.html assertion} {scriptwrap polyglot tool} doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.html sa,overtype_module_overtype(0) doc/files/_module_overtype-1.6.6.tm.html {overtype text layout - ansi aware} doc/files/_module_overtype-1.6.6.tm.html kw,imap4 {index.html imap4} kw,repl {index.html repl} punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.html commandset {index.html commandset} kw,text {index.html text} punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html {Tcl procedures to execute tcl scripts in remote hosts} doc/files/punk/_module_sshrun-0.1.0.tm.html sa,tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.6.tm.html kw,scriptwrap {index.html scriptwrap} {filesystem islands for safe interps} doc/files/punk/_module_island-0.1.0.tm.html kw,protocol {index.html protocol} sa,shellspy_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.html kw,theme {index.html theme} sa,shellspy_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.html sa,modpod_module_modpod(0) doc/files/_module_modpod-0.1.3.tm.html shellspy_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.html repl {index.html repl} sa,shellspy_module_punk::args::tzint doc/files/punk/args/_module_tzint-1.1.1.tm.html sa,punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.html text {index.html text} BOM {index.html bom} sa,punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.html kw,POSH {index.html posh} shellspy_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.html kw,console {index.html console} shellspy_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.html {character-set and unicode utilities} doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.html string {index.html string} \ No newline at end of file +punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html sa,punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.html sa,fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.html fileformat {index.html fileformat} punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.html POSH {index.html posh} sa,punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.html sa,punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html sa,punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.html kw,lib {index.html lib} kw,configuration {index.html configuration} kw,table {index.html table} debug {index.html debug} punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.html kw,compatibility {index.html compatibility} {basic telnet client - DKF/Wiki} doc/files/punk/_module_basictelnet-0.1.0.tm.html windows {index.html windows} kw,wcswidth {index.html wcswidth} kw,rest {index.html rest} sa,punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.html filesystem {index.html filesystem} sa,punkshell_module_punk::pdf(0) doc/files/punk/_module_pdf-0.1.0.tm.html sa,punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.html kw,interp {index.html interp} sa,punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.html sa,punkshell_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.html kw,terminal {index.html terminal} punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.html sa,punkshell_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.html kw,path {index.html path} utility {index.html utility} rest {index.html rest} punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.html sa,punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.html kw,assert {index.html assert} changelog {index.html changelog} sa,punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.html sa,punkshell_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.html sa,punkshell_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.html path {index.html path} punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.html unofficial {index.html unofficial} sa,punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.html sa,punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::libunknown(0) doc/files/punk/_module_libunknown-0.1.tm.html {CESU compatibility ehcoding scheme for utf-16: 8-Bit (CESU-8) ??} doc/files/punk/_module_cesu-0.1.1.tm.html sa,punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html sa,punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.html package {index.html package} parsing {index.html parsing} sa,punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.html {faux link application shortcuts} doc/files/_module_fauxlink-0.1.1.tm.html punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.html {Module API} doc/files/punk/_module_pcon-1.0.tm.html {punk::trie API} doc/files/punk/_module_trie-0.1.0.tm.html sa,punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.html kw,mailclient {index.html mailclient} punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.html {poshinfo prompt theme tool} doc/files/_module_poshinfo-0.1.0.tm.html kw,mail {index.html mail} capability {index.html capability} kw,shortcut {index.html shortcut} punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.html sa,punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.html parse {index.html parse} punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.html {punkshell - Core} doc/files/main.html punkshell_module_punk::assertion doc/files/punk/_module_assertion-0.1.0.tm.html sa,punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.2.tm.html punkshell_module_punk::uc(0) doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_picalc doc/files/_module_picalc-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tkcore(0) doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html sa,punkshell_module_punk::args::moduledoc::tzint(0) doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html sa,punkshell_module_punk::ubl(0) doc/files/punk/_module_ubl-0.1.0.tm.html {capability provider and handler plugin system} doc/files/punk/_module_cap-0.1.0.tm.html sa,punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.html mail {index.html mail} punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.html kw,punk {index.html punk} tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.6.tm.html {Filesystem path utilities} doc/files/punk/_module_path-0.1.0.tm.html arguments {index.html arguments} {punkshell command aliases} doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tzint(0) doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punk::rest doc/files/punk/_module_rest-0.1.0.tm.html sa,punkshell_module_scriptwrap doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html kw,colour {index.html colour} protocol {index.html protocol} interp {index.html interp} punkshell_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.html kw,lnk {index.html lnk} sa,punkshell_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.html sa,punkshell_module_punk::pdf doc/files/punk/_module_pdf-0.1.0.tm.html punk {index.html punk} lib {index.html lib} sa,punkshell_module_punk::packagepreference(0) doc/files/punk/_module_packagepreference-0.1.0.tm.html sa,punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.html punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.html assert {index.html assert} kw,proc {index.html proc} {flib experimental} doc/files/punk/_module_flib-0.1.0.tm.html imap4 {index.html imap4} sa,punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.html sa,punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.html dollarcent_module_dollarcent(0) doc/files/_module_dollarcent-1.1.tm.html punkshell_module_punk::netbox(0) doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.html kw,fake {index.html fake} kw,symlink {index.html symlink} kw,unicode {index.html unicode} punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.html punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.html sa,punkshell_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.html punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.html sa,punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.html sa,punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.html kw,alias {index.html alias} kw,encodings {index.html encodings} punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.html punkshell_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html kw,telnet {index.html telnet} theme {index.html theme} sa,tomlish_module_tomlish doc/files/_module_tomlish-1.1.6.tm.html proc {index.html proc} punkshell_module_punk::experiment doc/files/punk/_module_experiment-0.1.0.tm.html kw,imap {index.html imap} sa,punkshell doc/files/main.html kw,shell {index.html shell} punkshell_module_punk::ubl doc/files/punk/_module_ubl-0.1.0.tm.html fake {index.html fake} kw,launcher {index.html launcher} {punk console} doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::args::moduledoc::tclcore(0) doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html sa,punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.html sa,punkshell__project_changes(n) doc/files/project_changes.html datastructure {index.html datastructure} kw,args {index.html args} {punk::nav::fs console filesystem navigation} doc/files/punk/nav/_module_fs-0.1.0.tm.html {punk::blockletter frame-based large lettering test/logo} doc/files/punk/_module_blockletter-0.1.0.tm.html wcswidth {index.html wcswidth} kw,cesu {index.html cesu} kw,http {index.html http} punkshell_module_punk::pdf(0) doc/files/punk/_module_pdf-0.1.0.tm.html sa,punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.html imap {index.html imap} scriptwrap {index.html scriptwrap} punkshell_module_punk::cap(0) doc/files/punk/_module_cap-0.1.0.tm.html kw,frame {index.html frame} punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html sa,dollarcent_module_dollarcent doc/files/_module_dollarcent-1.1.tm.html terminal {index.html terminal} args {index.html args} sa,punkshell_module_punk::args::moduledoc::tzint doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punkshell_module_punk::packagepreference doc/files/punk/_module_packagepreference-0.1.0.tm.html punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.html cesu {index.html cesu} table {index.html table} http {index.html http} sa,punkshell_module_punk::args doc/files/punk/_module_args-0.2.tm.html punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.html punkshell__project_changes doc/files/project_changes.html sa,punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.html sa,punkshell_module_punk::cesu doc/files/punk/_module_cesu-0.1.1.tm.html dollarcent_module_dollarcent doc/files/_module_dollarcent-1.1.tm.html punkshell_module_punk::netbox doc/files/punk/_module_netbox-0.1.0.tm.html punkshell_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.html kw,layout {index.html layout} colour {index.html colour} kw,client {index.html client} {prompt theme} {index.html prompt_theme} sa,punkshell_module_picalc doc/files/_module_picalc-0.1.0.tm.html experimental {index.html experimental} sa,punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.html sa,punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_termscheme doc/files/_module_termscheme-0.1.0.tm.html sa,punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.html sa,punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.html sa,punkshell_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html sa,punkshell_module_punk::fileline doc/files/punk/_module_fileline-0.1.0.tm.html sa,punkshell_module_punk::args::moduledoc::tkcore doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html kw,encoding {index.html encoding} punkshell_module_punk::imap4 doc/files/punk/_module_imap4-0.9.tm.html {windows shortcut .lnk library} doc/files/punk/_module_winlnk-0.1.0.tm.html kw,prompt {index.html prompt} punkshell_module_punk::sixel doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_::punk::ansi::colourmap doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html kw,ansi {index.html ansi} kw,trie {index.html trie} sa,punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.html console {index.html console} sa,punkshell_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell_module_punk::lib(0) doc/files/punk/_module_lib-0.1.2.tm.html shortcut {index.html shortcut} telnet {index.html telnet} lnk {index.html lnk} sa,punkshell__project_intro doc/files/project_intro.html punkshell_module_punk::ubl(0) doc/files/punk/_module_ubl-0.1.0.tm.html sa,punkshell_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.html kw,datastructure {index.html datastructure} sa,punkshell_module_punk::path(0) doc/files/punk/_module_path-0.1.0.tm.html punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.html ansi {index.html ansi} punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.html trie {index.html trie} punkshell__project_intro(n) doc/files/project_intro.html sa,dollarcent_module_dollarcent(0) doc/files/_module_dollarcent-1.1.tm.html punkshell__project_intro doc/files/project_intro.html kw,changelog {index.html changelog} punkshell_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.html sa,punkshell_module_punk::ansi doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::trie doc/files/punk/_module_trie-0.1.0.tm.html sa,fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.html assertion {index.html assertion} punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::icomm doc/files/punk/_module_icomm-0.1.0.tm.html kw,commandset {index.html commandset} kw,zip {index.html zip} sa,punkshell_module_punk::sixel(0) doc/files/punk/_module_sixel-0.1.0.tm.html sa,punkshell_module_punk::pipe doc/files/punk/_module_pipe-1.0.tm.html sa,punkshell_module_::punk::ansi::colourmap(0) doc/files/punk/ansi/_module_colourmap-0.1.0.tm.html punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.html fauxlink_module_fauxlink doc/files/_module_fauxlink-0.1.1.tm.html {tomlish toml parser} doc/files/_module_tomlish-1.1.6.tm.html punkshell_module_punk::trie(0) doc/files/punk/_module_trie-0.1.0.tm.html sa,punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.html {punk general utility functions} doc/files/punk/_module_lib-0.1.2.tm.html sa,punkshell_module_punk::rest(0) doc/files/punk/_module_rest-0.1.0.tm.html punkshell_module_punk::uc doc/files/punk/_module_uc-0.1.0.tm.html punkshell_module_punk::mix::commandset::project(0) doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html layout {index.html layout} sa,punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.html sa,punkshell_module_punk::repl::codethread(0) doc/files/punk/repl/_module_codethread-0.1.1.tm.html punkshell_module_punk::sshrun doc/files/punk/_module_sshrun-0.1.0.tm.html sa,punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.html client {index.html client} punkshell_module_punk::zip(0) doc/files/punk/_module_zip-0.1.1.tm.html kw,windows {index.html windows} mailclient {index.html mailclient} sa,punkshell_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.html kw,module {index.html module} punkshell_module_punk::fileline(0) doc/files/punk/_module_fileline-0.1.0.tm.html kw,plugin {index.html plugin} punkshell doc/files/main.html kw,fileformat {index.html fileformat} punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::cap doc/files/punk/_module_cap-0.1.0.tm.html sa,punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.html punkshell__project_changes(n) doc/files/project_changes.html kw,utility {index.html utility} prompt {index.html prompt} launcher {index.html launcher} punkshell_module_punk::winshell(0) doc/files/punk/_module_winshell-0.1.0.tm.html sa,punkshell_module_punk::pcon doc/files/punk/_module_pcon-1.0.tm.html kw,ssh {index.html ssh} kw,arguments {index.html arguments} {punkshell package/module loading} doc/files/punk/_module_packagepreference-0.1.0.tm.html sa,punkshell_module_termscheme doc/files/_module_termscheme-0.1.0.tm.html sa,punkshell_module_punk::zip doc/files/punk/_module_zip-0.1.1.tm.html crossplatform {index.html crossplatform} {punk::sixel API} doc/files/punk/_module_sixel-0.1.0.tm.html punkshell_module_poshinfo(0) doc/files/_module_poshinfo-0.1.0.tm.html alias {index.html alias} kw,filesystem {index.html filesystem} punkshell_module_punk::args::moduledoc::tzint doc/files/punk/args/moduledoc/_module_tzint-1.1.1.tm.html punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.html sa,overtype_module_overtype doc/files/_module_overtype-1.6.6.tm.html shell {index.html shell} {assertion alternative to control::assert} doc/files/punk/_module_assertion-0.1.0.tm.html punkshell_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.html kw,package {index.html package} kw,parsing {index.html parsing} kw,toml {index.html toml} punkshell_module_punk::lib doc/files/punk/_module_lib-0.1.2.tm.html kw,debug {index.html debug} {punk textblock functions} doc/files/_module_textblock-0.1.3.tm.html punkshell_module_punk::island doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_punk::blockletter(0) doc/files/punk/_module_blockletter-0.1.0.tm.html punkshell_module_punk::ansi(0) doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.html overtype_module_overtype doc/files/_module_overtype-1.6.6.tm.html overtype_module_overtype(0) doc/files/_module_overtype-1.6.6.tm.html sa,punkshell_module_punk::char doc/files/punk/_module_char-0.1.0.tm.html kw,faux {index.html faux} sa,punkshell_module_punk::pipe(0) doc/files/punk/_module_pipe-1.0.tm.html frame {index.html frame} toml {index.html toml} sa,punkshell__project_intro(n) doc/files/project_intro.html kw,unofficial {index.html unofficial} encoding {index.html encoding} punkshell_module_punk::sshrun(0) doc/files/punk/_module_sshrun-0.1.0.tm.html sa,punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tclcore doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html sa,punkshell_module_punk::flib doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::encmime doc/files/punk/_module_encmime-0.1.0.tm.html sa,punkshell_module_punk::args(0) doc/files/punk/_module_args-0.2.tm.html punkshell_module_textblock(0) doc/files/_module_textblock-0.1.3.tm.html modpod_module_modpod(0) doc/files/_module_modpod-0.1.4.tm.html zip {index.html zip} {Module repl codethread} doc/files/punk/repl/_module_codethread-0.1.1.tm.html kw,BOM {index.html bom} faux {index.html faux} sa,punkshell_module_punk::pcon(0) doc/files/punk/_module_pcon-1.0.tm.html {file line-handling utilities} doc/files/punk/_module_fileline-0.1.0.tm.html sa,punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.html sa,punkshell_module_punk::nav::fs doc/files/punk/nav/_module_fs-0.1.0.tm.html sa,punkshell_module_punk::repl::codethread doc/files/punk/repl/_module_codethread-0.1.1.tm.html module {index.html module} sa,punkshell_module_punk::blockletter doc/files/punk/_module_blockletter-0.1.0.tm.html symlink {index.html symlink} plugin {index.html plugin} unicode {index.html unicode} sa,punkshell_module_punk::console(0) doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::winlnk(0) doc/files/punk/_module_winlnk-0.1.0.tm.html kw,capability {index.html capability} sa,modpod_module_modpod doc/files/_module_modpod-0.1.4.tm.html kw,crossplatform {index.html crossplatform} punkshell_module_punk::experiment(0) doc/files/punk/_module_experiment-0.1.0.tm.html punkshell_module_punk::pdf doc/files/punk/_module_pdf-0.1.0.tm.html sa,punkshell_module_punk::ubl doc/files/punk/_module_ubl-0.1.0.tm.html {punkshell Changes} doc/files/project_changes.html {punk::args definitions for tcl core commands} doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html fauxlink_module_fauxlink(0) doc/files/_module_fauxlink-0.1.1.tm.html sa,punkshell_module_punk::args::moduledoc::tclcore(0) doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html punkshell_module_textblock doc/files/_module_textblock-0.1.3.tm.html modpod_module_modpod doc/files/_module_modpod-0.1.4.tm.html {Introduction to punkshell} doc/files/project_intro.html punkshell_module_punk::cesu(0) doc/files/punk/_module_cesu-0.1.1.tm.html sa,punkshell(n) doc/files/main.html punkshell_module_punk::assertion(0) doc/files/punk/_module_assertion-0.1.0.tm.html sa,punkshell_module_punk::imap4(0) doc/files/punk/_module_imap4-0.9.tm.html {mime encodings related subset of tcllib mime} doc/files/punk/_module_encmime-0.1.0.tm.html sa,punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.html punkshell_module_termscheme(0) doc/files/_module_termscheme-0.1.0.tm.html punkshell::basictelnet doc/files/punk/_module_basictelnet-0.1.0.tm.html punkshell::basictelnet(0) doc/files/punk/_module_basictelnet-0.1.0.tm.html kw,parse {index.html parse} sa,punkshell_module_scriptwrap(0) doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html tomlish_module_tomlish doc/files/_module_tomlish-1.1.6.tm.html sa,punkshell_module_punk::netbox::man(0) doc/files/punk/netbox/_module_man-0.1.0.tm.html punkshell(n) doc/files/main.html kw,string {index.html string} ssh {index.html ssh} kw,file {index.html file} punkshell_module_punk::nav::fs(0) doc/files/punk/nav/_module_fs-0.1.0.tm.html sa,punkshell_module_punk::console doc/files/punk/_module_console-0.1.1.tm.html punkshell_module_punk::winlnk doc/files/punk/_module_winlnk-0.1.0.tm.html punkshell_module_punk::island(0) doc/files/punk/_module_island-0.1.0.tm.html sa,punkshell_module_poshinfo doc/files/_module_poshinfo-0.1.0.tm.html sa,punkshell_module_argparsingtest(0) doc/files/_module_argparsingtest-0.1.0.tm.html {IMAP4 client} doc/files/punk/_module_imap4-0.9.tm.html punkshell_module_punk::flib(0) doc/files/punk/_module_flib-0.1.0.tm.html punkshell_module_punk::icomm(0) doc/files/punk/_module_icomm-0.1.0.tm.html punkshell_module_punk::libunknown doc/files/punk/_module_libunknown-0.1.tm.html {dec commandset - project} doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html sa,punkshell__project_changes doc/files/project_changes.html {kw,prompt theme} {index.html prompt_theme} kw,experimental {index.html experimental} sa,punkshell_module_punk::aliascore(0) doc/files/punk/_module_aliascore-0.1.0.tm.html punkshell_module_argparsingtest doc/files/_module_argparsingtest-0.1.0.tm.html configuration {index.html configuration} file {index.html file} {args parsing} doc/files/punk/_module_args-0.2.tm.html punkshell_module_punk::rest doc/files/punk/_module_rest-0.1.0.tm.html sa,punkshell_module_punk::winshell doc/files/punk/_module_winshell-0.1.0.tm.html compatibility {index.html compatibility} encodings {index.html encodings} sa,punkshell_module_punk::encmime(0) doc/files/punk/_module_encmime-0.1.0.tm.html {Ansi string functions} doc/files/punk/_module_ansi-0.1.1.tm.html sa,punkshell_module_punk::args::moduledoc::tkcore(0) doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html kw,assertion {index.html assertion} {scriptwrap polyglot tool} doc/files/punk/mix/commandset/_module_scriptwrap-0.1.0.tm.html punkshell_module_punk::path doc/files/punk/_module_path-0.1.0.tm.html sa,overtype_module_overtype(0) doc/files/_module_overtype-1.6.6.tm.html {overtype text layout - ansi aware} doc/files/_module_overtype-1.6.6.tm.html kw,imap4 {index.html imap4} kw,repl {index.html repl} punkshell_module_punk::char(0) doc/files/punk/_module_char-0.1.0.tm.html commandset {index.html commandset} kw,text {index.html text} punkshell_module_punk::mix::commandset::project doc/files/punk/mix/commandset/_module_project-0.1.0.tm.html {Tcl procedures to execute tcl scripts in remote hosts} doc/files/punk/_module_sshrun-0.1.0.tm.html sa,tomlish_module_tomlish(0) doc/files/_module_tomlish-1.1.6.tm.html kw,scriptwrap {index.html scriptwrap} {filesystem islands for safe interps} doc/files/punk/_module_island-0.1.0.tm.html kw,protocol {index.html protocol} sa,punkshell_module_punk::args::moduledoc::tclcore doc/files/punk/args/moduledoc/_module_tclcore-0.1.0.tm.html kw,theme {index.html theme} punkshell_module_punk::safe doc/files/punk/_module_safe-0.1.0.tm.html sa,modpod_module_modpod(0) doc/files/_module_modpod-0.1.4.tm.html repl {index.html repl} sa,punkshell_module_punk::safe(0) doc/files/punk/_module_safe-0.1.0.tm.html punkshell_module_punk::args::moduledoc::tkcore doc/files/punk/args/moduledoc/_module_tkcore-0.1.1.tm.html text {index.html text} BOM {index.html bom} sa,punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.html sa,punkshell_module_picalc(0) doc/files/_module_picalc-0.1.0.tm.html kw,POSH {index.html posh} kw,console {index.html console} punkshell_module_punk::netbox::man doc/files/punk/netbox/_module_man-0.1.0.tm.html {character-set and unicode utilities} doc/files/punk/_module_char-0.1.0.tm.html punkshell_module_punk::aliascore doc/files/punk/_module_aliascore-0.1.0.tm.html string {index.html string} \ No newline at end of file diff --git a/src/embedded/www/doc/files/_module_argparsingtest-0.1.0.tm.html b/src/embedded/www/doc/files/_module_argparsingtest-0.1.0.tm.html index 5235de36..a5a79dc9 100644 --- a/src/embedded/www/doc/files/_module_argparsingtest-0.1.0.tm.html +++ b/src/embedded/www/doc/files/_module_argparsingtest-0.1.0.tm.html @@ -100,7 +100,8 @@
[ - Main Table Of Contents + Home +| Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/www/doc/files/_module_pipe-1.0.tm.html b/src/embedded/www/doc/files/_module_dollarcent-1.1.tm.html similarity index 77% rename from src/embedded/www/doc/files/_module_pipe-1.0.tm.html rename to src/embedded/www/doc/files/_module_dollarcent-1.1.tm.html index 352ec96a..91ab8911 100644 --- a/src/embedded/www/doc/files/_module_pipe-1.0.tm.html +++ b/src/embedded/www/doc/files/_module_dollarcent-1.1.tm.html @@ -1,7 +1,7 @@ -shellspy_module_pipe - - +dollarcent_module_dollarcent - - - -
[ - Main Table Of Contents + Home +| Main Table Of Contents | Table Of Contents | Keyword Index ]
-

shellspy_module_pipe(0) 1.0 doc "-"

+

dollarcent_module_dollarcent(0) 1.1 doc "-"

Name

-

shellspy_module_pipe - Module API

+

dollarcent_module_dollarcent - Module API

Table Of Contents

Overview

-

overview of pipe

+

overview of dollarcent

dependencies

-

packages used by pipe

+

packages used by dollarcent

    -
  • Tcl 8.6

  • +
  • Tcl 8.6-

API

-

Namespace pipe::class

-

class definitions -if { eq ""} { -*** !doctools

-
    -
-

} -} - ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++

-
-

Namespace pipe

-

Core API functions for pipe

+

Namespace dollarcent

+

Core API functions for dollarcent

-

Namespace pipe::lib

+

Namespace dollarcent::lib

Secondary functions that are part of the API

Internal

-

tcl::namespace::eval pipe::system { -*** !doctools

-

Namespace pipe::system

+

Namespace dollarcent::system

Internal functions that are not part of the API

diff --git a/src/embedded/www/doc/files/_module_fauxlink-0.1.1.tm.html b/src/embedded/www/doc/files/_module_fauxlink-0.1.1.tm.html index 5a94163e..cba792b5 100644 --- a/src/embedded/www/doc/files/_module_fauxlink-0.1.1.tm.html +++ b/src/embedded/www/doc/files/_module_fauxlink-0.1.1.tm.html @@ -100,7 +100,8 @@
[ - Main Table Of Contents + Home +| Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/www/doc/files/_module_modpod-0.1.3.tm.html b/src/embedded/www/doc/files/_module_modpod-0.1.3.tm.html index 6e1121ca..ce99d7cf 100644 --- a/src/embedded/www/doc/files/_module_modpod-0.1.3.tm.html +++ b/src/embedded/www/doc/files/_module_modpod-0.1.3.tm.html @@ -100,7 +100,8 @@
[ - Main Table Of Contents + Home +| Main Table Of Contents | Table Of Contents | Keyword Index ]
diff --git a/src/embedded/www/doc/files/_module_modpod-0.1.2.tm.html b/src/embedded/www/doc/files/_module_modpod-0.1.4.tm.html similarity index 86% rename from src/embedded/www/doc/files/_module_modpod-0.1.2.tm.html rename to src/embedded/www/doc/files/_module_modpod-0.1.4.tm.html index ecbf48a5..e8420a06 100644 --- a/src/embedded/www/doc/files/_module_modpod-0.1.2.tm.html +++ b/src/embedded/www/doc/files/_module_modpod-0.1.4.tm.html @@ -93,19 +93,20 @@ } --> -
[ - Main Table Of Contents + Home +| Main Table Of Contents | Table Of Contents | Keyword Index ]
-

modpod_module_modpod(0) 0.1.2 doc "-"

+

modpod_module_modpod(0) 0.1.4 doc "-"

Name

modpod_module_modpod - Module API

@@ -122,14 +123,13 @@
  • API
  • Internal
  • Keywords
  • @@ -159,24 +159,19 @@

    API

    -

    Namespace modpod::class

    -

    class definitions

    -
      -
    -
    -

    Namespace modpod

    +

    Namespace modpod

    Core API functions for modpod

    -

    Namespace modpod::lib

    +

    Namespace modpod::lib

    Secondary functions that are part of the API

    Internal

    -

    Namespace modpod::system

    +

    Namespace modpod::system

    Internal functions that are not part of the API

    diff --git a/src/embedded/www/doc/files/_module_overtype-1.6.5.tm.html b/src/embedded/www/doc/files/_module_overtype-1.6.5.tm.html deleted file mode 100644 index 8d13e59a..00000000 --- a/src/embedded/www/doc/files/_module_overtype-1.6.5.tm.html +++ /dev/null @@ -1,193 +0,0 @@ - - - -overtype_module_overtype - overtype text layout - - - - - -
    [ - Main Table Of Contents -| Table Of Contents -| Keyword Index - ]
    -
    -

    overtype_module_overtype(0) 1.6.5 doc "overtype text layout"

    -

    Name

    -

    overtype_module_overtype - overtype text layout - ansi aware

    -
    - -

    Synopsis

    -
    -
      -
    • package require overtype
    • -
    - -
    -
    - -

    Overview

    -

    overview of overtype

    - -

    dependencies

    -

    packages used by overtype

    -
      -
    • Tcl 8.6

    • -
    • textutil

    • -
    • punk::ansi

      -

      - required to detect, split, strip and calculate lengths of text possibly containing ansi codes

    • -
    • punk::char

      -

      - box drawing - and also unicode character width determination for proper layout of text with double-column-width chars

    • -
    -
    -
    -

    API

    -

    Namespace overtype

    -

    Core API functions for overtype

    -
    -
    overtype::renderspace args
    -

    usage: ?-transparent [0|1]? ?-expand_right [1|0]? ?-ellipsis [1|0]? ?-ellipsistext ...? undertext overtext

    -
    overtype::renderline args
    -

    renderline is the core engine for overtype string processing (frames & textblocks), and the raw mode commandline repl for the Tcl Punk Shell

    -

    It is also a central part of an ansi (micro) virtual terminal-emulator of sorts

    -

    This system does a half decent job at rendering 90's ANSI art to manipulable colour text blocks that can be joined & framed for layout display within a unix or windows terminal

    -

    Renderline helps maintain ANSI text styling reset/replay codes so that the styling of one block doesn't affect another.

    -

    Calling on the punk::ansi library - it can coalesce codes to keep the size down.

    -

    It is a giant mess of doing exactly what common wisdom says not to do... lots at once.

    -

    renderline is part of the Unicode and ANSI aware Overtype system which 'renders' a block of text onto a static underlay

    -

    The underlay is generally expected to be an ordered set of lines or a rectangular text block analogous to a terminal screen - but it can also be ragged in line length, or just blank.

    -

    The overlay couuld be similar - in which case it may often be used to overwrite a column or section of the underlay.

    -

    The overlay could however be a sequence of ANSI-laden text that jumps all over the place.

    -

    renderline itself only deals with a single line - or sometimes a single character. It is generally called from a loop that does further terminal-like or textblock processing.

    -

    By suppyling the -info 1 option - it can return various fields indicating the state of the render.

    -

    The main 3 are the result, overflow_right, and unapplied.

    -

    Renderline handles cursor movements from either keystrokes or ANSI sequences but for a full system the aforementioned loop will need to be in place to manage the set of lines under manipulation.

    -
    -
    -
    - - -
    diff --git a/src/embedded/www/doc/files/_module_overtype-1.6.6.tm.html b/src/embedded/www/doc/files/_module_overtype-1.6.6.tm.html index 40a5d771..57ecb3dd 100644 --- a/src/embedded/www/doc/files/_module_overtype-1.6.6.tm.html +++ b/src/embedded/www/doc/files/_module_overtype-1.6.6.tm.html @@ -100,7 +100,8 @@
    [ - Main Table Of Contents + Home +| Main Table Of Contents | Table Of Contents | Keyword Index ]
    diff --git a/src/embedded/www/doc/files/_module_picalc-0.1.0.tm.html b/src/embedded/www/doc/files/_module_picalc-0.1.0.tm.html index 7277ce4a..ea6b3278 100644 --- a/src/embedded/www/doc/files/_module_picalc-0.1.0.tm.html +++ b/src/embedded/www/doc/files/_module_picalc-0.1.0.tm.html @@ -1,7 +1,7 @@ -shellspy_module_picalc - - +punkshell_module_picalc - - + + + + +
    [ + Home +| Main Table Of Contents +| Table Of Contents +| Keyword Index + ]
    +
    +

    punkshell_module_punk::pdf(0) 0.1.0 doc "-"

    +

    Name

    +

    punkshell_module_punk::pdf - Module API

    +
    + +

    Synopsis

    +
    +
      +
    • package require punk::pdf
    • +
    +
    +
    + +

    Overview

    +

    overview of punk::pdf

    + +

    dependencies

    +

    packages used by punk::pdf

    +
      +
    • Tcl 8.6

    • +
    +
    +
    +

    API

    +

    Namespace punk::pdf

    +

    Core API functions for punk::pdf

    +
    +
    +
    +

    Namespace punk::pdf::lib

    +

    Secondary functions that are part of the API

    +
    +
    +
    +
    + + +
    diff --git a/src/embedded/www/doc/files/punk/_module_pipe-1.0.tm.html b/src/embedded/www/doc/files/punk/_module_pipe-1.0.tm.html index 85e63022..1ef24a71 100644 --- a/src/embedded/www/doc/files/punk/_module_pipe-1.0.tm.html +++ b/src/embedded/www/doc/files/punk/_module_pipe-1.0.tm.html @@ -1,7 +1,7 @@ -shellspy_module_punk::pipe - - +punkshell_module_punk::pipe - - - -
    [ - Main Table Of Contents -| Table Of Contents -| Keyword Index + Home +| Main Table Of Contents +| Table Of Contents +| Keyword Index ]
    -

    punkshell_module_punk::args::tclcore(0) 0.1.0 doc "tcl core argument definitions"

    +

    punkshell_module_punk::ubl(0) 0.1.0 doc "-"

    Name

    -

    punkshell_module_punk::args::tclcore - punk::args definitions for tcl core commands

    +

    punkshell_module_punk::ubl - Module API

    Table Of Contents

      @@ -122,13 +123,14 @@
    • API
    • Internal
    • Keywords
    • @@ -138,48 +140,58 @@

      Synopsis

        -
      • package require punk::args::tclcore
      • +
      • package require punk::ubl

      Description

      -

      -

      +

      Basic UBL

      +

      https://docs.oasis-open.org/ubl/os-UBL-2.4/ + ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++

      Overview

      -

      overview of punk::args::tclcore

      +

      overview of punk::ubl

      dependencies

      -

      packages used by punk::args::tclcore

      +

      packages used by punk::ubl

      • Tcl 8.6

      • -
      • punk::args

      • -
      • textblock

      API

      -

      Namespace punk::args::tclcore

      -

      Core API functions for punk::args::tclcore

      +

      Namespace punk::ubl::class

      +

      class definitions +if { eq ""} { +*** !doctools

      +
        +
      +

      } +} + ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++

      +
      +

      Namespace punk::ubl

      +

      Core API functions for punk::ubl

      -

      Namespace punk::args::tclcore::lib

      +

      Namespace punk::ubl::lib

      Secondary functions that are part of the API

      Internal

      -

      tcl::namespace::eval punk::args::tclcore::system { +

      tcl::namespace::eval punk::ubl::system { *** !doctools

      -

      Namespace punk::args::tclcore::system

      +

      Namespace punk::ubl::system

      Internal functions that are not part of the API