1
0
Fork
You've already forked wthis
0
🍻 What the Homebrew is this?!
  • Go 100%
Find a file
2026年05月27日 14:48:37 +08:00
.gitignore chore(git): correctly ignore .DS_Store 2025年11月21日 09:16:46 +08:00
actions.go fix: --no-cache not working for list command 2026年05月27日 14:48:37 +08:00
animation.go fix(tui): showing multiple results 2026年05月26日 10:00:29 +08:00
brewapi.go fix: don't print API error 2026年05月26日 10:01:45 +08:00
brewcheck.go perf: cache stats for fasterlookup 2025年11月21日 13:46:10 +08:00
brewget.go fix: --no-cache not working for list command 2026年05月27日 14:48:37 +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 fix: --no-cache not working for list command 2026年05月27日 14:48:37 +08:00
print.go style: gofmt all code 2025年11月21日 09:06:01 +08:00
README.md docs: add roadmap 2026年03月25日 11:14:17 +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>

ROADMAP

  • Get package info directly from source instead of parsing brew output