You are not logged in.
Pages: 1
pnfo allows you to read NFO files with all the glossy ascii-art and color by using Vim.
You'll need Vim, Lucida ConsoleP (Supports all cp437 chars) and
http://github.com/trapd00r/neverland-vim-theme if you dont plan on using your own.
Installation
$ git clone git://github.com/trapd00r/pnfo.git && cd pnfo
$ perl Makefile.PL
$ make
# make install
Running
pnfo <nfo>
or
pnfo
if there's nfo's in the current dir.
Offline
Any chance of a PKGBUILD in AUR?
Offline
Sure, if someone creates it...
Offline
I tried it out. If I don't specify a file, it just exits with no output. If I do specify one, it says "No NFO's here!" and exits.
Offline
Huh.
Can you share the complete commands/output from your shell?
Maybe the nfo doesn't have a .nfo extension?
Offline
[paaskehare@hoffmann Prototype-Razor1911]$ pnfo *.nfo
No NFO's here!
[paaskehare@hoffmann Prototype-Razor1911]$ pnfo rzr-prot.nfo
No NFO's here!
[paaskehare@hoffmann Prototype-Razor1911]$ pnfo
sh: urxvt: command not found
Whoops! at /usr/bin/perlbin/site/pnfo line 23
[paaskehare@hoffmann Prototype-Razor1911]$
Last edited by Paaskehare (2010-06-14 00:02:28)
→ im.ole
Offline
Thank you.
Globbing is now functional.
Multiple file arguments work.
You can also traverse a dir (default if no arg is given)
The last bit you'll have to fix yourself, though - You'll need urxvt (I sort of
took for granted that everybody was using it (or, if you wish, edit the $term
value and use xterm or whatever your prefer. You'll probably have to edit
the options as well, though.));
Last edited by dmz (2010-06-14 03:55:50)
Offline
Updated from git, now I'm getting just this:
cosinequanon@archbox:/mnt/music/red_hot_chili_peppers/Red_Hot_Chili_Peppers-Stadium_Arcadium-(Proper_Retail)-2CD-2006-SMO$ pnfo
./000-red_hot_chili_peppers-stadium_arcadium-(proper_retail)-2cd-2006-smo.nfo
cosinequanon@archbox:/mnt/music/red_hot_chili_peppers/Red_Hot_Chili_Peppers-Stadium_Arcadium-(Proper_Retail)-2CD-2006-SMO$
Also, I see something flash on the screen for an instant, but that's it.
Last edited by CosineQuaNon (2010-06-15 01:34:45)
Offline
Pages: 1