{"id":16607449,"url":"https://github.com/mitchcapper/which","last_synced_at":"2026-02-03T08:01:13.314Z","repository":{"id":65722966,"uuid":"598093014","full_name":"mitchcapper/which","owner":"mitchcapper","description":"https://github.com/CarloWood/which","archived":false,"fork":false,"pushed_at":"2023-08-12T21:34:47.000Z","size":351,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T16:44:07.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/CarloWood/which","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchcapper.png","metadata":{"files":{"readme":"README.alias","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-06T11:39:29.000Z","updated_at":"2024-11-27T17:00:35.000Z","dependencies_parsed_at":"2024-11-16T18:41:17.438Z","dependency_job_id":"f57bcdf8-6194-4727-9209-faf4412a0d83","html_url":"https://github.com/mitchcapper/which","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/mitchcapper/which","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fwhich","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fwhich/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fwhich/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fwhich/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchcapper","download_url":"https://codeload.github.com/mitchcapper/which/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fwhich/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: 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-10-12T01:13:42.114Z","updated_at":"2026-02-03T08:01:13.236Z","avatar_url":"https://github.com/mitchcapper.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"If you want `which' to inform you about aliases and shell functions in bash,\nthen you need to add the following five lines to your $HOME/.bash_profile:\n\n  function which ()\n  {\n      (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-dot --show-tilde $@\n  }\n  export -f which\n\nThis is the recommended use of this `which'.\n\nThe C shell (csh, tcsh) doesn't have shell functions, but fortunately\ninherites aliases in subshells.  To support aliases with a C shell add\nthe following line to your .profile:\n\n  alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchcapper%2Fwhich","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchcapper%2Fwhich","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchcapper%2Fwhich/lists"}