Skip to content

twlite/github1s

 
 

Repository files navigation

GitHub1s

github1s

One second to read GitHub code with VS Code.

Chrome Extension

Or Save as a bookmarklet (GitHub markdown doesn't allow js links, just copy it into a bookmark)

javascript: window.location.href = window.location.href.replace('github.com', 'github1s.com')

Usage

Just add 1s after github and press Enter in browser address bar for any repository you want to read.

For Example VS Code:

https://github1s.com/microsoft/vscode

VS Code - GitHub1s

Demo

VS Code - GitHub1s

Development

You need these prerequisites as same as VS Code for development.

$ git clone git@github.com:conwnet/github1s.git
$ cd github1s
$ yarn
$ yarn watch
$ yarn serve # in another shell
$ # Then visit http://localhost:5000 or http://localhost:5000/conwnet/github1s once the build is completed.

Build

$ yarn
$ yarn build

About

One second to read GitHub code with VS Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.2%
  • CSS 3.1%
  • JavaScript 3.0%
  • HTML 2.8%
  • Shell 1.9%