Added LearnByExample TUI under Miscellaneous (#256)
Some checks failed
Ruby / build (push) Has been cancelled

This commit is contained in:
Cameron Jackson 2024-12-01 22:23:27 -06:00 committed by GitHub
parent 94f8c6454b
commit c36abd90ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -323,6 +323,7 @@ List of projects that provide terminal user interfaces
- [impala](https://github.com/pythops/impala) TUI for managing wifi - [impala](https://github.com/pythops/impala) TUI for managing wifi
- [isw](https://gitlab.com/thom-cameron/isw) A simple terminal stopwatch application for pomodoro etc. - [isw](https://gitlab.com/thom-cameron/isw) A simple terminal stopwatch application for pomodoro etc.
- [jrnl](https://jrnl.sh/) Collect your thoughts and notes without leaving the command line. human-friendly. future-proof. secure. - [jrnl](https://jrnl.sh/) Collect your thoughts and notes without leaving the command line. human-friendly. future-proof. secure.
- [LearnByExample](https://github.com/learnbyexample/TUI-apps) A TUI with tutorials and +300 exercises on python, grep, awk, sed & general terminal usage.
- [lnav](https://lnav.org/) An advanced log file viewer for the small-scale - [lnav](https://lnav.org/) An advanced log file viewer for the small-scale
- [mapscii](https://github.com/rastapasta/mapscii) Braille & ASCII world map renderer for your console - [mapscii](https://github.com/rastapasta/mapscii) Braille & ASCII world map renderer for your console
- [mqttui](https://github.com/EdJoPaTo/mqttui) MQTT Client written in rust - [mqttui](https://github.com/EdJoPaTo/mqttui) MQTT Client written in rust