danruto / pdfscroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Quick and dirty PDF image reader with auto scrolling

Installation

Locally

git clone git@github.com:danruto/pdfscroller.git
cd pdfscroller
go install .

Remote

go install github.com/danruto/pdfscroller@main

Usage

pdfscroller <file.pdf>

Keybinds

j: Decrement speed by 1.0
k: Increment speed by 1.0
h: Decrement speed by 40.0
l: Increment speed by 40.0
s: Pause scrolling
p: Jump to previous page
n: Jump to next page
u: Zoom in by 0.1
d: Zoom out by 0.1

About

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:Go 100.0%