On Tue, May 04, 2010 at 10:39:48AM +0200, Landry Breuil wrote:
> On Tue, May 04, 2010 at 09:49:12AM +0200, Landry Breuil wrote:
> > On Tue, May 04, 2010 at 09:37:44AM +0200, Landry Breuil wrote:
> > > Hi,
> > > 
> > > here's a port for yet another gtk2 pdf viewer using poppler libs, it
> > > aims at being simple and minimalistic. It uses vim-like keybindings,
> > > for example <Ctrl-f> for next page, <Ctrl-b> to previous page,
> > > 'k','j','h','l' to scrolling a page up, down, left or right, and so on.
> > > It also understands quantifiers like vim, so typing '50' and <Ctrl-f>
> > > will go forward 50 pages, typing '30' and <Ctrl-b> will go backwards 30
> > > pages. It also supports tabs, so you can navigate in a directory with
> > > 'O' and open multiple pdfs in different tabs with 't'.
> > > 
> > > comments, yays?
> > 
> > Better with a tarball.
> 
> Oh, and for the ones who will test it, yes i know it doesn't work on the
> commandline if you give it a relative path to a pdf, but absolute path
> works, and same with a pdf with spaces in the name. The argv parsing
> code is horrible, looking into it.

Fixed version using g_get_home_dir() and g_get_current_dir() instead of
getenv("HOME") or getenv("PWD")... report if there are still usecases
that fail. I know :o abspath/of/a/file with spaces.pdf still fails, even
if you quote it.

(and NO,NO, it won't open the pdfs that epdfview and evince already don't
open, and i don't give a **** about that, complain to poppler
devs/maintainer :)

Landry

Attachment: apvlv-0.0.9.6.tgz
Description: application/tar-gz

Reply via email to