Skip to content

tags

List all tags in the doing file.

Usage

bash
doing tags [OPTIONS]

Options

FlagDescription
--bool BOOL_OPBoolean operator for multiple tag filters (AND, OR, NOT)
--countsShow the number of times each tag appears
--interactiveSelect tags interactively
--lineOutput tags as a comma-separated list on one line
--order ORDERSort order (asc, desc)
--section SECTIONLimit tags to a specific section
--sort SORTSort by field (name, count)

Examples

List all tags with counts:

bash
doing tags --counts

List tags from a specific section sorted by count:

bash
doing tags --section Currently --sort count --order desc

Output tags on a single line:

bash
doing tags --line

Released under the MIT License.