bold-brew/internal/services
Vito Castellano f4e9c32987
feat(brewfile): add remote Brewfile support via HTTPS URLs
Users can now load Brewfiles from remote URLs:
  bbrew -f https://example.com/Brewfile

Remote files are downloaded to a temp file and auto-cleaned on exit.
Only HTTPS URLs are supported for security.
2025-12-29 16:52:26 +01:00
..
app.go refactor(services): restructure and simplify service layer (#46) 2025-12-29 14:32:25 +01:00
brew.go refactor(services): restructure and simplify service layer (#46) 2025-12-29 14:32:25 +01:00
brewfile.go feat(brewfile): add remote Brewfile support via HTTPS URLs 2025-12-29 16:52:26 +01:00
cache.go refactor(services): restructure and simplify service layer (#46) 2025-12-29 14:32:25 +01:00
dataprovider.go refactor(services): restructure and simplify service layer (#46) 2025-12-29 14:32:25 +01:00
input.go refactor(services): restructure and simplify service layer (#46) 2025-12-29 14:32:25 +01:00
search.go fix(ui): improve table layout and truncate long versions 2025-12-29 16:10:42 +01:00
selfupdate.go feat: general improvement and removed command service (#20) 2025-06-26 15:43:26 +02:00