lspace content
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
lspace content
    Access to the documents stored in a vault.

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). The shown documents are put into the content dex.

lspace content details [OPTIONS] [<uuid>] [<attribute>]
    Show all information we have about the specified document. I.e. all the tags. The document is placed into the content dex, as the most current entry.

lspace content directory [<path>]
    Query or change the directory used to store content. Empty by default, indicating integrated storage. Can be changed if and only if the vault has no documents yet.

lspace content enter [OPTIONS] <path>...
    Add the named files as documents to the vault. Print the paths and assigned uuids.

lspace content exit
    Exit the shell. No-op if not in a shell.

lspace content get [<uuid>] <path>
    Store the content of the specified document into the given file. The document is placed into the content dex, as the most current entry.

lspace content has <uuid>
    Test if the document specified by full uuid is known to the vault. The exit status can be used directly by a shell's `if` command, and similar.

lspace content help [OPTIONS] [<cmdname>...]
    Retrieve help for a command or command set. Without arguments help for all commands is given. The default format is --full.

lspace content mode [<mode>]
    Query or change the default storage mode used when entering documents.

lspace content next [OPTIONS] [<uuid>]
    List a page of documents. As calls are made the entire set of documents is shown in forward sorting order. The shown documents are put into the content dex.

lspace content page-size [<n>]
    Query or change the page size used by next and prev. This is also the size of the content dex.

lspace content path [<uuid>]
    Return the path of the specified document. This is only sensible for detached vaults or indexed documents as un-indexed documents in integrated vaults have no externally visible file to return the path of.

lspace content prev [OPTIONS] [<uuid>]
    List a page of documents. As calls are made the entire set of documents is shown in backward sorting order. The shown documents are put into the content dex.

lspace content push <transient> <compressed> <size> <uuid> <path> [<tagfile>]
    Enter the specified document into the vault, with tags, if any. The supplied path may be transient. The supplied content may be compressed. The uuid to use is supplied, and trusted to be correct.

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. This means that the next `next` (`prev`) will begin at the top (bottom).

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. When changing the sorting mode the pager state is reset.

lspace content store [<docset>...]
    For all indexed documents in the specified set, verify the uuid and then store their content in the vault. Already stored documents are ignored.

lspace content unlink <path>...
    Remove the specified paths from the index. Paths not in the index are ignored. Documents left without path and not stored are removed.

lspace content verify [<docset>...]
    For all indexed documents in the specified set, verify the uuid. Stored documents are ignored.

Argument Information