• Stars
    star
    192
  • Rank 202,019 (Top 4 %)
  • Language
    C
  • License
    BSD 3-Clause "New...
  • Created about 11 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small framebuffer pdf, djvu, epub, xps, and cbz viewer
FBPDF
=====

Fbpdf is a framebuffer pdf and djvu viewer.  There are three make
targets: fbpdf uses mupdf library for rendering pdf, fbpdf2 uses
poppler for the same purpose, and fbdjvu uses djvulibre library for
rendering djvu files.  The following options are available in all
three programs:

  fbpdf [-r rotation] [-z zoom_x10] [-p page_number] file.pdf

The following table lists the commands available in fbpdf.  Most of
them accept a numerical prefix.  For instance, '^F' tells fbpdf to
show the next page while '5^F' tells it to show the fifth next page.

==============	================================================
KEY		ACTION
==============	================================================
^F/J		next page
^B/K		previous page
G		go to page (the last page if no prefix)
o		set page number (for 'G' command only)
O		set page number and go to current page
z		zoom; prefix multiplied by 10 (i.e. '15z' = 150%)
r		set rotation in degrees
i		print some information
I		invert colors
q		quit
^[/escape 	clear the numerical prefix
mx		mark page as 'x' (or any other letter)
'x		jump to the page marked as 'x'
`x		jump to the page and position marked as 'x'
j		scroll down
k		scroll up
h		scroll left
l		scroll right
[		align with the left edge of the page
]		align with the right edge of the page
{		align with the leftmost character on the page
}		align with the rightmost character on the page
H		show page top
M		centre the page vertically
L		show page bottom
C		centre the page horizontally
^D/space	page down
^U/^H/backspace	page up
^L		redraw
e		reload current file
f		zoom to fit page height
w		zoom to fit page width
W		zoom to fit page contents horizontally
Z		set the default zoom level for 'z' command
d		sleep one second before the next command
==============	================================================

More Repositories

1

neatvi

A small vi/ex editor for editing UTF-8 text
C
319
star
2

neatcc

A small arm/x86(-64) C compiler
C
160
star
3

neatroff

Neatroff troff clone
C
137
star
4

fbpad

A small Linux framebuffer virtual terminal
C
113
star
5

neatlibc

A small arm/x86(-64) libc
C
77
star
6

fbff

A small ffmpeg-based framebuffer media player
C
68
star
7

neatroff_make

Neatroff top-level makefile
M
53
star
8

neatld

A simple ARM/x86(_64) static linker
C
38
star
9

neatmail

A text-mode mail client
C
34
star
10

fbvnc

A small Linux framebuffer VNC viewer
C
25
star
11

minmad

A small libmad/oss mp3 player
C
15
star
12

cell

A small Linux sandbox
C
14
star
13

tsvm

TSLANG Intermediate Code Virtual Machine
C
14
star
14

neatrefer

A refer preprocessor for neatroff
C
13
star
15

neatpost

Neatroff's postscript postprocessor
C
12
star
16

troffp9

A Linux port of Plan 9 Troff
C
12
star
17

neatcc_make

Neatcc top-level makefile
C
12
star
18

neateqn

An eqn preprocessor for Neatroff
C
11
star
19

neatmkfn

Generate font descriptions for Neatroff
C
10
star
20

fbpad_mkfn

Generate Fbpad fonts from TrueType fonts
C
10
star
21

neatsmtp

A small SMTP client
C
9
star
22

neatpop3

A small POP3 client
C
9
star
23

sysneat

A small Linux init program
C
8
star
24

json

A small program to work with JSON-encoded data
C
7
star
25

neatroff_ths

Neatroff macro package for writing a Farsi thesis
Roff
7
star
26

dnsred

Redirect DNS queries
C
6
star
27

dblp

Convert DBLP search results to refer records
C
5
star
28

chth

Challenging Thursdays Contest Judge
C
4
star
29

minmix

A Minimal OSS Mixer
C
4
star
30

nvmc

Neat VM Cluster
Shell
4
star
31

aligrudi.github.io

HTML
2
star
32

gpss

General Position Subset Selection Algorithms
C
2
star