https://github.com/hankei6km/mirage_linemode
Customizable linemode plugin for ranger.
https://github.com/hankei6km/mirage_linemode
emoji ranger ranger-linemode ranger-plugin theme
Last synced: over 1 year ago
JSON representation
Customizable linemode plugin for ranger.
- Host: GitHub
- URL: https://github.com/hankei6km/mirage_linemode
- Owner: hankei6km
- License: mit
- Created: 2018-02-07T14:34:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T09:02:31.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T21:51:56.002Z (over 1 year ago)
- Topics: emoji, ranger, ranger-linemode, ranger-plugin, theme
- Language: Python
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mirage Linemode
[](https://travis-ci.org/hankei6km/mirage_linemode)
Customizable linemode plugin for [ranger](https://ranger.github.io/).

* Display folder icon :file_folder:, file icon :page_facing_up: 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](https://github.com/alexanderjeurissen/ranger_devicons.git)
## Installation
Install package and initialize.
```
# pip install mirage_linemode
$ mirage_linemode_ctrl init
```
## Usage
Enable plugin.
```
$ mirage_linemode_ctrl enable
```
## Uninstallation
```
$ mirage_linemode_ctrl disable
# pip uninstall mirage_linemode
```
and,
Remove `/mirage-linemode` directory, if you want to clean up cutomized files.
(In many cases, `` may be `$HOME/.config`)
## Theme
Mirage Linemode imports `/mirage-linemode/mirage_linemode_theme.yml` as theme when plugin activated every time.
Further info,
See [README_ja.md](https://github.com/hankei6km/mirage_linemode/blob/master/README_ja.md).
## License
Copyright (c) 2018 hankei6km
Licensed under the MIT License. See LICENSE.txt in the project root.