<code>lspace-filter-have</code>
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

Syntax: lspace-filter-have ?/path/to/vault?

The application reads a stream of uuids from the standard input and provides a filtered stream on its standard output, with all entries whose uuid is already present in the specified vault dropped from the stream.

Note that while the command assumes that the uuid is the first element of each entry in the stream the remaining elements can be anything. Accepted entries are passed through in total.

Vault

If no vault is specified the environment variable [LSPACE_VAULT](ev.md) is consulted. If this environment variable does not exist, or is empty, then the default shun database at $HOME/.local/lspace/vault.sqlite is used.