{"id":13395330,"url":"https://github.com/conwnet/github1s","last_synced_at":"2026-02-06T18:21:11.829Z","repository":{"id":36972357,"uuid":"192175095","full_name":"conwnet/github1s","owner":"conwnet","description":"One second to read GitHub code with VS Code.","archived":false,"fork":false,"pushed_at":"2025-04-29T15:12:07.000Z","size":17851,"stargazers_count":23059,"open_issues_count":58,"forks_count":889,"subscribers_count":109,"default_branch":"master","last_synced_at":"2025-05-13T11:03:11.902Z","etag":null,"topics":["hacktoberfest","vscode"],"latest_commit_sha":null,"homepage":"https://github1s.com","language":"TypeScript","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/conwnet.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,"zenodo":null}},"created_at":"2019-06-16T09:55:25.000Z","updated_at":"2025-05-12T18:40:52.000Z","dependencies_parsed_at":"2023-09-26T21:43:39.699Z","dependency_job_id":"28df8398-c598-4c76-9fa5-2197dace51a1","html_url":"https://github.com/conwnet/github1s","commit_stats":{"total_commits":351,"total_committers":51,"mean_commits":6.882352941176471,"dds":0.586894586894587,"last_synced_commit":"d13e12bf9df2e835a61e694d30bb8733ca74ece9"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conwnet%2Fgithub1s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conwnet%2Fgithub1s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conwnet%2Fgithub1s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conwnet%2Fgithub1s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conwnet","download_url":"https://codeload.github.com/conwnet/github1s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253929359,"owners_count":21985802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest","vscode"],"created_at":"2024-07-30T17:01:52.682Z","updated_at":"2026-02-06T18:21:11.774Z","avatar_url":"https://github.com/conwnet.png","language":"TypeScript","readme":"![GitHub1s](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/logo.svg)\n\n# github1s\n\nOne second to read GitHub code with VS Code.\n\n## Usage\n\nJust add `1s` after `github` and press `Enter` in the browser address bar for any repository you want to read.\n\nFor example, try it on the VS Code repo:\n\n[https://github1s.com/microsoft/vscode](https://github1s.com/microsoft/vscode)\n\n![VS Code - GitHub1s](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/vs-code-github1s.png)\n\nYou can also use [https://gitlab1s.com](https://gitlab1s.com) or [https://npmjs1s.com](https://npmjs1s.com) in the same way.\n\nFor browser extensions, see [Third-party Related Projects](https://github.com/conwnet/github1s#third-party-related-projects).\n\nOr save the following code snippet as a bookmarklet, you can use it to quickly switch between github.com and github1s.com (GitHub markdown doesn't allow js links, so just copy it into a bookmark).\n\n```\njavascript: window.location.href = window.location.href.replace(/github(1s)?.com/, function(match, p1) { return p1 ? 'github.com' : 'github1s.com' })\n```\n\n### Develop in the cloud\n\nTo edit files, run Docker containers, create pull requests and more, click the \"Develop your project on [Gitpod](https://www.gitpod.io)\" button in the status bar. You can also open the Command Palette (default shortcut `Ctrl+Shift+P`) and choose `GitHub1s: Edit files in Gitpod`.\n\n![Gitpod Status Bar](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/gitpod-statusbar.png)\n\n## Documentation\n\n- [How it works](https://github.com/conwnet/github1s/blob/master/docs/guide.md)\n- [Roadmap](https://github.com/conwnet/github1s/projects/1)\n\n## Enabling Private Repositories\n\nIf you want to view non-public repositories, you need to add an OAuth token. The token is stored only in your browser, and only send to GitHub when fetching your repository's files. Click on the icon near the bottom of the left-hand row of icons, and the dialog box will prompt you for it, and even take you to your GitHub settings page to generate one, if needed.\n\n\u003cimg height=\"500px\" src=\"https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/auth-token.png\" /\u003e\n\n## Screenshots\n\n![VS Code - GitHub1s](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/GitHub1sDemo1.gif)\n\n![VS Code - GitHub1s](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/demo.png)\n\n## Development\n\n### Cloud-based development\n\nYou can start an online development environment with [Gitpod](https://www.gitpod.io) by clicking the following button:\n\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/conwnet/github1s)\n\n### Local development\n\n```bash\ngit clone git@github.com:conwnet/github1s.git\ncd github1s\nnpm install\nnpm run watch\n# The cli will automatically open http://localhost:8080 once the build is completed.\n# You can visit http://localhost:8080/conwnet/github1s if it doesn't.\n```\n\n#### Local development with full VS Code build\n\nYou need [these prerequisites (the same ones as for VS Code)](https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites) for development with full VS Code build.\nPlease make sure you could build VS Code locally before the watch mode.\n\nTo verify the build:\n\n```bash\ncd github1s\nnpm run build:vscode\n```\n\nAfter the initial successful build, you could use the watch mode:\n\n```bash\ncd github1s\nnpm install\nnpm run watch-with-vscode\n# The cli will automatically open http://localhost:8080 once the build is completed.\n# You can visit http://localhost:8080/conwnet/github1s if it doesn't.\n```\n\n### ... or ... VS Code + Docker Development\n\nYou can use the VS Code plugin [Remote-Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) `Dev Container` to use a Docker container as a development environment.\n\n1. Install the Remote-Containers plugin in VS Code \u0026 Docker\n2. Open the Command Palette (default shortcut `Ctrl+Shift+P`) and choose `Remote-Containers: Clone Repository in Container Volume...`\n3. Enter the repo, in this case `https://github.com/conwnet/github1s.git` or your forked repo\n4. Pick either, `Create a unique volume` or `Create a new volume`\n\n   - Now VS Code will create the docker container and connect to the new container so you can use this as a fully setup environment!\n\n5. Open a new VS Code Terminal, then you can run the `npm install` commands listed above.\n\n```bash\nnpm install\nnpm run watch\n# The cli will automatically open http://localhost:8080 once the build is completed.\n# You can visit http://localhost:8080/conwnet/github1s if it doesn't.\n```\n\n### Format all codes\n\n```bash\nnpm run format\n```\n\nIt uses `prettier` to format all possible codes.\n\n## Build\n\n```bash\nnpm install\nnpm run build\n```\n\n## Feedback\n\n- If something is not working, [create an issue](https://github.com/conwnet/github1s/issues/new)\n\n## Sponsors\n\nThe continued development and maintenance of GitHub1s is made possible by these generous sponsors:\n\n\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"https://sourcegraph.com/\"\u003e\n\u003cimg height=\"40px\" src=\"https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/sourcegraph-logo.svg\"\u003e\n\u003c/a\u003e\u003c/td\u003e\n\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n## Partners\n\nWe are partnered with [OSS Insight](https://ossinsight.io/?utm_source=github1s\u0026utm_medium=github\u0026utm_campaign=ghtrending) to get the Trending Repositories \u0026 some more Interesting Analytics. [OSS Insight](https://ossinsight.io/?utm_source=github1s\u0026utm_medium=github\u0026utm_campaign=ghtrending) provides deep insights into GitHub repos, developers, and curated repo lists from billions of GitHub events. It’s built with [TiDB Cloud](https://www.pingcap.com/tidb-cloud/?utm_source=github1s\u0026utm_medium=github\u0026utm_campaign=ghtrending).\n\n\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"https://ossinsight.io/?utm_source=github1s\u0026utm_medium=github\u0026utm_campaign=ghtrending\"\u003e\n\u003cimg height=\"40px\" src=\"./resources/images/ossinsight-brand-dark.png\"\u003e\n\u003c/a\u003e\u003c/td\u003e\n\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n## Maintainers! :blush:\n\n\u003ctable\u003e\n  \u003ctbody\u003e\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/conwnet\"\u003e\u003cimg alt=\"\" src=\"https://avatars.githubusercontent.com/conwnet\" width=\"100px;\"\u003e\u003cbr\u003e\u003csub\u003e\u003cb\u003enetcon\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr\u003e\u003ca href=\"https://github.com/conwnet/github1s/commits?author=conwnet\" title=\"Code\"\u003e💻 🖋\u003c/a\u003e\u003c/td\u003e \u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/xcv58\"\u003e\u003cimg alt=\"\" src=\"https://avatars.githubusercontent.com/xcv58\" width=\"100px;\"\u003e\u003cbr\u003e\u003csub\u003e\u003cb\u003excv58\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr\u003e\u003ca href=\"https://github.com/conwnet/github1s/commits?author=xcv58\" title=\"Code\"\u003e💻 🖋\u003c/a\u003e\u003c/td\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Siddhant-K-code\"\u003e\u003cimg alt=\"\" src=\"https://avatars.githubusercontent.com/Siddhant-K-code\" width=\"100px;\"\u003e\u003cbr\u003e\u003csub\u003e\u003cb\u003eSiddhant Khare\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr\u003e\u003ca href=\"https://github.com/conwnet/github1s/commits?author=Siddhant-K-code\" title=\"Code\"\u003e💻 🖋\u003c/a\u003e\u003c/td\u003e \u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/tbody\u003e\u003c/table\u003e\n\n## Stargazers over time\n\n[![Stargazers over time](https://api.star-history.com/svg?repos=conwnet/github1s\u0026type=Date)](https://star-history.com/#conwnet/github1s\u0026Date)\n\n\u003cdetails\u003e\n\u003csummary\u003eThird-party Related Projects\u003c/summary\u003e\n\u003cbr\u003e\n\n### Chrome Extensions\n\n- [Repositree](https://chrome.google.com/webstore/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo) ([chouglesaud/repositree](https://github.com/chouglesaud/repositree))\n- [github-code-viewer](https://chrome.google.com/webstore/detail/github-code-viewer/ecddapgifccgblebfibdgkagfbdagjfn) ([febaoshan/edge-extensions-github-code-viewer](https://github.com/febaoshan/edge-extensions-github-code-viewer))\n- Github1s Extension ([Darkempire78/GitHub1s-Extension](https://github.com/Darkempire78/GitHub1s-Extension))\n- [Github Web IDE](https://chrome.google.com/webstore/detail/adjiklnjodbiaioggfpbpkhbfcnhgkfe) ([zvizvi/Github-Web-IDE](https://github.com/zvizvi/Github-Web-IDE))\n- [shortcut to github1s](https://chrome.google.com/webstore/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo) ([katsuhisa91/github1s-shortcut](https://github.com/katsuhisa91/github1s-shortcut))\n- [Github1s Shortut - Open source](https://github.com/Fauzdar1/Github1s)\n- [⚡️ 1s to GitHub1s!](https://github.com/holazz/webext-github1s)\n- [github1s Google Chrome Extensions](https://github.com/Lonely-Mr-zhang/github_1s_vscode)\n\n### Firefox Extensions\n\n- [Repositree](https://addons.mozilla.org/en-US/firefox/addon/repositree/) ([chouglesaud/repositree](https://github.com/chouglesaud/repositree))\n- [Github1s Extension](https://addons.mozilla.org/firefox/addon/github1s-extension) ([Darkempire78/GitHub1s-Extension](https://github.com/Darkempire78/GitHub1s-Extension))\n- [Github1s](https://addons.mozilla.org/firefox/addon/github1s/) ([mcherifi/github1s-firefox-addon](https://github.com/mcherifi/github1s-firefox-addon))\n- [Github Web IDE](https://addons.mozilla.org/firefox/addon/github-web-ide/) ([zvizvi/Github-Web-IDE](https://github.com/zvizvi/Github-Web-IDE))\n\n### Microsoft Edge Extensions\n\n- [github-code-viewer](https://microsoftedge.microsoft.com/addons/detail/githubcodeviewer/jaaaapanahkknbgdbglnlchbjfhhjlpi) ([febaoshan/edge-extensions-github-code-viewer](https://github.com/febaoshan/edge-extensions-github-code-viewer))\n- [Github Web IDE](https://microsoftedge.microsoft.com/addons/detail/akjbkjciknacicbnkfjbnlaeednpadcf) ([zvizvi/Github-Web-IDE](https://github.com/zvizvi/Github-Web-IDE))\n\n### Safari Extension\n\n- [GitHub1s-For-Safari-Extension](https://apps.apple.com/us/app/readcodeonline/id1569026520?mt=12) ([code4you2021/GitHub1s-For-Safari-Extension](https://github.com/code4you2021/GitHub1s-For-Safari-Extension))\n\n### Tampermonkey scripts\n\n- [Mr-B0b/TamperMonkeyScripts/vscode.js](https://github.com/Mr-B0b/TamperMonkeyScripts/blob/main/vscode.js)\n\u003c/details\u003e\n","funding_links":[],"categories":["TypeScript","HarmonyOS","开源工具","hacktoberfest","Uncategorized","效率工具","语言资源库","其他","vscode","工具"],"sub_categories":["Windows Manager","效率工具","Uncategorized","typescript","网络服务_其他","开发工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconwnet%2Fgithub1s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconwnet%2Fgithub1s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconwnet%2Fgithub1s/lists"}