No description
Find a file
2026-01-07 17:25:01 +08:00
.gitignore chore(git): correctly ignore .DS_Store 2025-11-21 09:16:46 +08:00
animation.go style: gofmt all code 2025-11-21 09:06:01 +08:00
brewcheck.go perf: cache stats for fasterlookup 2025-11-21 13:46:10 +08:00
brewget.go feat(cli): new command wthis list 2025-11-28 14:49:00 +08:00
cache.go style: name return types of ReadCache() 2025-11-28 14:48:13 +08:00
go.mod feat(cli): print how recent a formulae is used 2025-11-11 16:52:22 +08:00
go.sum feat(cli): print how recent a formulae is used 2025-11-11 16:52:22 +08:00
main.go Merge branch 'master' of https://github.com/BigCoke233/wtfis 2026-01-07 17:25:01 +08:00
print.go style: gofmt all code 2025-11-21 09:06:01 +08:00
README.md docs(README): fix typo 2025-11-17 14:31:19 +08:00
screenshot.png docs: update README 2025-11-11 20:03:03 +08:00
statistics.go perf: cache stats for fasterlookup 2025-11-21 13:46:10 +08:00

wthis

A CLI tool to fetch information about a Homebrew formulae or cask. wthis stands for "What the heck is ...?"

Personally, I like having full control over my computer. Deleting apps from macOS is easy but there are lots of things in my brew list that I have no idea how they got there! wthis help you understand how a formula/cask is installed (on request or automatically as a dependency), what other formula uses it, and how recently you used it, so you know if you can safely remove it or at least feel comfortable about keeping it!

Installation

brew install BigCoke233/tap/wthis

Usage

wthis <formulae_or_cask_name>