You are not logged in.

#1 2010-06-06 02:38:13

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

PNFO - NFO Viewer (using Vim)

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.
screenshot.png
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

#2 2010-06-06 19:57:31

CosineQuaNon
Member
Registered: 2010-05-23
Posts: 28

Re: PNFO - NFO Viewer (using Vim)

Any chance of a PKGBUILD in AUR?

Offline

#3 2010-06-06 20:02:11

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: PNFO - NFO Viewer (using Vim)

Sure, if someone creates it...

Offline

#4 2010-06-13 17:29:59

CosineQuaNon
Member
Registered: 2010-05-23
Posts: 28

Re: PNFO - NFO Viewer (using Vim)

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

#5 2010-06-13 18:21:05

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: PNFO - NFO Viewer (using Vim)

Huh.

Can you share the complete commands/output from your shell?
Maybe the nfo doesn't have a .nfo extension?

Offline

#6 2010-06-14 00:02:15

Paaskehare
Member
From: Denmark
Registered: 2008-11-09
Posts: 59
Website

Re: PNFO - NFO Viewer (using Vim)

[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

#7 2010-06-14 03:16:04

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: PNFO - NFO Viewer (using Vim)

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

#8 2010-06-15 01:34:17

CosineQuaNon
Member
Registered: 2010-05-23
Posts: 28

Re: PNFO - NFO Viewer (using Vim)

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

Board footer

Powered by FluxBB