{"id":21553653,"url":"https://github.com/juliocesarscheidt/which-like-linux","last_synced_at":"2026-04-17T02:33:21.678Z","repository":{"id":110723018,"uuid":"541286466","full_name":"juliocesarscheidt/which-like-linux","owner":"juliocesarscheidt","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-16T22:11:16.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T02:44:16.096Z","etag":null,"topics":["azure","linux","powershell","shell","shell-script"],"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/juliocesarscheidt.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}},"created_at":"2022-09-25T19:28:52.000Z","updated_at":"2023-02-16T22:12:47.000Z","dependencies_parsed_at":"2024-03-08T07:15:25.914Z","dependency_job_id":null,"html_url":"https://github.com/juliocesarscheidt/which-like-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliocesarscheidt/which-like-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fwhich-like-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fwhich-like-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fwhich-like-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fwhich-like-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliocesarscheidt","download_url":"https://codeload.github.com/juliocesarscheidt/which-like-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fwhich-like-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31912492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["azure","linux","powershell","shell","shell-script"],"created_at":"2024-11-24T07:11:36.023Z","updated_at":"2026-04-17T02:33:21.604Z","avatar_url":"https://github.com/juliocesarscheidt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simulating the \"which\" gnu/linux command\n\n## Install\n\n```bash\ncurl --silent --url https://raw.githubusercontent.com/juliocesarscheidt/which-like-linux/main/which_like.sh --output /tmp/which_like\nchmod +x /tmp/which_like\nmv /tmp/which_like /usr/local/bin/\n```\n\n## Usage\n\n```bash\n# the which command usage\nwhich htop\n# /usr/bin/htop\n\nwhich nonexistingcommand\necho $?\n# 1\n\n# the which_like command usage\nwhich_like htop\n# /usr/bin/htop\n\nwhich_like nonexistingcommand\necho $?\n# 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliocesarscheidt%2Fwhich-like-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliocesarscheidt%2Fwhich-like-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliocesarscheidt%2Fwhich-like-linux/lists"}