{"id":21881539,"url":"https://github.com/chenasraf/homebrew-tap","last_synced_at":"2026-05-17T23:02:42.145Z","repository":{"id":264725946,"uuid":"851365339","full_name":"chenasraf/homebrew-tap","owner":"chenasraf","description":"Homebrew formulae for my software","archived":false,"fork":false,"pushed_at":"2026-01-30T00:11:40.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T13:32:41.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenasraf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"chenasraf","patreon":null,"open_collective":null,"ko_fi":"casraf","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=TSH3C3ABGQM22\u0026currency_code=ILS\u0026source=url"]}},"created_at":"2024-09-03T00:54:44.000Z","updated_at":"2026-01-30T00:11:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2343e83-e269-4a05-9f3a-9b80755ed782","html_url":"https://github.com/chenasraf/homebrew-tap","commit_stats":null,"previous_names":["chenasraf/homebrew-tap"],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/chenasraf/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenasraf","download_url":"https://codeload.github.com/chenasraf/homebrew-tap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-28T09:19:24.209Z","updated_at":"2026-04-04T22:03:37.570Z","avatar_url":"https://github.com/chenasraf.png","language":"Ruby","funding_links":["https://github.com/sponsors/chenasraf","https://ko-fi.com/casraf","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=TSH3C3ABGQM22\u0026currency_code=ILS\u0026source=url","https://ko-fi.com/casraf'"],"categories":[],"sub_categories":[],"readme":"# chenasraf homebrew tap\n\nInstall my package formulae from this tap if you are using Homebrew.\n\n## How do I install these formulae?\n\n### Install package directly\n\nThis installs one specific package from the tap:\n\n```sh\nbrew install chenasraf/tap/\u003cformula\u003e\n```\n\n### Install tap\n\nThis is how you install the tap, so you will be able to see and install any packages from it:\n\n```sh\nbrew tap chenasraf/tap\nbrew install \u003cformula\u003e\n```\n\n### In Brewfile\n\nIn a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:\n\n```ruby\ntap \"chenasraf/tap\"\nbrew \"\u003cformula\u003e\"\n```\n\n## Available Formulae\n\n| Name                                                          | Description                                                               |\n| ------------------------------------------------------------- | ------------------------------------------------------------------------- |\n| [cospend-cli](https://github.com/chenasraf/cospend-cli)       | Command-line interface for adding expenses to Nextcloud Cospend projects. |\n| [direnv-dotenvx](https://github.com/chenasraf/direnv-dotenvx) | Direnv plugin to load .env files using dotenvx                            |\n| [gi_gen](https://github.com/chenasraf/gi_gen)                 | Gitignore generator for any type of project                               |\n| [sofmani](https://github.com/chenasraf/sofmani)               | Installs software from a declerative config on any system                 |\n| [treelike](https://github.com/chenasraf/treelike)             | Outputs a Tree-like representation from strings                           |\n| [tx](https://github.com/chenasraf/tx)                         | Tmux session manager                                                      |\n| [vstask](https://github.com/chenasraf/vstask)                 | Run VS Code tasks.json from the terminal                                  |\n| [wand](https://github.com/chenasraf/wand)                     | YAML-driven command runner with nested subcommands                        |\n| [watchr](https://github.com/chenasraf/watchr)                 | Terminal UI for running and watching command output                       |\n\n## Documentation\n\nSee more info about brew using `brew help`, `man brew` or check\n[Homebrew's documentation](https://docs.brew.sh).\n\n## Contributing\n\nI am developing these packages on my free time, so any support, whether code, issues, or just stars\nis very helpful to sustaining their life. If you are feeling incredibly generous and would like to\ndonate just a small amount to help sustain this project, I would be very very thankful!\n\n\u003ca href='https://ko-fi.com/casraf' target='_blank'\u003e\n  \u003cimg height='36' style='border:0px;height:36px;'\n    src='https://cdn.ko-fi.com/cdn/kofi1.png?v=3'\n    alt='Buy Me a Coffee at ko-fi.com' /\u003e\n\u003c/a\u003e\n\nI welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature,\ndon't hesitate to open an appropriate issue in the respective package's repository and I will do my\nbest to reply promptly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenasraf%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenasraf%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenasraf%2Fhomebrew-tap/lists"}