Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vitesse | 8,031 | 5 days ago | 20 | mit | TypeScript | |||||
🏕 Opinionated Vite + Vue Starter Template | ||||||||||
Rtimageassets | 2,505 | 5 years ago | August 22, 2023 | 9 | mit | Objective-C | ||||
A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x | ||||||||||
Android Material Design Icon Generator Plugin | 2,410 | 5 years ago | 16 | apache-2.0 | Java | |||||
This plugin help you to set material design icon to your project. | ||||||||||
Sketch Iconfont | 1,980 | 3 years ago | 25 | JavaScript | ||||||
This plugin helps you easily insert and manage icons from icon fonts. | ||||||||||
Emacs Neotree | 1,502 | a month ago | 49 | gpl-3.0 | Emacs Lisp | |||||
A emacs tree plugin like NerdTree for Vim. | ||||||||||
Favicons Webpack Plugin | 1,194 | 1,658 | 440 | a month ago | 39 | August 13, 2023 | 12 | mit | JavaScript | |
Let webpack generate all your favicons and icons for you | ||||||||||
Easylauncher Gradle Plugin | 934 | 2 years ago | 1 | March 26, 2021 | 28 | apache-2.0 | Java | |||
Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will | ||||||||||
Ranger_devicons | 884 | 2 months ago | 1 | gpl-3.0 | Python | |||||
Ranger plugin that adds file glyphs / icon support to Ranger | ||||||||||
Motrix Webextension | 866 | 2 months ago | 47 | gpl-3.0 | JavaScript | |||||
A browser extension for the Motrix Download Manager | ||||||||||
React Native Make | 727 | 5 | 4 | 2 years ago | 16 | May 12, 2021 | 35 | mit | TypeScript | |
A collection of everyday React Native CLI tools |
This plugin introduces a new linemode that prefixes file names with a file icon
This plugin uses glyphs from a patched NERDfont. So in order for this plugin to work you need to install a NERDfont and set it as the default font for your terminal.
I personally use the Source Code Pro patched NERDfont(this is also the font displayed in the screenshot), this and other NERDfonts and the install instructions for these fonts can be found in the following repository: ryanoasis/nerd-fonts
Ranger has added support for loading directories in the plugins folder which makes it easier to install and keep plugins updated. To install, just clone the repo into the plugins folder:
git clone https://github.com/alexanderjeurissen/ranger_devicons ~/.config/ranger/plugins/ranger_devicons
Then execute the following echo "default_linemode devicons" >> $HOME/.config/ranger/rc.conf
(or wherever your rc.conf
is located).
This plugin can be configured by setting environment variables (e.g. in your
~/.profile
). Currently, only one option is available:
RANGER_DEVICONS_SEPARATOR
(default " "
, i.e. a single space): The
separator between icon and filename. Some terminals use the adjacent space to
display a bigger icon, in which case this can be set to two spaces instead.