Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T09:02:31.000Z (over 4 years ago)
- Last Synced: 2024-09-23T09:15:37.186Z (about 2 months ago)
- Topics: emoji, ranger, ranger-linemode, ranger-plugin, theme
- Language: Python
- Size: 62.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mirage Linemode
[![Build Status](https://travis-ci.org/hankei6km/mirage_linemode.svg?branch=master)](https://travis-ci.org/hankei6km/mirage_linemode)Customizable linemode plugin for [ranger](https://ranger.github.io/).
![mirage_linemode](https://raw.githubusercontent.com/hankei6km/mirage_linemode/master/images/mirage_linemode.png)
* 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.