Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Jul 11, 2022
1 parent 6211300 commit 3cd393b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ require("nuke").setup{
},
view = {
show_line_numbers = true, -- default: false
}
},
smart_view = {
custom = {
{extension = "so", command = "ldd -r {} | less"},
}
}
```

Expand All @@ -82,10 +86,10 @@ require("nuke").setup{
| * | | | 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 | |
| Audio | mpv/mplayer | | mediainfo/mplayer |
| PDF | termpdf | pdftotext | exiftool |
| DJVU | termpdf | djvused | exiftool |
| PostScript | | ps2ascii | exiftool |
| Markdown | | glow/lowdown/mdless | |
| HTML | | w3m/elinks/lynx | |
| MS doc | | antiword/catdoc/wvWare | |
Expand Down

0 comments on commit 3cd393b

Please sign in to comment.