Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First class new GitHub UI support! #44

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.idea/
build/icons
.DS_Store

# Build
build/*.js

# Maps
build/*.js.map
build

# Logs
logs
Expand Down
241 changes: 0 additions & 241 deletions CHANGELOG.md

This file was deleted.

14 changes: 0 additions & 14 deletions CREDITS.md

This file was deleted.

24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
# 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/)
# GitHub vscode-icons (Updated)

**Supported websites:**
![github-favicon](build/favicons/github-favicon.ico) Github (also Gist),
Expand All @@ -20,23 +9,16 @@ Chrome webstore: ![Chrome Web Store](https://img.shields.io/chrome-web-store/rat

## 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.
Extension for browser, which displays [vscode-icons-ts](https://github.com/zardoy/vscode-icons-ts) 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
- [vscode-icons-ts](https://github.com/zardoy/vscode-icons-ts) File specific icons from vscode [vscode-icons](https://github.com/vscode-icons/vscode-icons) extension inspired by file-icons-js
2 changes: 2 additions & 0 deletions build/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ td.icon > img {
.vscode-icon {
vertical-align: -3px;
height: 16px;
user-select: none;
object-fit: cover;
}

/**
Expand Down
1 change: 0 additions & 1 deletion build/icons/default_file.svg

This file was deleted.

1 change: 0 additions & 1 deletion build/icons/default_folder.svg

This file was deleted.

1 change: 0 additions & 1 deletion build/icons/default_folder_opened.svg

This file was deleted.

1 change: 0 additions & 1 deletion build/icons/default_root_folder.svg

This file was deleted.

1 change: 0 additions & 1 deletion build/icons/default_root_folder_opened.svg

This file was deleted.

1 change: 0 additions & 1 deletion build/icons/file_type_access.svg

This file was deleted.