swrite

Set fields of a card

usage: swrite [-h] [--version] [--set FIELD VALUE] [--set-stdin FIELD] [-o]
              [--add FIELD VALUE] [--remove FIELD VALUE]
              cards [cards ...]

Positional Arguments

cards

Cards to set property on.

Named Arguments

--version

show program’s version number and exit

--set, -s

Fields to set.

--set-stdin, -i

Field to set from stdin.

-o, --stdout

Output to stdout instead of overwriting the card.

Default: False

--add, -a

Add values to an existing list in a card.

--remove, -r

Remove values (case insensitively) from an existing list in a card.