lspace
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Content Management
    lspace !                                                                         Re-list the last shown page of documents (by either next or prev)
    lspace = [<uuid>] [<attribute>]                                                  Show all information we have about the specified document
    lspace => <uuid>                                                                 Set the specified uuid as the most recent
    lspace @                                                                         Print the most recently used document uuid
    lspace content => <uuid>                                                         Set the specified uuid as the most recent
    lspace content @                                                                 Print the most recently used document uuid
    lspace content at                                                                Print the most recently used document uuid
    lspace content current                                                           Re-list the last shown page of documents (by either next or prev)
    lspace content details [<uuid>] [<attribute>]                                    Show all information we have about the specified document
    lspace content directory [<path>]                                                Query or change the directory used to store content
    lspace content enter <path>...                                                   Add the named files as documents to the vault
    lspace content get [<uuid>] <path>                                               Store the content of the specified document into the given file
    lspace content has <uuid>                                                        Test if the document specified by full uuid is known to the vault
    lspace content mode [<mode>]                                                     Query or change the default storage mode used when entering documents
    lspace content next [<uuid>]                                                     List a page of documents
    lspace content page-size [<n>]                                                   Query or change the page size used by next and prev
    lspace content path [<uuid>]                                                     Return the path of the specified document
    lspace content prev [<uuid>]                                                     List a page of documents
    lspace content push <transient> <compressed> <size> <uuid> <path> [<tagfile>]    Enter the specified document into the vault, with tags, if any
    lspace content remove [<docset>...]                                              Remove the specified document(s) from the vault
    lspace content reset                                                             Resets the iterator for listing pages of documents to the beginning
    lspace content rm [<docset>...]                                                  Remove the specified document(s) from the vault
    lspace content see <uuid>                                                        Set the specified uuid as the most recent
    lspace content sort [<mode>]                                                     Query or change the sorting mode applied to the document list
    lspace content store [<docset>...]                                               For all indexed documents in the specified set, verify the uuid and then store their content in the vault
    lspace content unlink <path>...                                                  Remove the specified paths from the index
    lspace content verify [<docset>...]                                              For all indexed documents in the specified set, verify the uuid
    lspace contents [<uuid>]                                                         List a page of documents
    lspace current                                                                   Re-list the last shown page of documents (by either next or prev)
    lspace enter <path>...                                                           Add the named files as documents to the vault
    lspace get [<uuid>] <path>                                                       Store the content of the specified document into the given file
    lspace n [<uuid>]                                                                List a page of documents
    lspace p [<uuid>]                                                                List a page of documents
    lspace remove [<docset>...]                                                      Remove the specified document(s) from the vault
    lspace reset                                                                     Resets the iterator for listing pages of documents to the beginning
    lspace rewind [<uuid>]                                                           List a page of documents
    lspace store [<docset>...]                                                       For all indexed documents in the specified set, verify the uuid and then store their content in the vault
    lspace unlink <path>...                                                          Remove the specified paths from the index
    lspace verify [<docset>...]                                                      For all indexed documents in the specified set, verify the uuid

General
    lspace config    Show a table of the current overall vault configuration, with explanations where needed

Introspection
    lspace version    Print version and revision of the application

    Command history
        lspace history clear          Clear the saved history
        lspace history limit [<n>]    Limit the size of the history
        lspace history list [<n>]     Show the saved history of commands

Locating documents
    lspace search dex-size [<n>]    Query or change the size of the search dex
    lspace search do <args>...      Locate documents by tag existence and tag values
    lspace search list              Show saved (named) searches, and the state of the associated result caches
    lspace search named             Show saved (named) searches, and the state of the associated result caches
    lspace search recent            Show dex of previous searches, and the state of the associated result caches

Tag Management
    lspace tag add <tag> [<docset>...]       Add tags and values to documents
    lspace tag list                          Print the names of tags
    lspace tag remove <tag> [<docset>...]    Remove tags and values from documents
    lspace tag replace <uuid> [<tagfile>]    Batch replace all tags of a document with new tags and values, if any
    lspace tag show [<docset>...]            Show the document tags and values
    lspace tag values                        Print the strings of values
    lspace tags                              Print the names of tags
    lspace tagv                              Print the strings of values

Advanced
    Debugging
        lspace debug complete-search <x>    Show completion of search names
        lspace debug complete-tag <x>       Show completion of tag names
        lspace debug complete-uuid <x>      Show completion of document uuids
        lspace debug levels                 List all the debug levels known to the system, which we can enable to gain a (partial) narrative of the application-internal actions
        lspace debug vt-compression         Show the internal map used to validate compression flags
        lspace debug vt-match               Show the internal map used to validate match modes
        lspace debug vt-search              Show the internal map used to validate search names
        lspace debug vt-sort                Show the internal map used to validate sort modes
        lspace debug vt-store               Show the internal map used to validate store modes
        lspace debug vt-tag                 Show the internal map used to validate tag names

Miscellaneous
    lspace content    Access to the documents stored in a vault
    lspace debug      Various commands to help debugging the system itself and its configuration
    lspace history    Manage the command history
    lspace search     Locate documents via their associated tags and tag values
    lspace tag        Access to and management of the tags stored in a vault
    lspace test       Various commands to test the system and its configuration

Global Options
    --color             Force the (non-)use of colors in the output. The default depends on the environment, active when talking to a tty, and otherwise not.
    --database VAULT    Alias of --vault.
    --help              Show the help of the application or of the current command, and stop.
    --no-color          Complementary alias of --color.
    --no-silent         Complementary alias of --silent.
    --silent            Force enable/disable the progress feedback. The default depends on the environment, active when talking to a tty, and otherwise not.
    --vault VAULT       Use an alternate vault instead of the default.
    --version           Print the version number of the application, and stop.
    -?                  Alias of --help.
    -D VAULT            Alias of --vault.
    -h                  Alias of --help.
    -V                  Alias of --version.
    -v                  Alias of --version.

Argument Information