Skip to content

budget

Manage time budgets for tags.

Usage

bash
doing budget [COMMAND]

Subcommands

CommandDescription
listShow current budgets
set TAG DURATIONSet a time budget for a tag
remove TAGRemove a budget for a tag
checkCheck budget status

Examples

Set a weekly budget for a tag:

bash
doing budget set meetings 4h

Check the status of all budgets:

bash
doing budget check

Remove a budget:

bash
doing budget remove meetings

Released under the MIT License.