back to home

wtfutil / wtf

The personal information dashboard for your terminal

16,784 stars
847 forks
64 issues
GoMakefileGo Template

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing wtfutil/wtf in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/wtfutil/wtf)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

--- WTF (aka 'wtfutil') is the personal information dashboard for your terminal, providing at-a-glance access to your very important but infrequently-needed stats and data. Used by thousands of developers and tech people around the world, WTF is free and open-source. To support the continued use and development of WTF, please consider sponsoring WTF via GitHub Sponsors. Are you a contributor or sponsor? Awesome! See here for how you can change the exit message, the message WTF shows when quitting, to something special just for you. --- • Installation • Installing via Homebrew • Installing via • Installing via MacPorts • Installing a Binary • Installing from Source • Running via Docker • Communication • GitHub Discussions • Twitter • Documentation • Modules • Getting Bugs Fixed or Features Added • Contributing to the Source Code • Adding Dependencies • Contributing to the Documentation • Contributors • Acknowledgements Installation Installing via Homebrew The simplest way from Homebrew: That version can sometimes lag a bit, as recipe updates take time to get accepted into . If you always want the bleeding edge of releases, you can tap it: Installing via Just run Installing via MacPorts You can also install via MacPorts: Installing a Binary Download the latest binary from GitHub. WTF is a stand-alone binary. Once downloaded, copy it to a location you can run executables from (ie: ), and set the permissions accordingly: and you should be good to go. Installing from Source If you want to run the build command from within your : If you want to run the build command from a folder that is not in your : Installing via Arch User Repository Arch Linux users can utilise the wtfutil package to build it from source, or wtfutil-bin to install pre-built binaries. Documentation See https://wtfutil.com for the definitive documentation. Here's some short-cuts: • Installation • Configuration • Module Documentation Modules Modules are the chunks of functionality that make WTF useful. Modules are added and configured by including their configuration values in your file. The documentation for each module describes how to configure them. Some interesting modules you might consider adding to get you started: • DigitalOcean • GitHub • Google Calendar • HackerNews • Have I Been Pwned • NewRelic • OpsGenie • Security • Transmission • Trello Getting Bugs Fixed or Features Added WTF is open-source software, informally maintained by a small collection of volunteers who come and go at their leisure. There are absolutely no guarantees that, even if an issue is opened for them, bugs will be fixed or features added. If there is a bug that you really need to have fixed or a feature you really want to have implemented, you can greatly increase your chances of that happening by creating a bounty on BountySource to provide an incentive for someone to tackle it. Contributing to the Source Code First, kindly read Talk, then code by Dave Cheney. It's great advice and will often save a lot of time and effort. Next, kindly read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests. Then create your branch, write your code, submit your PR, and join the rest of the awesome people who've contributed their time and effort towards WTF. Without their contributors, WTF wouldn't be possible. Don't worry if you've never written Go before, or never contributed to an open source project before, or that your code won't be good enough. For a surprising number of people WTF has been their first Go project, or first open source contribution. If you're here, and you've read this far, you're the right stuff. Contributing to the Documentation Documentation now lives in its own repository here: https://github.com/wtfutil/wtfdocs. Please make all additions and updates to documentation in that repository. Adding Dependencies Dependency management in WTF is handled by Go modules. Please check out that page for more details on how Go modules work. Acknowledgments The inspiration for came from Monica Dinculescu's tiny-care-terminal. WTF is built atop tcell and tview, fantastic projects both. WTF is built, packaged, and deployed via GoReleaser.