rmg

Mnaga Reader

Install

```bash

cargo

cargo install rmg

git

git clone --depth 1 https://github.com/rsuu/rmg cd rmg cargo build --release

github

Downlaod here: https://github.com/rsuu/rmg/releases/ ```

Build

bash cargo build --release -F "de_heic"

Usage

```bash

with cargo

cargo run -- --config ./tests/files/config.rs --size 600,600 ./tests/files/1.tar

OR

rmg --size 600,600 ./tests/files/1.tar

OR

rmg ./tests/files/1.tar

```

KeyMap

|#|#| |:-|:-| j | down k | up r | ? reset f | ? fullscreen q | exit

Configuration

default configuration

```text fn main() { Base { size: (900, 900), font: None, rename_pad: 6, };

Keymap {
    up: 'k',
    down: 'j',
    left: 'h',
    right: 'l',
    exit: 'q',
};

} ```

note: You have to create the file by yourself.

Demo

https://github.com/rsuu/rmg/blob/main/assets/2022-06-29.mp4