64x64base

Command Catalog

Source-derived DotTalk++ command catalog produced from the central registry and @dottalk.usage contracts.

This page is a website derivative of the vertical documentation system. The command names come from D:\code\ccode\src\cli\shell_commands.cpp; summaries and status fields come from parsed @dottalk.usage v1 blocks when available.

Publication rule: runtime/source truth wins over this page. This page should be regenerated or reviewed when command registration, HELP, CMDHELP, or usage contracts change.

Source extraction snapshot: 218 registered command keys and 202 parsed usage contract blocks.

Source-Derived Commands

CommandCategoryStatusSummarySource
!registeredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
ABOUTreportsupportedPrint DotTalk++ project identity, lineage, author, runtime environment, and current session summary.src\cli\cmd_about.cpp
AGGSaggregatesupportedAGGS is the aggregate family/owner for the direct aggregate verbs SUM, AVG, MIN, and MAX.src\cli\cmd_aggs.cpp
APPENDdatasupportedAppend one or more blank records to the current table, using smart append paths that maintain keys and active indexes, or raw append paths when requested.src\cli\cmd_append.cpp
APPEND_BLANKdatasupportedAppend one blank record using the shared append support path so APPEND and APPEND BLANK behavior stay aligned.src\cli\cmd_append_blank.cpp
ARCTICTALKregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
AREAworkspacesupportedReport the current work-area slot and current area file/session state.src\cli\cmd_area.cpp
AREA51registeredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
ASCENDindexsupportedSet the active order/tag direction to ascending for the current work area.src\cli\cmd_ascend.cpp
ASCIIeducation-referencesupportedPrint ASCII/extended ASCII reference tables and selected ranges.src\edu\edu_ascii_table.cpp
AUTODBFio schemaexperimentalCreate an X64 DBF from a CSV file and import the CSV rows into the newly created table. CSV headers may become field names; when there is no header, deterministic FIELDnnn names are generated.src\cli\cmd_autodbf.cpp
AVERAGEregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
AVGregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
BANGshellsupportedLaunch the host operating-system shell or execute a host shell command.src\cli\cmd_bang.cpp
BBOXeducationexperimentalTeach and inspect the Blackbox model: data enters a processing system and information comes out.src\cli\cmd_bbox.cpp
BELLuisupportedRing the bell when enabled, or turn the shell bell setting on or off.src\cli\cmd_bell.cpp
BETAhelpsupportedList, inspect, and update beta tracking items and runtime beta-status overrides.src\cli\cmd_beta.cpp
BIBLETALKregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
BOOLEANeducation-expressionsupportedEvaluate a boolean expression through xexpr and print .T. or .F.src\edu\edu_boolean.cpp
BOTTOMnavigationsupportedMove the current work-area cursor to the last visible/logical record.src\cli\cmd_bottom.cpp
BROWSEuisupportedEnter the refactored BROWSE module through the legacy global command symbol, preserving existing callers while delegating implementation.src\cli\cmd_browse.cpp
BROWSERuisupportedEnter a minimal interactive browser with list, display, goto, edit, help, and quit commands, delegating work to existing command handlers.src\cli\cmd_browser.cpp
BROWSETUIuisupportedEnter the full-screen Turbo/console browse UI with create, read, update, delete, append, navigation, and staged edit support.src\cli\cmd_browsetui.cpp
BROWSETVregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
BUILDLMDBindexsupportedBuild or rebuild the LMDB backing store for a CDX container using one LMDB environment per table container and named databases for tags.src\cli\cmd_buildlmdb.cpp
CALCexpressionsupportedEvaluate an xexpr scalar expression and print the result. When the input is an assignment to a real field in the current area, CALC delegates to CALCWRITE for mutation semantics.src\cli\cmd_calc.cpp
CALCWRITEdatasupportedEvaluate an expression and write the result into a field in the current record, preserving type normalization, validation, memo conversion, table-buffer semantics, and direct-write index maintenance.src\cli\cmd_calcwrite.cpp
CANARYregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
CASEeducation-referencesupportedList and show educational case-study catalog entries.src\edu\edu_case.cpp
CDXindexsupportedManage CDX index container metadata: create containers, inspect header/tag directories, add tags, and drop tags.src\cli\cmd_cdx.cpp
CHRISTMASeducation-demosupportedPrint the retro colored ASCII Christmas tree demo.src\edu\edu_christmas.cpp
CLEARuisupportedClear the terminal screen using the platform console command or ANSI escape sequence without touching the database engine.src\cli\cmd_clear.cpp
CLOSEworkspacesupportedClose the current work area, honoring dirty table-buffer prompts, clearing memo/order/table slot state, and clearing affected relation state.src\cli\cmd_close.cpp
CMDARGCHKregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
CMDHELPhelpsupportedBuild or report the current HELP DATA catalogs and their legacy compatibility views.src\cli\cmdhelp.cpp
CMDHELPCHKhelp-diagnosticssupportedValidate HELP/catalog artifacts and reflection metadata against command registry expectations, legacy HELP DBF rows, and HELP DATA v2 artifacts.src\cli\command_helpchk.cpp
CMDRELregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
CNXindexsupportedManage CNX index container metadata: create containers, inspect header/tag directories, add/drop tags, and walk/trace RUN1 tag structures.src\cli\cmd_cnx.cpp
COBOLeducation-toolchainsupportedExport STUDENTS data for COBOL exercises and build/run/test COBOL programs.src\edu\edu_cobol.cpp
CODASYLeducationsupportedProvide a thin CODASYL teaching veneer over already-open DotTalk++ work areas, simulating owner/member set traversal without a second storage engine.src\cli\cmd_codaysl.cpp
COLORuisupportedReport or set the console color theme and tree-color behavior.src\cli\cmd_color.cpp
COMMANDSHELPregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
COMMITdatasupportedApply buffered TABLE changes to the current area or all open buffered areas, locking records at commit time and preserving legacy index rebuild compatibility.src\cli\cmd_commit.cpp
CONTINUEnavigationsupportedContinue a previous LOCATE search, or continue with an explicit FOR predicate, following active order when present.src\cli\cmd_continue.cpp
COPYfile-tablesupportedCopy the current DBF, convert the current table to a target DBF flavor, or copy a filesystem file.src\cli\cmd_copy.cpp
COUNTquerysupportedCount records in the current logical rowset using selector-backed and predicate-backed scan paths, preserving cursor cohesion.src\cli\cmd_count.cpp
CREATEschemasupportedCreate a DBF table in the configured DBF path slot using the requested xBase/DBF flavor and field specification.src\cli\cmd_create.cpp
DBAREAworkspacesupportedReport the current DbArea/work-area state, including file identity, logical name, record counts, current record, active order/index status, and field structure.src\cli\cmd_dbarea.cpp
DBAREASworkspacesupportedReport current, selected, or all open DbArea/work-area state.src\cli\cmd_dbareas.cpp
DDICTregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
DDLschemasupportedFetch schema files, validate schema files, and create DBF tables from JSON schema definitions with optional seed rows and sidecar metadata.src\cli\cmd_ddl.cpp
DELETEdatasupportedMark the current record or selected records deleted, honoring filters and applying index delete snapshots in direct-write mode.src\cli\cmd_delete.cpp
DESCENDindexsupportedSet the active order/tag direction to descending for the current work area.src\cli\cmd_descend.cpp
DIRfilesystemsupportedList a directory or show a single file entry through DotTalk++ path resolution.src\cli\cmd_dir.cpp
DISPLAYrecordsupportedDisplay the current record or display a requested record by record number.src\cli\cmd_display.cpp
DOTHELPhelpsupportedShow project-native DotTalk++ reference entries from the dotref catalog.src\cli\cmd_dothelp.cpp
DOTSCRIPTscriptsupportedRun a DotTalk++ script file, resolving bare names through script/test search locations, supporting @file notation, TRACE mode, and one-level subscript nesting.src\cli\cmd_dotscript.cpp
DRAWIOintegrationsupportedLaunch diagrams.net, or list/open draw.io files from configured diagram paths.src\cli\cmd_drawio.cpp
DUMPreportsupportedDump every record from the current work area in legacy pipe-delimited form.src\cli\cmd_dump.cpp
ECHOoutputsupportedPrint or comment-echo text through the output router depending on SET ECHO state.src\cli\cmd_echo.cpp
EDITutility-editorsupportedLaunch the configured external editor for a file path.src\edu\edu_edit.cpp
ELSEscript-flow-helperimplementation-shimEmpty translation-unit shim for ELSE command ownership.src\cli\cmd_else.cpp
ENDIFsyntax-commandactiveClose an IF control block.src\cli\cmd_if.cpp
ENDLOOPscriptsupportedEnd the active LOOP block and replay buffered commands through the shell executor.src\cli\cmd_loop.cpp
ENDSCANsyntax-commandactiveClose a SCAN loop block.src\cli\cmd_scan.hpp
ENDUNTILsyntax-commandactiveClose an UNTIL loop/control block.src\cli\cmd_loop.hpp
ENDWHILEsyntax-commandactiveClose a WHILE loop block.src\cli\cmd_loop.hpp
ERASEdestructive-filesupportedPhysically delete a DBF table file and known same-stem sidecar files.src\cli\cmd_erase.cpp
ERPintegration-helperimplementation-shimTranslation-unit shim for ERP/LabTalk integration includes.src\cli\cmd_erp.cpp
ERROR CLEARregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
ERROR STATUSregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
ERROR TESTregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
ERROR_CLEARdiagnosticssupportedClear the last xBase_64 error context.src\cli\cmd_error_clear.cpp
ERROR_STATUSdiagnosticssupportedDisplay the last xBase_64 error in a structured, HRESULT-style diagnostic format.src\cli\cmd_error_status.cpp
ERROR_TESTdiagnosticssupportedRun the xBase_64 error subsystem self-test and update last-error state on failure.src\cli\cmd_error_test.cpp
ERSATZrelational-browsersupportedRelational browser and tuple-stream helper for current workspace/session, with navigation, tree/grid rendering, workspace handoff, and delta baselines.src\cli\cmd_ersatz.cpp
EVALUATEregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
EXAMPLEdiagnosticssupportedMinimal example/test command used to verify token parsing and command routing.src\cli\cmd_example.cpp
EXITregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
EXPFUNCSregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
EXPORTiosupportedExport the current DBF rowset, or an already-open named work area, to a delimited file.src\cli\cmd_export.cpp
EXPORTSQLregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
FIELDMGRschemasupportedInspect and modify field definitions for the current DBF through the shared fields manager layer.src\cli\cmd_fieldmgr.cpp
FIELDSreportsupportedReport the field list for the current work area with aligned field number, name, type, length, and decimal columns.src\cli\cmd_fields.cpp
FINDnavigationsupportedFind text in the current table, delegating to SEEK when the active order can satisfy the request and otherwise scanning the selected field.src\cli\cmd_find.cpp
FIRSTnavigationsupportedMove the current work-area cursor to the first visible/logical record.src\cli\cmd_first.cpp
FORMULAregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
FOXHELPhelpsupportedList or search the static FoxPro-style command catalog.src\cli\cmd_foxhelp.cpp
FOXPROregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
FOXSTANDARDhelpsupportedRender static historical FoxPro-standard reference topics.src\cli\cmd_foxstandard.cpp
FOXTALKregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
GENERICregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
GOnavigationsupportedRefresh the current record, move to table/order endpoints, move to an absolute record number, or skip relative to the current record.src\cli\cmd_go.cpp
GOTOnavigationsupportedMove the current work-area cursor to an absolute record number, first record, or last record through the shared navigation layer.src\cli\cmd_goto.cpp
GPSreportsupportedReport current work-area position, including area slot, table label, physical record number, and computed logical row.src\cli\cmd_gps.cpp
HELPhelpsupportedRoute user help requests across DotTalk command, function, FoxPro, PowerShell, SQL, beta, predicate, and educational help surfaces.src\cli\cmd_help.cpp
HIERdev-hierarchydev-toolDeveloper hierarchy service command for creating, moving, validating, and listing nested hierarchy nodes in the current DbArea.src\dewey\cmd_hier.cpp
IDXeducation-index-helperbackend-helperBackend/helper implementation for the educational memory-only IDX command.src\edu\edu_idx.cpp
IFscriptsupportedStart an IF/ELSE/ENDIF conditional block using the shell's shared boolean expression evaluator and control-flow stack.src\cli\cmd_if.cpp
IMAGEshellsupportedInspect image file metadata or open a supported image file in the operating system viewer.src\cli\cmd_image_display.cpp
IMPORTiosupportedImport records from a CSV file into the current open table by matching CSV headers to field names case-insensitively.src\cli\cmd_import.cpp
IMPORTSQLregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
INDEXindexsupportedBuild an INX index file from the current table using a field key, tag/file name, optional direction, and optional INX format.src\cli\cmd_index.cpp
INDEXSEEKnavigationsupportedReturn the record number for a value using active CDX/LMDB order or legacy INX fallback, restoring the caller's cursor.src\cli\cmd_indexseek.cpp
INITscriptsupportedInitialize runtime paths, cleanup stale locks, and run system/user init scripts from the executable directory.src\cli\cmd_init.cpp
INSERTsqlsupportedInsert a new record into the current DBF work area using SQL-like syntax.src\cli\cmd_sql_insert.cpp
LASTnavigationsupportedMove the current work-area cursor to the last visible/logical record.src\cli\cmd_last.cpp
LISTreportsupportedDisplay rows from the current work area using classic LIST-style output, honoring active order/index state and optional filtering modes.src\cli\cmd_list.cpp
LIST_LMDBindexsupportedEnumerate records in active LMDB/CDX index order without in-memory sorting.src\cli\cmd_list_lmdb.cpp
LMDBindexdeveloperInspect and control the per-area LMDB backed CDX index backend through the current DbArea IndexManager.src\cli\cmd_lmdb.cpp
LMDB_UTILdiagnosticsdeprecatedDeprecated disabled LMDB utility command that points users to the per-area LMDB command.src\cli\cmd_lmdb_util.cpp
LMDBDUMPdiagnosticsdeveloperOpen an LMDB environment read-only and dump keys and values for diagnostics, with optional named DB, grep, limit, and start-key controls.src\cli\cmd_lmdb_dump.cpp
LOCATEnavigationsupportedLocate the first record matching a predicate, using simple CDX fast-path when possible and selector-backed scanning otherwise.src\cli\cmd_locate.cpp
LOCKconcurrencysupportedAcquire record or table locks for the current table and inspect lock status or lock ownership.src\cli\cmd_lock.cpp
LOOPscriptsupportedStart buffering commands for later replay by ENDLOOP, with optional quiet mode and numeric repetition labels.src\cli\cmd_loop.cpp
LOOP_BUFFERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
MAINTmaintenanceexperimentalInspect DotTalk++ maintenance lanes, cookbooks, status, contracts, and protected-system boundaries.src\cli\cmd_maint.cpp
MANSTARsrc\cli\cmd_manstar.cpp
MANUALmanualgenexperimentalInspect the accepted MAN* manualgen catalog from inside DotTalk++.src\cli\cmd_manual.cpp
MAXregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
MCCdemosupportedLoad the MCC v32 demo workspace as a one-command starter demo.src\cli\cmd_mcc.cpp
MEMOmemosupportedInspect and maintain x64 memo sidecar/object storage for the current work area or all open work areas.src\cli\cmd_memo.cpp
MINregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
MSGMGRmessagingsupportedMessage Manager command house for runtime messaging and locale-spine inspection surfaces.src\cli\cmd_msgmgr.cpp
MULTIREPregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
NEXTnavigationsupportedMove the current work-area cursor to the next visible/logical record.src\cli\cmd_next.cpp
NORMALIZEeducation-normalizationsupportedDemonstrate field-value normalization rules for C/N/D/L field types.src\edu\edu_normalize.cpp
PACKdestructive-table-structuresupportedPhysically remove deleted records by rewriting the current DBF; x64 memo tables rebuild both DBF and DTX sidecar with remapped memo ids.src\cli\cmd_pack.cpp
PRIORnavigationsupportedMove to the previous visible record in the current logical view.src\cli\cmd_prior.cpp
PRNoutputsupportedReport or configure the PRN output destination used by the output router.src\cli\cmd_prn.cpp
PROJECTSprojectsupportedList, create, inspect, tree, or delete project skeleton directories under the configured PROJECTS slot.src\cli\cmd_projects.cpp
PSHELLreference-helperimplementation-helperPowerShell reference catalog presentation helper used by the PSHELL command.src\cli\cmd_pshell.cpp
QUITregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
RBROWSEbrowser-aliascompatibility-aliasCompatibility spelling for the ERSATZ relational browser.src\cli\cmd_rbrowse.cpp
REBUILDindexsupportedRebuild a CNX container for the current table, using the active CNX or a supplied CNX name/path and clearing TABLE stale state on success.src\cli\cmd_rebuild.cpp
RECALLtable-mutationsupportedClear deleted flags on the current record or selected deleted records.src\cli\cmd_recall.cpp
RECNOnavigationsupportedReport the current record number or navigate to an explicit record number.src\cli\cmd_recno.cpp
RECORDregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
RECORDVIEWregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
REFRESHtablesupportedReopen the current table from disk and restore cursor/order state best-effort.src\cli\cmd_refresh.cpp
REINDEXindexsupportedCanonical rebuild dispatcher for INX, CNX, CDX/LMDB, and student index families, choosing a default family by table flavor when no family is given.src\cli\cmd_reindex.cpp
RELregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
REL_LISTregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
REL_REFRESHregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
RELATIONSrelationsupportedInspect and manage active relation definitions, relation files, and relation enumeration helpers.src\cli\cmd_relations.cpp
REPLACEdatasupportedReplace one field in the current record by field name or field index, preserving RHS expression evaluation, type validation, memo conversion, and table-buffer semantics.src\cli\cmd_replace.cpp
RETROdisplaysupportedDisplay ASCII-safe retro computer/system splash screens.src\cli\cmd_retro.cpp
ROLLBACKtable-buffersupportedDiscard buffered/uncommitted table changes for the current area or all areas.src\cli\cmd_rollback.cpp
RULEvalidationsupportedInspect rule catalog paths, bindings, and field constraints for the current work area.src\cli\cmd_rule.cpp
SCANscriptsupportedBuffer and execute a SCAN...ENDSCAN record loop over the current logical rowset.src\cli\cmd_scan.cpp
SCAN_BUFFERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SCHEMAScompatibilitydeprecated-compatDeprecated compatibility shim that routes old SCHEMAS commands to WORKSPACE.src\cli\cmd_schemas.cpp
SECURITYdiagnosticssupportedDisplay x64Base security policy/runtime diagnostics or run built-in security self-tests.src\cli\cmd_security.cpp
SEEKnavigationsupportedSeek a value through the active order/tag or by scanning a specified field.src\cli\cmd_seek.cpp
SELECTworkspacesupportedSelect the current work area by numeric slot or by work-area/table name.src\cli\cmd_select.cpp
SETsettingssupportedGeneral SET dispatcher for session settings, output routing, table buffering, paths, case/near behavior, and index/order/filter/relation subcommands.src\cli\cmd_set.cpp
SET RELATIONrelationssupportedFoxPro-compatible SET RELATION parser that configures parent-to-child relations through the relations_api backend.src\cli\cmd_set_relation.cpp
SET UNIQUEconstraintssupportedReport or configure per-table unique-field registry entries.src\cli\cmd_setunique.cpp
SETCASEregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETCDXregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETCNXregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETFILTERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETINDEXregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETLMDBregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETNEARregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETORDERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SETPATHenvironment-helperimplementation-helperPath-slot support implementation used by SETPATH and related commands.src\cli\cmd_setpath.cpp
SFTPnetworksupportedWrap the system OpenSSH sftp client for LS, GET, and PUT file transfer.src\cli\cmd_sftp.cpp
SHOWdiagnosticssupportedShow table, column, or active order/index information for the current work area.src\cli\cmd_sql_show.cpp
SHOWINIdiagnosticssupportedDisplay a table-specific .ini file, either derived from the current table or from an explicit file/path.src\cli\cmd_showini.cpp
SHUTDOWNscriptsupportedRun the optional shutdown.ini script from the executable directory.src\cli\cmd_shutdown.cpp
SIMPLEBROWSEbrowsersupportedCanonical single-table DBF browser/editor, order-aware through the shared order iterator.src\cli\cmd_simple_browser.cpp
SIXeducation-indeximplementation-presentEducational SIX/local-index stub command for create/build/info operations.src\edu\edu_six.cpp
SKIPnavigationsupportedMove the current work-area cursor forward or backward using filter-aware navigation selection.src\cli\cmd_skip.cpp
SMARTBROWSEregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SMARTLISTreportsupportedFilter-aware, order-aware table listing with optional projections, tuple output, debug tracing, deleted-record modes, and predicate filtering.src\cli\cmd_smartlist.cpp
SNXregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
SORTdatasupportedCreate a sorted DBF copy from the current table using expression keys, optional filters, projection fields, deleted-record selection, and UNIQUE.src\cli\cmd_sort.cpp
SQLsqlsupportedEvaluate SQL-like COUNT/FOR predicates over the current DBF work area.src\cli\cmd_sql.cpp
SQLERASEsqlsupportedMark records deleted using SQL-like ERASE FROM WHERE syntax.
src\cli\cmd_sql_erase.cpp
SQLHELPreferencesupportedDisplay or search the SQL helper/reference catalog.src\cli\cmd_sql_help.cpp
SQLITEsqlsupportedThin SQLite command wrapper for status, connection management, Bible seed helpers, metadata inspection, SELECT queries, and EXEC statements.src\cli\cmd_sqlite.cpp
SQLSELsqlsupportedEvaluate SQL-like selection predicates over the current DBF work area.src\cli\cmd_sql_select.cpp
SQLVERsqlsupportedReport whether SQLite support is available and print the linked SQLite library version when available.src\cli\cmd_sqlver.cpp
STATUSworkspacesupportedReport current or all open work-area status, including workspace occupancy, DBF flavor, active order/index state, tags, records, and optional structure details.src\cli\cmd_status.cpp
STRUCTworkspacesupportedReport DBF field structure and index/container information for the current area or all open areas.src\cli\cmd_struct.cpp
SUMregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
TABLE_BUFFERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
TABLEMETAregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
TESTtestsupportedRun a DotTalk++ test or script file through the shell command executor, with optional log output and verbose echoing.src\cli\cmd_test.cpp
TEXTutility-editorsupportedOpen the text editor with an empty buffer, literal text, a file, or a memo field target stub.src\edu\edu_text.cpp
TOPnavigationsupportedMove the current work-area cursor to the first visible/logical record using the shared filter-aware navigation selector.src\cli\cmd_top.cpp
TUPEXPORTtuplesupportedExport tuple graph rows to a CSV file using a tuple spec, optional field list, and optional FOR predicate.src\cli\cmd_tupexport.cpp
TUPLEtuplesupportedBuild and print a tuple row from the canonical tuple builder using a tuple field specification and optional output flags.src\cli\cmd_tuple.cpp
TUPLEDELTAtupleexperimentalCompare two named tuple streams and report insert, delete, and update deltas. The loader remains a skeleton until tuple stream storage is finalized.src\cli\cmd_tupledelta.cpp
TUPTALKtuplesupportedTuple-based normalization test harness and live DBF capture tool for building, normalizing, dumping, exporting, and pushing tuple entries.src\cli\cmd_tuptalk.cpp
TUPVALIDATEtuplesupportedValidate tuple graph rows for the current table using the tuple graph cursor and relation-aware tuple validation layer.src\cli\cmd_tupvalidate.cpp
TURBOPACKdestructive-table-structuresupportedFast byte-oriented compaction for plain non-memo, non-x64 DBF tables.src\cli\cmd_turbo_pack.cpp
TVISIONdiagnosticsstubConfirm Turbo Vision/TUI support is linked; this is currently a stub.src\cli\cmd_tvision.cpp
UNDELETEregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
UNLOCKlockingsupportedRelease the current record lock, a specified record lock, or the table lock.src\cli\cmd_unlock.cpp
UNTILscriptsupportedBuffer and execute an UNTIL...ENDUNTIL loop from the current record until a boolean expression becomes true.src\cli\cmd_until.cpp
UNTIL_BUFFERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
UPDATEsqlsupportedUpdate records in the current DBF work area using SQL-like SET/WHERE syntax.src\cli\cmd_sql_update.cpp
USEworkspacesupportedOpen a DBF table into the current work area, with duplicate-open guard, memo auto-attach, optional index auto-attach, and NOINDEX physical-order mode.src\cli\cmd_use.cpp
VALIDATEvalidationsupportedRoute validation subcommands such as VALIDATE UNIQUE to their handlers.src\cli\cmd_validate.cpp
VARscriptingsupportedValidate and accept DotScript variable assignment syntax.src\cli\cmd_var.cpp
VERSIONreportsupportedReport the DotTalk++ version label and build date/time.src\cli\cmd_version.cpp
WAdiagnosticssupportedPrint the WorkAreaManager/engine bridge report and pointer identity checks.src\cli\cmd_wamreport.cpp
WEBnetworksupportedOpen, fetch, or inspect web URLs using the default handler or WinHTTP.src\cli\cmd_web.cpp
WHEREfiltersupportedShow, set, debug, or clear the WHERE predicate state bound into SET FILTER.src\cli\cmd_where.cpp
WHERECACHEdiagnosticssupportedInspect or tune the shared WHERE expression evaluation cache.src\cli\cmd_wherecache.cpp
WHILEscriptsupportedBuffer and execute a WHILE...ENDWHILE loop from the current record while a boolean expression remains true.src\cli\cmd_while.cpp
WHILE_BUFFERregisteredregisteredRegistered in the central shell command registry; no parsed @dottalk.usage block was matched by this website extraction pass.src/cli/shell_commands.cpp
WORKSPACEworkspacesupportedReport and manage live work-area/session layout.src\cli\cmd_workspace.cpp
WSREPORTdiagnosticssupportedPrint a workspace/status report covering open areas, LMDB/order summary, and table-buffer state.src\cli\cmd_wsreport.cpp
ZAPdestructive-tablesupportedRemove all records from the current non-memo DBF while preserving structure.src\cli\cmd_zap.cpp
ZIParchivesupportedList, create, or extract ZIP archives through the configured ZIP backend.src\cli\cmd_zip.cpp