{"id":39229446,"url":"https://github.com/wtetsu/sillycd","last_synced_at":"2026-01-17T23:39:36.354Z","repository":{"id":57504410,"uuid":"201034722","full_name":"wtetsu/sillycd","owner":"wtetsu","description":"📂 The world's shortest cd","archived":false,"fork":false,"pushed_at":"2023-02-19T03:46:57.000Z","size":40,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T06:27:04.254Z","etag":null,"topics":["cd","command-line"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtetsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-08-07T11:15:09.000Z","updated_at":"2023-10-19T02:27:23.000Z","dependencies_parsed_at":"2024-06-20T05:44:15.124Z","dependency_job_id":"20cb4b68-0895-4154-87ab-9e829dad4aa9","html_url":"https://github.com/wtetsu/sillycd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wtetsu/sillycd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetsu%2Fsillycd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetsu%2Fsillycd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetsu%2Fsillycd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetsu%2Fsillycd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtetsu","download_url":"https://codeload.github.com/wtetsu/sillycd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetsu%2Fsillycd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28522311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"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":["cd","command-line"],"created_at":"2026-01-17T23:39:36.283Z","updated_at":"2026-01-17T23:39:36.343Z","avatar_url":"https://github.com/wtetsu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/wtetsu/sillycd.svg?branch=master)](https://travis-ci.com/wtetsu/sillycd)\n\n# SillyCd\n\n![iconfinder_kdisknav_1311](https://user-images.githubusercontent.com/515948/71973704-02de0300-3253-11ea-88da-8e8129647a98.png)\n\nThe fastest way to type cd command\n\n# Usage\n\n## Bash\n\n```sh\n$ c /u/l/b\n/usr/local/bin\n\n$ c /l/as/as\n/Library/Application Support/App Store\n\n$ c /a/v/c/r/a/e/\n/Applications/Visual Studio Code.app/Contents/Resources/app/extensions\n\n```\n\n## Windows\n\n```\nc:\\\u003ec /pf/mss/100\nc:\\Program Files\\Microsoft SQL Server\\100\n\nc:\\\u003ec /pf/mss\nc:\\Program Files\\Microsoft SQL Server\n\nc:\\\u003ec /pf/mss/v\nC:\\Program Files\\Microsoft SQL Server Compact Edition\\v4.0\n```\n\n## Installation\n\n### Installation: OSX\n\n1. Get a binary file\n1. Define a function\n\n### Get binary\n\n```sh\nbrew tap wtetsu/sillycd\nbrew install sillycd\n```\n\nor [download](https://github.com/wtetsu/sillycd/releases/download/v1.0.0/sillycd-v1.0.0-darwin-amd64.zip) and add it to a PATH directory.\n\n### Define function\n\nsillycd just writes a matched directory to stdout. If you use sillycd as alternative cd, you have to define a shell function.\n\n```sh\n# For bash:\nfunction c() {\n  d=`sillycd $1`\n  if [ $? -eq 0 ]; then\n    echo $d\n    cd \"$d\"\n  else\n    echo \"$1: No such file or directory\" \u003e\u00262\n  fi\n}\n```\n\n### Give it a try!\n\n```\n$ c /u/l/b\n```\n\n## Installation: Windows\n\n### Get files\n\n[Download it!](https://github.com/wtetsu/sillycd/releases/download/v1.0.0/sillycd-v1.0.0-windows-amd64.zip)\n\nAnd add these files into a PATH directory.\n\n- sillycd.exe\n- c.bat\n\n### Give it a try!\n\n```\nc:\\\u003ec /pf\n```\n\n## Rules\n\n- You have to type the first character of each directory\n- If multiple directories were matched, sillycd selects the most appropriate directory\n\n## Third-party data\n\n### Images\n\nFolder, lightning, power icon(LGPL)\n\nhttps://www.iconfinder.com/icons/1311/folder_lightning_power_icon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtetsu%2Fsillycd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtetsu%2Fsillycd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtetsu%2Fsillycd/lists"}