{"id":18418854,"url":"https://github.com/ki-labs/ki-hacks-jsh","last_synced_at":"2026-05-09T03:38:42.450Z","repository":{"id":98492988,"uuid":"211064679","full_name":"KI-labs/ki-hacks-jsh","owner":"KI-labs","description":"Rapid terminal ENV switching for efficient collaboration and debugging","archived":false,"fork":false,"pushed_at":"2019-09-27T07:49:12.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T20:41:03.734Z","etag":null,"topics":["bash","help","terminal"],"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/KI-labs.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":"2019-09-26T10:38:34.000Z","updated_at":"2019-11-19T17:05:36.000Z","dependencies_parsed_at":"2023-06-28T08:15:15.143Z","dependency_job_id":null,"html_url":"https://github.com/KI-labs/ki-hacks-jsh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KI-labs/ki-hacks-jsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KI-labs%2Fki-hacks-jsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KI-labs%2Fki-hacks-jsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KI-labs%2Fki-hacks-jsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KI-labs%2Fki-hacks-jsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KI-labs","download_url":"https://codeload.github.com/KI-labs/ki-hacks-jsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KI-labs%2Fki-hacks-jsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["bash","help","terminal"],"created_at":"2024-11-06T04:14:49.110Z","updated_at":"2026-05-09T03:38:42.422Z","avatar_url":"https://github.com/KI-labs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n    _     _\n   (_)___| |__\n   | / __| '_ \\\n   | \\__ \\ | | |\n  _/ |___/_| |_|\n |__/\n```\n# jsh\n\nA solution to the ever-present problem of helping a colleague with a (relatively) clunky/inefficient terminal without proper tooling. JSH is *the* solution since it effectively allows for immediate ENV switching for quick help/debugging.\n\n## Usage\n\nLoading a specific user ENV is done as follows:\n\n```shell script\njsh\n```\n\n## Installation\n\n```bash\nbrew install ki-labs/jsh/jsh\n```\n\nOr \n\n```bash\nbrew tap KI-labs/jsh\nbrew install jsh\n```\n\n\n## Testing\n\n- build \"empty\" environment\n\n```shell script\n docker build -t empty:latest -f Dockerfile .\n```\n\n- set AWS ENVs\n```shell script\nexport AWS_ACCESS_KEY_ID=\nexport AWS_SECRET_ACCESS_KEY=\nexport AWS_DEFAULT_REGION=\n```\n\n- instantiate \"empty\" environment\n```shell script\ndocker run -it --rm -e USER=${USER} \\\n                -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \\\n                -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \\\n                -e AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION \\\n                empty:latest\n```\n\n- load \"improved\" environment (BASH)\n    - alias (ll)\n    - software (tree, fzf, autocompletion)\n```\n./jsh load platon.jshrc\n```\n\n- load \"improved\" environment (ZSH)\n    - alias (jsh)\n```\n./jsh load josh.jshrc\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fki-labs%2Fki-hacks-jsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fki-labs%2Fki-hacks-jsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fki-labs%2Fki-hacks-jsh/lists"}