https://github.com/thrillmade/homebrew-logmind
Homebrew tap for logmind — install with: brew tap thrillmade/logmind && brew install logmind
https://github.com/thrillmade/homebrew-logmind
homebrew homebrew-tap logmind
Last synced: 10 days ago
JSON representation
Homebrew tap for logmind — install with: brew tap thrillmade/logmind && brew install logmind
- Host: GitHub
- URL: https://github.com/thrillmade/homebrew-logmind
- Owner: thrillmade
- Created: 2026-05-15T04:53:09.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-05-26T22:14:29.000Z (17 days ago)
- Last Synced: 2026-05-26T22:23:33.776Z (17 days ago)
- Topics: homebrew, homebrew-tap, logmind
- Language: Ruby
- Homepage: https://logmind.dev
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-logmind (deprecated)
> ⚠️ **This tap is deprecated.** Use [`thrillmade/homebrew-tap`](https://github.com/thrillmade/homebrew-tap) instead — it hosts current versions of logmind + clud-bug + the `skdd` meta-formula together (one-tap-per-org best practice, mirrors `aws/homebrew-tap`, `hashicorp/homebrew-tap`).
## New install path
```bash
# logmind only
brew install thrillmade/tap/logmind
# OR the full SkDD toolchain (logmind + clud-bug + baseline skills) in one command
brew install thrillmade/tap/skdd
```
## Existing installs
Existing `brew install thrillmade/logmind/logmind` continues to work — this tap is left in place for backward compatibility. The formula here is pinned at logmind v0.3.4 (the version when this tap was last active); for current versions, switch to `thrillmade/tap`.
## Migration
```bash
# Untap the old, tap the new
brew untap thrillmade/logmind
brew uninstall logmind # remove the v0.3.4 install
brew install thrillmade/tap/logmind # current version
# OR
brew install thrillmade/tap/skdd # logmind + clud-bug together
```
---
## Historical (the original tap contents)
```bash
brew tap thrillmade/logmind
brew install logmind # pinned at v0.3.4
brew upgrade logmind
brew uninstall logmind
brew untap thrillmade/logmind
```