Custom Homebrew formulas for my tools.
# Add tap
brew tap PrEvIeS/tap
# Install formula
brew install ytmv| Formula | Description |
|---|---|
| ytmv | Interactive CLI wizard for downloading videos and audio |
After updating ytmv.py in the main repo:
# Get new SHA256
curl -sL https://raw.githubusercontent.com/PrEvIeS/ytmv/main/ytmv.py | shasum -a 256
# Update formula with new hash
# Commit and push