Wtfutil

Use this skill when the user wants a personal terminal dashboard — at-a-glance GitHub activity, weather, calendar, RSS feeds, and system stats in one TUI.

javimosch 426eb39 1.3 KB Updated

File contents

wtfutil Plugin

Personal information dashboard for your terminal. Modular widgets show GitHub PRs, Google Calendar, weather, Hacker News, security advisories, and more — all in a single scrollable view.

Installation

go install github.com/wtfutil/wtf@latest
# or
brew install wtfutil

Basic Usage

# Launch the dashboard (uses ~/.config/wtf/config.yml)
wtfutil

# Open with a custom config file
wtfutil --config=~/my-wtf-config.yml

Configuration

Create ~/.config/wtf/config.yml to enable modules. Example modules:

  • GitHub — open PRs and issues (github module)
  • Google Calendar — upcoming events
  • Weather — current conditions via OpenWeatherMap
  • HackerNews — top stories
  • Security — CVE/advisory feeds

See wtfutil docs for module setup and API keys.

Usage Examples

  • "Show my GitHub PRs and today's calendar in the terminal"
  • "Set up a dev dashboard with weather and Hacker News"
  • "Launch my personal WTF dashboard"

SuperCLI

sc wtfutil _ _
sc plugins learn wtfutil

javimosch/supercli/tree/main/plugins/wtfutil/skills/quickstart commit 426eb3974b

Frequently asked questions

npx skillmds@latest add javimosch/wtfutil