Coder Social home page Coder Social logo

ktterm's Introduction

Kindle Touch Terminal

KTTerm is a terminal emulator for Kindle Touch device. It is based on the GTK+ terminal emulator widget - VTE.

KTTerm supports standard -e option (available in all (?) terminal emulators), which can be used to specify the program and its command line arguments to be run in the KTTerm window. If this option is not given, the standard command line interpreter /bin/sh is launched.

Screenshot

Keyboard shortcuts

  • Fn + F - toggle full-screen mode
  • Fn + plus (+) - increase font size
  • Fn + minus (-) - decrease font size
  • Fn + 0 - restore font size

These functions are available only with the build-in keyboard.

Keyboard toggle

It is possible to hide/show keyboard by the tap-and-hold action on the upper-right corner of the KTTerm window. This action is available for build-in and Kindle on-board keyboard.

Compilation

$ autoreconf --install
$ mkdir build && cd build
$ export KINDLE_ROOTDIR=<absolute_patch_to_the_Kindle_root_directory>
$ ../configure --enable-kindle-env --host=armv7a-softfp-linux-gnueabi
$ make

Note: Enabling Kindle development environment during configuration requires static libraries for json-c and VTE. It is possible to compile KTTerm using standard configuration, however such an action might produce executable incompatible with libraries available on Kindle.

Note²: It is possible to link KTTerm against a proprietary lipc library using --with-lipc flag during configuration. Otherwise, shell wrapper will be used instead.

Similar projects

  1. Kterm - terminal emulator for Kindle Touch and Paperwhite

ktterm's People

Contributors

arkq avatar msiedlarek avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.