Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dderevjanik/github-vscode-icons
📦 vscode-icons for github, nearly 1000 file/folder icons
https://github.com/dderevjanik/github-vscode-icons
browser-extension chrome-extension github-extension typescript vscode-icons
Last synced: 2 months ago
JSON representation
📦 vscode-icons for github, nearly 1000 file/folder icons
- Host: GitHub
- URL: https://github.com/dderevjanik/github-vscode-icons
- Owner: dderevjanik
- License: mit
- Created: 2017-10-03T18:41:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T10:24:13.000Z (7 months ago)
- Last Synced: 2024-08-02T13:35:51.458Z (5 months ago)
- Topics: browser-extension, chrome-extension, github-extension, typescript, vscode-icons
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/vscode-github-icons/hoccpcefjcgnabbmojbfoflggkecmpgd?utm_source=github
- Size: 3.97 MB
- Stars: 308
- Watchers: 5
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github - Github vscode-icons - vscode-icons/hoccpcefjcgnabbmojbfoflggkecmpgd)] show vscode-icons in the repository browser. (Browser Extensions)
README
# Github-vscode-icons
[![Build Status](https://travis-ci.org/dderevjanik/github-vscode-icons.svg?branch=master)](https://travis-ci.org/dderevjanik/github-vscode-icons)
[![Known Vulnerabilities](https://snyk.io/test/github/dderevjanik/github-vscode-icons/badge.svg)](https://snyk.io/test/github/dderevjanik/github-vscode-icons)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Chrome webstore: ![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/hoccpcefjcgnabbmojbfoflggkecmpgd)
**Download:**
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/hoccpcefjcgnabbmojbfoflggkecmpgd)](https://chrome.google.com/webstore/detail/vscode-github-icons/hoccpcefjcgnabbmojbfoflggkecmpgd?utm_source=github)
[![Mozilla Add-on](https://img.shields.io/amo/v/github-vscode-icons)](https://addons.mozilla.org/en-GB/firefox/addon/github-vscode-icons/)**Supported websites:**
![github-favicon](build/favicons/github-favicon.ico) Github (also Gist),
![gitlab-favicon](build/favicons/gitlab-favicon.ico) Gitlab,![pastebin-favicon](build/favicons/pastebin-favicon.ico) Pastebin,
![sourceforge-favicon](./build/favicons/sourceforge-favicon.ico) SourceForge## About
Extension for browser, which displays [vscode-icons](https://github.com/vscode-icons/vscode-icons) in Github (including Gist), Gitlab and Bitbucket repositories. It also displays `vscode-icons` in user's Pastebin list and in Sourceforge projects.
If you're familiar with beautiful extension for vscode called `vscode-icons`, then you know that you need also one for Web. Brain will recognize different icons much faster and when you're spending several hours per day on websites like github, gitlab or bitbucket, this extension is for you.
If you look at github repository with displayed `vscode-icons`, you'll get instant overview of used technologies by their specific icons (*look at screenshots below*).Go to [changelog](./CHANGELOG.md) to see latest changes
## Screenshots
![screen_repo](./docs/screenshots/repo_screens.png)
## Development
To stay updated with `vscode-icons`, you need to extract compiled `icons.json` from `vscode-icons` everytime when it updates.
After that, you need run script called `npm run preprocess`, which will generate definition chunks (categorized icons) from `icons.json` for easier and faster work with them.## Related
- [vscode-icons](https://github.com/vscode-icons/vscode-icons) extension for vscode
- [vscode-icons-js](https://github.com/dderevjanik/vscode-icons-js) File specific icons from vscode [vscode-icons](https://github.com/vscode-icons/vscode-icons) extension inspired by file-icons-js