.\" Automatically generated by Pandoc 2.2.1 .\" .TH "FBLESS" "1" "2016\-08\-29" "fbless Manual" "" .hy .SH NAME .PP fbless - console fb2 reader .SH SYNOPSIS .PP fbless { book.fb2 | book.fb2.{zip | gz | bz2} } .SH DESCRIPTION .PP Fbless creates full\-size ncurses window, with content of book displayed and only piece of user interface is statusbar at bottom. Interactrion with program is invisible, in vim style, using following default keys: .TP .B Up,k scroll one line up .RS .RE .TP .B Down,j scroll one line down .RS .RE .TP .B PgUp scroll one page up .RS .RE .TP .B Space,PgDown scroll one page down .RS .RE .TP .B Home,g scroll to the beginning of file .RS .RE .TP .B End scroll to the end of file .RS .RE .TP .B 5,G move to position in file (you will be interactively asked for percents value in range from 0 to 100, where 0 is the beginning of file and 100 is the end of file) .RS .RE .TP .B Tab move pointer on the next link .RS .RE .TP .B Enter,Right follow link under pointer .RS .RE .TP .B Left, h return back .RS .RE .TP .B Backspace, l re\-follow last link .RS .RE .TP .B a toggle auto\-scroll mode .RS .RE .TP .B f enable fifo\-style scrolling .RS .RE .TP .B +,\- increase/decrease autoscroll interval (1sec granuality) .RS .RE .TP .B / search for regular expression .RS .RE .TP .B n go to the next search result .RS .RE .TP .B s toggle statusbar .RS .RE .TP .B q quit .RS .RE .PP \f[B]fbless\f[] saves position in file on quit, and restores it next time you open same file, unless you move it in the meantime. .SH FILES .TP .B ~/.fbless_save file to store last viewed positions in books .RS .RE .TP .B ~/.fblessrc, $XDG_BASE_DIR/fbless/fblessrc configuration file, creating and editing it allows customize colors, keybindings and some other options. Default one in installed under \f[I]/usr/share/doc/fbless\f[] .RS .RE .SH NOTES .PP This manual page was written by Dmitry Bogatov for Debian project, but can be used by others under terms of GPLv2+ license. .SH AUTHORS Con Radchenko.