🎉 Get things kicked off
This is *far* from comprehensive, way off being comprehensive. But it's a start. Now there's something to show folk and hopefully get them to point me at more stuff.
This commit is contained in:
commit
20ba4d0066
1 changed files with 52 additions and 0 deletions
52
README.md
Normal file
52
README.md
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Introduction
|
||||
|
||||
The aim of this wee document is to try and collect together links to as many
|
||||
[Textual](https://textual.textualize.io/)-based applications and third-party
|
||||
tools as possible.
|
||||
|
||||
While I do work for [Textualize](https://www.textualize.io/), 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
|
||||
|
||||
- [The Textual Documentation](https://textual.textualize.io/) - a great
|
||||
place to get started, with a great tutorial to get you going.
|
||||
- [The Textualize Discord Server](https://discord.gg/Enf6Z3qhVr) - if you're
|
||||
looking for some real-time help, this is a good place to drop by.
|
||||
- [The Textual repository](https://github.com/Textualize/textual) - for the
|
||||
very latest and greatest Textual source.
|
||||
|
||||
## Third-party libraries
|
||||
|
||||
- [Rich Pixels](https://github.com/darrenburns/rich-pixels) - display images
|
||||
in the terminal in your Textual applications.
|
||||
- [textual-astview](https://github.com/davep/textual-astview) - widget
|
||||
library and application for exploring the Python abstract syntax tree.
|
||||
- [textual-autocomplete](https://github.com/darrenburns/textual-autocomplete) -
|
||||
Add autocompletion to your Textual applications.
|
||||
- [textual-qrcode](https://github.com/davep/textual-qrcode) - library that
|
||||
provides a simple QR code widget, using https://qrenco.de/ as the backend.
|
||||
|
||||
## Applications built with Textual
|
||||
|
||||
- [fivepyfive](https://github.com/davep/fivepyfive) - an annoying puzzle for
|
||||
the terminal.
|
||||
- [gridinfo](https://github.com/davep/gridinfo) - a simple application for
|
||||
looking at stats about the Second Life grid.
|
||||
- [kupo](https://github.com/darrenburns/kupo) - a terminal-based file
|
||||
browser.
|
||||
- [OIDIA](https://github.com/davep/oidia) - a simple no-shaming
|
||||
terminal-based streak tracker.
|
||||
- [PISpy](https://github.com/davep/pispy) - a simple client for looking up
|
||||
package information in the Python package index.
|
||||
- [RecoverPy](https://github.com/PabloLec/RecoverPy) - a file-recovery tool
|
||||
for GNU/Linux.
|
||||
- [shira](https://github.com/darrenburns/shira) - a Python object inspector.
|
||||
- [unbored](https://github.com/davep/unbored) - a terminal-based client for
|
||||
the bored API; get inspired for things to do when you're bored.
|
||||
|
||||
[//]: # (README.md ends here)
|
||||
Loading…
Reference in a new issue