Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lee-dohm/file-type-icons
Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
https://github.com/lee-dohm/file-type-icons
atom atom-package icons tree-view
Last synced: about 1 month ago
JSON representation
Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
- Host: GitHub
- URL: https://github.com/lee-dohm/file-type-icons
- Owner: lee-dohm
- License: other
- Created: 2014-06-19T02:20:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T07:09:46.000Z (over 3 years ago)
- Last Synced: 2024-11-29T19:03:23.518Z (about 1 month ago)
- Topics: atom, atom-package, icons, tree-view
- Language: CSS
- Homepage: https://atom.io/packages/file-type-icons
- Size: 571 KB
- Stars: 28
- Watchers: 4
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# File Type Icons
Changes the icon for files in the Tree View and Tabs to reflect the file's type.
![Screenshot](https://raw.githubusercontent.com/lee-dohm/file-type-icons/master/file-type-icons.png)
## Usage
Just install and enjoy. Now with support for [Nuclide](http://nuclide.io)!
### Icons
This is just a sampling of the icons in the set for now. (I don't know how to make Octicons work in Markdown yet, so links will have to do :cry:)
* Archive files: http://octicons.github.com/icon/file-zip/
* CoffeeScript files: http://fortawesome.github.io/Font-Awesome/icon/coffee/
* Configuration files: http://octicons.github.com/icon/gear/
* CTAGS files: http://octicons.github.com/icon/tag/
* Cucumber files: https://octicons.github.com/icon/browser/
* Database files: http://octicons.github.com/icon/database/
* Fonts: http://octicons.github.com/icon/pencil/
* `.git` directories: http://octicons.github.com/icon/repo/
* HTML files: http://octicons.github.com/icon/globe/
* Images: http://octicons.github.com/icon/file-media/
* JavaScript files: http://vorillaz.github.io/devicons/#/singleicon/javascript
* JSON, YAML and CSON files: http://octicons.github.com/icon/settings/
* Lock files: http://octicons.github.com/icon/lock/
* Log files: http://octicons.github.com/icon/bug/
* Markdown files: http://octicons.github.com/icon/markdown/
* PDF files: http://octicons.github.com/icon/file-pdf/
* Ruby files: http://octicons.github.com/icon/ruby/
* Shell scripts: http://octicons.github.com/icon/terminal/
* Source map files: http://octicons.github.com/icon/location/
* Stylesheets: http://octicons.github.com/icon/paintcan/
* Symlinks: http://octicons.github.com/icon/file-symlink-file/
* Templates: http://octicons.github.com/icon/code/
* TODO files: http://octicons.github.com/icon/checklist/
* Videos: http://octicons.github.com/icon/device-camera-video/## Copyright
Copyright © 2014-2016 [Lee Dohm](http://www.lee-dohm.com), [Lifted Studios](http://www.liftedstudios.com). See [LICENSE](https://github.com/lee-dohm/auto-copyright/blob/master/LICENSE.md) for details.