Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Jul 10, 2022
1 parent 1c697e1 commit 0bfd189
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@ Plugin for [xplr](https://github.com/sayanarijit/xplr): view and open files in a

inspired by [nnn](https://github.com/jarun/nnn) file manager [nuke plugin](https://github.com/jarun/nnn/blob/master/plugins/nuke).

## Requirements

| File type | Open | Smart View | Info view |
|:-----------|:------------------------|:-------------------------|:------------------|
| * | | | exiftool/file |
| Image | viu/timg/chafa/cacaview | viu/chafa/catimg/img2txt | mediainfo |
| Video | mpv/mplayer | | mediainfo/mplayer |
| Audio | mpv/mplayer | | |
| PDF | termpdf | pdftotext | |
| DJVU | termpdf | djvused | |
| PostScript | | ps2ascii | |
| Markdown | | glow/lowdown/mdless | |
| HTML | | w3m/elinks/lynx | |
| MS doc | | antiword/catdoc/wvWare | |
| MS docx | | libreoffice | |
| MS xls | | xlhtml/xls2csv | |
| MS xlsx | | libreoffice | |
| Epub | | | einfo |

*recomended terminal emulator with support of [Terminal graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/)*

- **View:** bat/pygmentize/less
- **Hex view:** hx/hexyl/huxd/hxl/hexdump

## Installation

### Install manually
Expand Down Expand Up @@ -98,3 +74,27 @@ require("nuke").setup{
key["f3"] = xplr.config.modes.custom.nuke.key_bindings.on_key.v
key["enter"] = xplr.config.modes.custom.nuke.key_bindings.on_key.o
```

## Recomended tools

| File type | Open | Smart View | Info view |
|:-----------|:------------------------|:-------------------------|:------------------|
| * | | | exiftool/file |
| Image | viu/timg/chafa/cacaview | viu/chafa/catimg/img2txt | mediainfo |
| Video | mpv/mplayer | | mediainfo/mplayer |
| Audio | mpv/mplayer | | |
| PDF | termpdf | pdftotext | |
| DJVU | termpdf | djvused | |
| PostScript | | ps2ascii | |
| Markdown | | glow/lowdown/mdless | |
| HTML | | w3m/elinks/lynx | |
| MS doc | | antiword/catdoc/wvWare | |
| MS docx | | libreoffice | |
| MS xls | | xlhtml/xls2csv | |
| MS xlsx | | libreoffice | |
| Epub | | | einfo |

*recomended terminal emulator with support of [Terminal graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/)*

**View:** bat/pygmentize/less \
**Hex view:** hx/hexyl/huxd/hxl/hexdump

0 comments on commit 0bfd189

Please sign in to comment.