{"id":24156612,"url":"https://github.com/stowyh/brewify","last_synced_at":"2026-04-19T17:03:12.261Z","repository":{"id":204051094,"uuid":"711000475","full_name":"stowyh/brewify","owner":"stowyh","description":"Manage Homebrew packages integrated fzf with this python utility.","archived":false,"fork":false,"pushed_at":"2025-01-24T15:45:11.000Z","size":9917,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T16:32:38.989Z","etag":null,"topics":["fzf","fzf-scripts","homebrew","homebrew-cask","homebrew-formula","python-script"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stowyh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-27T23:40:48.000Z","updated_at":"2025-01-24T15:45:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1d18669-4d76-455e-8926-f29150f46c22","html_url":"https://github.com/stowyh/brewify","commit_stats":null,"previous_names":["schefq/brew-script","antoinebit/brewify","antoinebit/brew-script","antoinepcap/brewify","ankerfs/brewify","zenithn/brewify","sonosq/brewify","zewth/brewify","stowyh/brewify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stowyh%2Fbrewify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stowyh%2Fbrewify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stowyh%2Fbrewify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stowyh%2Fbrewify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stowyh","download_url":"https://codeload.github.com/stowyh/brewify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241441856,"owners_count":19963493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fzf","fzf-scripts","homebrew","homebrew-cask","homebrew-formula","python-script"],"created_at":"2025-01-12T13:24:12.573Z","updated_at":"2025-11-25T17:03:44.987Z","avatar_url":"https://github.com/stowyh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brewify\n## Features\n1. **Install/Uninstall**\n   - Lets you **install** (formula, cask, or bundle) or **uninstall** existing Homebrew packages.\n2. **Bundle Mode**\n   - Build a list (formula or cask mix) and install them all at once.\n3. **Interactive Search**\n   - Uses [pyfzf](https://pypi.org/project/pyfzf/) and `fzf` for fuzzy searching across available Homebrew packages.\n\n## Requirements\n- **macOS** with Xcode Command Line Tools (the script itself checks and installs if necessary)\n- **Homebrew** (the script also checks and installs if necessary)\n- **Python 3.6+**\n- **`pip`** to install any missing Python dependencies\n\n## Setup and Usage\n\n1. Clone this repository onto your macOS system.\n```bash\ngit clone https://github.com/stowyh/brewify.git\n```\n\n2. **Create and activate a Python 3 virtual environment**:\n   ```bash\n   # Create a new virtual environment in a folder called 'venv'\n   python3 -m venv venv\n   # Activate the virtual environment\n   source venv/bin/activate\n   ```\n   \u003e **Why a virtual environment?**\n   \u003e Ensures the script installs Python dependencies (like `pyfzf`, `requests`) into a separate, safe environment without cluttering your global Python installation.\n\n3. **Run the script**:\n   ```bash\n   python3 homebrew_installer.py\n   ```\n\n## Important Notes\n\n1. **Potential Additional Permissions**\n   - Installing Xcode CLT or Homebrew might prompt you for your **administrator password** or require you to accept Apple’s license agreement.\n\n3. **Using Another Shell**\n   - If you use `zsh`, `fish`, or another shell, activating the virtual environment is slightly different (e.g. `source venv/bin/activate.fish` for `fish`). Check your shell’s documentation.\n\n## Demo\n![demo](images/demo.gif)\n\n## Contributing\nPull requests and issue reports are welcome. For major changes, open an issue first to discuss what you would like to change.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstowyh%2Fbrewify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstowyh%2Fbrewify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstowyh%2Fbrewify/lists"}