Add webdrop-bridge cask and update README with usage instructions

This commit is contained in:
claudi 2026-05-20 07:58:34 +02:00
parent 93c7af4528
commit df17b16e17
2 changed files with 58 additions and 0 deletions

View file

@ -1,2 +1,24 @@
# homebrew-tap
Unofficial Homebrew tap for [HIM-Tools](https://git.him-tools.de/HIM-public) projects.
## Usage
```sh
brew tap HIM-public/tap https://git.him-tools.de/HIM-public/homebrew-tap
brew install --cask webdrop-bridge
```
## Casks
| Cask | Description | Version |
|------|-------------|---------|
| `webdrop-bridge` | Intelligent drag-and-drop file bridge for web to desktop applications | 0.9.1 |
## Updating
```sh
brew update
brew upgrade --cask webdrop-bridge
```