{"id":42375510,"url":"https://github.com/danielb2/reef","last_synced_at":"2026-01-27T20:45:07.990Z","repository":{"id":298486550,"uuid":"1000133435","full_name":"danielb2/reef","owner":"danielb2","description":"a plugin manager for fish-shell","archived":false,"fork":false,"pushed_at":"2025-10-03T09:59:07.000Z","size":30,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T23:41:43.376Z","etag":null,"topics":["fish","fish-plugin","plugin-manager"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/danielb2.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-06-11T10:08:49.000Z","updated_at":"2025-10-04T08:54:07.000Z","dependencies_parsed_at":"2025-10-03T10:24:08.626Z","dependency_job_id":"393cc0c2-243d-4fc1-b882-ac9a393e1009","html_url":"https://github.com/danielb2/reef","commit_stats":null,"previous_names":["danielb2/reef"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/danielb2/reef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielb2%2Freef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielb2%2Freef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielb2%2Freef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielb2%2Freef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielb2","download_url":"https://codeload.github.com/danielb2/reef/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielb2%2Freef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28821773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"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":["fish","fish-plugin","plugin-manager"],"created_at":"2026-01-27T20:45:06.097Z","updated_at":"2026-01-27T20:45:07.975Z","avatar_url":"https://github.com/danielb2.png","language":"Shell","readme":"\n\u003cimg width=\"1450\" height=\"550\" alt=\"reef-latest-3 (1)\" src=\"https://github.com/user-attachments/assets/5359ab68-31c0-4bc9-b459-fb774bff0d34\" /\u003e\n\n\n```plaintext\n                __\n _ __ ___  ___ / _|\n| '__/ _ \\/ _ \\ |_\n| | |  __/  __/  _|\n|_|  \\___|\\___|_|  🪸🐟\n\nUsage: reef \u003csubcommand\u003e [options]\nSubcommands:\n  add/install   add corals\n  fish_reload   reload the fish shell\n  help          this beautiful help\n  ls/list       list installed corals\n  reload        reload reefs files (you probably dont need this)\n  rm/remove     remove corals\n  splash        show the reef splash\n  theme         list or set new theme\n  up/update     update coral(s)\n  version       display reef version\n```\n\n# Install\n```console\ncurl -sL https://tinyurl.com/fish-reef | source \u0026\u0026 reef add danielb2/reef \u0026\u0026 reef init\n```\n\n# reef\n\nTo stick with a fish theme, I've chosen to go with the name reef, and to keep\nthe metaphor going, plugins are called corals.\n\nI made this because while I like the simplicity of fisher, I don't like how\neverything is clobbered in the main fish folder. With this design, each plugin\nhas it's own folder while still keeping things very simple.\n\n## compatability\n\nFisher, omf plugins, and anything following the standard `functions/`,\n`conf.d/` etc directory structre are compatible. reef will not honor any\n`init.fish` file however, although functionality can be copied into a file in\nfunctions.\n\n### events\n\njust like fisher, events are emitted when plugins are installed, updated (attempted), or removed\n\nfor example: for danielb2/reef, the following events will be emitted:\n\n- install: reef_install\n- update: reef_update\n- uninstall: reef_uninstall\n\nexample:\n```fish\nfunction reef_install --on-event reef_install\n  # handle setup\nend\n```\n\n## themes\n\nexample:\n\n```\nreef add git@github.com:oh-my-fish/theme-bobthefish.git\nreef theme # to see list of themes\nreef theme bob\u003ctab\u003e  # tab complete to fill it in\nreef theme oh-my-fish/theme-bobthefish. # set new theme while backing up existing files\n```\n\n# notes\n- no dependency tree\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielb2%2Freef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielb2%2Freef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielb2%2Freef/lists"}