No description
Find a file
David Brochart 61e2352324 Add jpterm
2023-02-17 14:08:17 +01:00
README.md Add jpterm 2023-02-17 14:08:17 +01:00

Introduction

The aim of this wee document is to try and collect together links to as many Textual-based applications and third-party tools as possible.

While I do work for Textualize, and am one of the Textual developers, this is a personal project, done for fun, out of curiosity, and to help the wider Textual community.

If you have something you think should be on this list, let me know and I'll add it. Or PR to it I guess. It's cool either way.

Useful resources

Third-party libraries

  • Rich Pixels - display images in the terminal in your Textual applications.
  • textual-astview - widget library and application for exploring the Python abstract syntax tree.
  • textual-autocomplete - Add autocompletion to your Textual applications.
  • textual-filedrop - library that provides a FileDrop widget, allowing easy drag/drop into a terminal application.
  • textual-imageview - terminal-based image-viewing widget library and application.
  • textual-qrcode - library that provides a simple QR code widget, using https://qrenco.de/ as the backend.
  • textual-terminal - library that provides a terminal widget; which can be used to embed other terminal applications inside a Textual application.

Applications built with Textual

  • DooPass - a minimalistic TUI password manager.
  • fivepyfive - an annoying puzzle for the terminal.
  • gridinfo - a simple application for looking at stats about the Second Life grid.
  • kupo - a terminal-based file browser.
  • OIDIA - a simple no-shaming terminal-based streak tracker.
  • PISpy - a simple client for looking up package information in the Python package index.
  • RecoverPy - a file-recovery tool for GNU/Linux.
  • shira - a Python object inspector.
  • textual-passphrase - application that generates passphrases based on a custom user-provided list.
  • unbored - a terminal-based client for the bored API; get inspired for things to do when you're bored.
  • jpterm - Jupyter in the terminal.