sboard
Display a collection in the style of a scrum board to the console
usage: sboard [-h] [-c [COLUMNS]] [-b] [-g FIELD] [-i FILTER] [-s FIELD]
[--version]
[collection]
Positional Arguments
- collection
The collection to return. If none is given, all cards are returned.
Named Arguments
- -c, --columns
A comma separated list of columns to return.
- -b, --bare
Return bare paths only suitable for scripting. Effectively shorthand for sbl -H -c path.
Default: False
- -g, --group-by
Group by field in card. Can use multiple group-by arguments to have multiple levels of grouping. Either must be set here, or in config.
- -i, --include
Only include collections that match this filter. The filter is in the format key=value1[, value2, …]. Multiple values verify if the field is any of the values. Multiple –include statements must all be matched.
- -s, --sort-by
Sort by a field in card. Can use multiple sort-by arguments to have multiple levels of grouping. Can prefix field with ^ to reverse the sort.
- --version
show program’s version number and exit