Commands overview
Running buzz with no arguments launches the interactive TUI.
Every common action is also available as a one-shot subcommand that prints plain
output and exits — ideal for scripts, cron jobs, and status bars.
Command index
Section titled “Command index”| Command | Description |
|---|---|
buzz next | Terse summary of the next due goal |
buzz list | List all goals with a summary overview |
buzz today | All goals due today |
buzz tomorrow | All goals due tomorrow |
buzz due | Goals due within a duration you specify |
buzz less | All do-less type goals |
buzz view | Detailed information about a goal |
buzz schedule | Deadline distribution across a 24-hour day |
buzz review | Interactive review of all goals |
| Command | Description |
|---|---|
buzz add | Add a datapoint to a goal |
buzz refresh | Refresh autodata for a goal |
buzz charge | Create a charge on your account |
buzz deadline | Change a goal’s deadline |
buzz ratchet | Remove safety buffer from a goal |
buzz auth login | Authenticate with Beeminder |
Global flags
Section titled “Global flags”--no-color
Section titled “--no-color”If you prefer plain text output without colors, use the global --no-color flag
with any command:
buzz --no-color nextbuzz --no-color todaybuzz --no-color view mygoalbuzz --no-color # Even works with the TUIThe flag can be placed anywhere on the command line and works with all buzz commands. This is useful for:
- Terminal environments with limited color support
- Scripts or automation where colored output is not desired
- Screen readers or accessibility tools
- Logging output to files
Urgency colors
Section titled “Urgency colors”Commands that list goals color-code each one by deadline urgency, using the same scheme as the TUI grid:
| Color | Meaning |
|---|---|
| Red | Overdue or due today (safebuf < 1) |
| Orange | Due within 1 day (safebuf < 2) |
| Blue | Due within 2 days (safebuf < 3) |
| Green | Due within 3–6 days (safebuf < 7) |
| Gray | Due in 7+ days |
buzz is built by Nathan Arthur and Pine Peak Digital.