apvlv
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
# apvlv

apvlv is a PDF/EPUB Viewer Under Linux/WIN32 and its behaviour like Vim.

Apvlv is a open source software, was created by Alf and was hosted on [github](https://github.com/naihe2010/apvlv).

Now, it is still growing.

Like Vim, Apvlv makes people reading their PDF/EPUB files just like using Vim.

So, Apvlv bindings lots of Vim command and its behaviour is like Vim. For example, < Ctrl-f > to forward page, < Ctrl-b > to previous page, 'k','j','h','l' to scrolling a page up, down, left or right, and so on.

And, Apvlv can understand that how many times you want to run the command.

The only thing you need to do is typing the number before the command. For example, typing '50' and < Ctrl-f > will go forward 50 pages, typing '30' and < Ctrl-b > will go previous 30 pages.

What's more import is apvlv can support view a directory as content of a pdf/epub document. Pressing 'k' or 'j' to move selected up or down, 'h' or 'l' to collapse or expand a dir, and press 't' will open the selected document in a new tab.

# Dependencies

+ GTK+ version 3.0 or higher ( http://www.gtk.org/ )
+ WebKit2GTK 4.0 or higher (https://webkitgtk.org/)
+ Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ )
+ libepub (https://sourceforge.net/projects/ebook-tools/)

# Download

+ [apvlv-0.4.0.zip](https://github.com/naihe2010/apvlv/archive/v0.4.0.zip)
+ [apvlv-0.4.0.tar.gz](https://github.com/naihe2010/apvlv/archive/v0.4.0.tar.gz)

# Build

1. Using cmake to generate Makefile.
```
cmake .
```
2. Execute make.
```
make
```

# Install

+ Make a package and install it.
```
make package
```
+ Or install it directly.
```
sudo make install
```


# License

apvlv is licensed under the GNU General Public License (GPL).

# Contact
+ Email: Alf [naihe2010@126.com](mailto:naihe2010@126.com)
+ Sina Weibo: [naihe2010](https://weibo.com/naihe2010)

# Develop Tools
+ Vim (https://www.vim.org/)
+ Emacs (https://www.gnu.org/software/emacs/)
+ CLion (https://www.jetbrains.com/clion/)

  Thanks these great tools.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。