Recipes
Scripts and Shortcuts that update Terminal Widget from the command line or automation tools.
-
Script
AppFigures Sales Dashboard
Track Mac App Store downloads and revenue from AppFigures and push them to three Terminal Widget targets: a daily table and two sparkline c…
-
Script
LAN Performance
This recipe runs a quick LAN throughput test with iperf3, updates a TerminalWidget target, and also prints the measured Mbps to STDOUT. It…
-
Script
NA (Next Actions) Widget
Display your next actions for the current directory in a TerminalWidget. Uses NA. This is run as a prompt hook in Fish (though you can modi…
-
Script
Hostname with Figlet
Output your machine hostname using Figlet and display it in a nicely-formatted widget. Run manually or on login. Requires figlet and the Te…
-
Script
GitHub Contributions Graph
The contrib service at https://brettterpstra.com/contrib renders a PNG of a GitHub user's contribution activity. Point --image at the gener…
-
Script
GitHub Contributions Chart (smooth + JSON)
Drive a native --chart from contrib JSON (chart-data=1, json=1) with --caption-left / --caption-right for the visible date range. Requires…
-
Script
API Health Check
Poll a JSON health endpoint and show a green check or red error icon in Terminal Widget based on the response status.
-
Script
Network Speed History Chart (waveform)
Run networkQuality, append results to a CSV history file, and render download/upload waveform charts in Terminal Widget. Add medium widgets…
-
Script
Time Machine Status and Backup Progress
Show current Time Machine state, including percent complete while a backup is running. Run on an interval with a launchd user agent so the…
-
Script
Capture Real Command Progress (rsync)
Parse rsync --info=progress2 output and continuously update a Terminal Widget progress bar while syncing.
-
Script
Configure a Widget Tap Action
Persist tap/click actions on a widget target. Actions survive later display updates until changed or cleared with --clear-action.