python3-urwid-readline

python-urwid textbox widget that supports readline shortcuts
  https://github.com/rr-/urwid_readline
  0
  no reviews



A textbox edit widget for urwid that supports readline shortcuts such as: - Jump to the Beginning of line (Ctrl + A) - Jump backward one character (Ctrl + B) - Delete one character (Ctrl + D) - Delete one word (Meta + D) - Jump to the end of line (Ctrl + E) and more.