Customizable linemode plugin for ranger.
- Display folder icon 📁, file icon 📄 by using emoji.
- Assign icon to XDG User directory and special directories/files(ie.
setup.cfg
package.json
tests
etc).
mirage_linemode has been strongly influenced by ranger_devicons
Install package and initialize.
# pip install mirage_linemode
$ mirage_linemode_ctrl init
Enable plugin.
$ mirage_linemode_ctrl enable
$ mirage_linemode_ctrl disable
# pip uninstall mirage_linemode
and,
Remove <xdg config home>/mirage-linemode
directory, if you want to clean up cutomized files.
(In many cases, <xdg config home>
may be $HOME/.config
)
Mirage Linemode imports <xdg config home>/mirage-linemode/mirage_linemode_theme.yml
as theme when plugin activated every time.
Further info, See README_ja.md.
Copyright (c) 2018 hankei6km
Licensed under the MIT License. See LICENSE.txt in the project root.