Path to this page:
Subject: CVS commit: pkgsrc/devel/py-readlike
From: Leonardo Taccari
Date: 2017-09-04 15:33:42
Message id: 20170904133342.D2ADFFA97@cvs.NetBSD.org
Log Message:
Import py-readlike-0.1.2 as devel/py-readlike
A Python module that provides GNU Readline-like line editing
functions (the default Emacs-style ones). If you just want to use
Readline, use the readline package in the standard library but this
package allows access to those capabilties in settings outside of
a standard CLI.
Currently, all stateless Readline commands are implemented. This
means that yanking and history aren't supported.
This module is especially well-suited to interfacing with Urwid
due to a shared syntax for describing key inputs.
Files: