Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/learnbyexample/TUI-apps

Terminal User Interface (TUI) apps
https://github.com/learnbyexample/TUI-apps

exercises game grep interactive playground python regex ripgrep sed textual tui

Last synced: about 2 months ago
JSON representation

Terminal User Interface (TUI) apps

Lists

README

        

# TUI apps

Repository for Terminal User Interface (TUI) apps. Mostly for fun (ex: games), learning a framework (ex: [Textual](https://textual.textualize.io/)), etc.

# List of apps

* [Square Tic Tac Toe](./SquareTicTacToe) — form a square with 4 corners
* [Linux CLI Text Processing Exercises](./CLI-Exercises) — 60+ exercises for CLI text processing
* [Python re(gex)? playground](./PyRegexPlayground) — interactive playground for Python Regular Expressions
* [Python re(gex)? exercises](./PyRegexExercises) — 100+ exercises for Python Regular Expressions
* [Grep Exercises](./GrepExercises) — 50+ exercises for `GNU grep` (or alternate implementations like `ripgrep`)
* [Sed Exercises](./SedExercises) — 50+ exercises for `GNU sed`
* [Awk Exercises](./AwkExercises) — 80+ exercises for `GNU awk`

# Acknowledgements

The Textual team for quickly resolving issues and helping me out when I was stuck.

# License

MIT, see [LICENSE](./LICENSE) file