{"id":15033184,"url":"https://github.com/mrk21/firebrew","last_synced_at":"2025-07-09T09:02:30.349Z","repository":{"id":18216776,"uuid":"21354313","full_name":"mrk21/firebrew","owner":"mrk21","description":"Firefox add-ons manager for CUI.","archived":false,"fork":false,"pushed_at":"2014-09-30T08:48:12.000Z","size":632,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-14T16:43:23.050Z","etag":null,"topics":["ruby","rubygems"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/firebrew","language":"Ruby","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/mrk21.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-30T14:38:08.000Z","updated_at":"2017-09-27T21:49:37.000Z","dependencies_parsed_at":"2022-09-09T00:52:47.420Z","dependency_job_id":null,"html_url":"https://github.com/mrk21/firebrew","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ffirebrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ffirebrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ffirebrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ffirebrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrk21","download_url":"https://codeload.github.com/mrk21/firebrew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113202,"owners_count":21049803,"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":["ruby","rubygems"],"created_at":"2024-09-24T20:20:20.414Z","updated_at":"2025-04-09T21:23:55.683Z","avatar_url":"https://github.com/mrk21.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebrew\n\nFirefox add-ons manager for CUI.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'firebrew'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install firebrew\n\n\n_NOTE: This program execution requires the OpenSSL._\n\n## Usage\n\nThe structure of the command line is shown below:\n\n```bash\n$ firebrew [--help] [--version]\n           [--base-dir=\u003cpath\u003e] [--profile=\u003cname\u003e] [--firefox=\u003cpath\u003e]\n           \u003ccommand\u003e [\u003cargs\u003e]\n```\n\n### commands\n\n#### install\n\nInstall the extension which is designated by the `extension-name` argument:\n\n```bash\n$ firebrew install \u003cextension-name\u003e\n```\n\n#### uninstall\n\nUninstall the extension which is designated by the `extension-name` argument:\n\n```bash\n$ firebrew uninstall \u003cextension-name\u003e\n```\n\n#### info\n\nShow detail information of the extension which is designated by the `extension-name` argument:\n\n```bash\n$ firebrew info \u003cextension-name\u003e\n```\n\n#### search\n\nEnumerate the remote extensions whose name is matched the `term` argument:\n\n```bash\n$ firebrew search \u003cterm\u003e\n```\n\n#### list\n\nEnumerate the installed extensions:\n\n```bash\n$ firebrew list\n```\n\n#### profile\n\nShow the profile information:\n\n```bash\n$ firebrew profile [--attribute=\u003cattr-name\u003e]\n```\n\n##### options\n\n###### --attribute\n\nThe name of the attribute which want to display:\n\n```bash\n-a \u003cattr-name\u003e, --attribute=\u003cattr-name\u003e\n```\n\n### global options\n\n#### --base-dir\n\nThe Firefox profiles.ini directory:\n\n```bash\n-d \u003cpath\u003e, --base-dir=\u003cpath\u003e\n```\n\nThe default value is listed below:\n\n| platform | value |\n| -------- | ----- |\n| Mac OS X | `~/Library/Application Support/Firefox` | \n| Linux    | `~/.mozilla/firefox` |\n| Windows  | `%APPDATA%\\Mozilla\\Firefox` |\n\nIt's able to overridden by the `FIREBREW_FIREFOX_PROFILE_BASE_DIR` environment variable.\n\n#### --profile-name\n\nThe Firefox profile name:\n\n```bash\n-p \u003cname\u003e, --profile=\u003cname\u003e\n```\n\nThe default value is `default`, and it's able to overridden by the `FIREBREW_FIREFOX_PROFILE` environment variable.\n\n#### --firefox\n\nThe Firefox command path:\n\n```bash\n-f \u003cpath\u003e, --firefox=\u003cpath\u003e\n```\n\nThe default value is listed below:\n\n| platform | value |\n| -------- | ----- |\n| Mac OS X | `/Applications/Firefox.app/Contents/MacOS/firefox-bin` |\n| Linux    | `/usr/bin/firefox` |\n| Windows  | `%PROGRAMFILES%\\Mozilla Firefox\\firefox.exe` or `%PROGRAMFILES(X86)%\\Mozilla Firefox\\firefox.exe` |\n\nIt's able to overridden by the `FIREBREW_FIREFOX` environment variable.\n\n\n## Contributing\n\n1. Fork it ( http://github.com/mrk21/firebrew/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Ffirebrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrk21%2Ffirebrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Ffirebrew/lists"}