pb-terminal

Terminal Emulator for PocketBook

A terminal emulator for PocketBook e-readers running on Linux. Terminal screenshot

Description

A terminal emulator for PocketBook, written in Go. It uses the libinkview library implementation by dennwc: https://github.com/dennwc/inkview. The project is built using the Docker image from Skeeve: https://github.com/Skeeve/SDK_6.3.0.

Installation

To install the application, connect your e-reader to your computer via a cable and copy the release file to the applications folder. On Linux, you can build the application from source using the command make build and automatically install it on the connected e-reader using the command make install.

Warning

Warning message Using a terminal emulator on an e-reader can pose risks. The terminal provides access to system files and commands that can potentially harm your e-reader or disrupt its operation. If you are not familiar with the command line and do not know what you are doing, you may accidentally:

Working with the Terminal

By default, the working directory will be /. User files are located in /mnt/ext1, if there is a memory card, then /mnt/ext2. Currently, it is not possible to obtain root privileges, and the reader user will be used. The e-reader has busybox installed, and the terminal uses /bin/sh. Virtual keyboard

FAQ