{"id":13561084,"url":"https://github.com/reitzig/sdkman-for-fish","last_synced_at":"2026-01-26T12:36:55.867Z","repository":{"id":53203274,"uuid":"140499843","full_name":"reitzig/sdkman-for-fish","owner":"reitzig","description":"Adds support for SDKMAN! to fish","archived":false,"fork":false,"pushed_at":"2026-01-13T00:36:03.000Z","size":144,"stargazers_count":398,"open_issues_count":10,"forks_count":19,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-13T04:33:45.348Z","etag":null,"topics":["code-completion","fish","fish-shell","plugin","sdkman"],"latest_commit_sha":null,"homepage":"","language":"Gherkin","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/reitzig.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-11T00:06:58.000Z","updated_at":"2026-01-13T00:35:48.000Z","dependencies_parsed_at":"2025-12-03T00:12:02.624Z","dependency_job_id":null,"html_url":"https://github.com/reitzig/sdkman-for-fish","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/reitzig/sdkman-for-fish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reitzig%2Fsdkman-for-fish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reitzig%2Fsdkman-for-fish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reitzig%2Fsdkman-for-fish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reitzig%2Fsdkman-for-fish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reitzig","download_url":"https://codeload.github.com/reitzig/sdkman-for-fish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reitzig%2Fsdkman-for-fish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["code-completion","fish","fish-shell","plugin","sdkman"],"created_at":"2024-08-01T13:00:52.364Z","updated_at":"2026-01-26T12:36:55.862Z","avatar_url":"https://github.com/reitzig.png","language":"Gherkin","funding_links":[],"categories":["Gherkin"],"sub_categories":[],"readme":"# SDKMAN! for fish\n\n[![license](https://img.shields.io/github/license/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/blob/main/LICENSE)\n[![release](https://img.shields.io/github/release/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/releases/latest)\n[![GitHub release date](https://img.shields.io/github/release-date/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/releases)\n[![Tests](https://github.com/reitzig/sdkman-for-fish/actions/workflows/test.yml/badge.svg)](https://github.com/reitzig/sdkman-for-fish/actions/workflows/test.yml)\n[![CodeQL](https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql.yml/badge.svg)](https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql.yml)\n\nMakes command `sdk` from [SDKMAN!] usable from [fish], including auto-completion.\nAlso adds binaries from installed SDKs to the PATH.\n\nVersion 2.1.0 has been tested with \n\n - fish 3.7 and \n - SDKMAN! 5.18.2 on\n - Ubuntu 22.04 LTS and macOS 14.4\n\n## Install\n\nWith [fisher] (install separately):\n\n```\nfisher install reitzig/sdkman-for-fish@v2.1.0\n```\n\n_Note:_ \n\n - Only compatible with fisher v4 upwards; v3 is no longer supported.\n - You have to install [SDKMAN!] separately.\n - If you have installed SDKMAN! at a custom location, you need to either\n   - set environment variable `SDKMAN_DIR` to that path with `set -Ux`, or \n   - add\n     ```fish\n     set -g __sdkman_custom_dir /your/path/to/sdkman\n     ```\n     to a fish config file\n       [run _before_](https://fishshell.com/docs/current/language.html#configuration-files)\n     `.config/fish/conf.d/sdk.fish`;\n     for example, you can use `.config/fish/conf.d/config_sdk.fish`.\n   - If _both_ are set, `__sdkman_custom_dir` is used.\n\n## Usage\n\nIt's all in the background; you should be able to run `sdk` and\nbinaries installed with `sdk` as you would expect.\n\n## Contribute\n\nWhen you propose changes, \nplease run the tests at least on one platform before creating a pull request.\n\nAs the tests may mess up your machine\n-- you have been warned! -- \nthe recommended way is to run them in a Docker container:\n\n```fish\ndocker build -t sdkman-for-fish-tests -f test/Dockerfile .\ndocker run --rm -it sdkman-for-fish-tests\n```\n\nA run configuration for Jetbrains IDEs is included.\n\nIt is a also possible to run individual features, for instance:\n\n```fish\ndocker run --rm sdkman-for-fish-tests features/completions.feature\n```\n\n## Acknowledgements\n\n * Completion originally by [Ted Wise](https://github.com/ctwise); see his\n     [blog post from 2016](http://tedwise.com/2016/02/26/using-sdkman-with-the-fish-shell).\n * Binary loading originally by [Koala Yeung](https://github.com/yookoala);\n     see [his comment on sdkman/sdkman-cli#294](https://github.com/sdkman/sdkman-cli/issues/294#issuecomment-318252058).\n * While this is predominantly a personal project,\n   the initial migration to Cucumber tests was done as spike on\n     [20% time](https://en.wikipedia.org/wiki/20%25_Project) \n   graciously provided by \n     [codecentric](https://codecentric.de).\n   Thank you!\n\n[SDKMAN!]: https://github.com/sdkman/sdkman-cli\n[fish]: https://fishshell.com/\n[fisher]: https://github.com/jorgebucaran/fisher\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freitzig%2Fsdkman-for-fish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freitzig%2Fsdkman-for-fish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freitzig%2Fsdkman-for-fish/lists"}