Metadata-Version: 2.1
Name: grepexercises
Version: 1.1.0
Summary: 50+ exercises for GNU grep (or alternatives like ripgrep)
Project-URL: Source, https://github.com/learnbyexample/TUI-apps/tree/main/GrepExercises
Project-URL: Issues, https://github.com/learnbyexample/TUI-apps/issues
Author-email: Sundeep Agarwal <learnbyexample.net@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: textual>=0.32.0
Description-Content-Type: text/markdown

# Grep Exercises

This TUI application includes 50+ questions meant to be solved using `GNU grep` (or alternate implementations like `ripgrep`). Some exercises will require you to combine `grep` with other standard commands such as `cat`, `wc` and `find`.

> **Note:** This application is intended to be run in a Linux-like environment. You might still be able to solve the exercises on other platforms, but I do not know if that'll work.

# Screenshot

![Sample exercise](https://raw.githubusercontent.com/learnbyexample/TUI-apps/main/GrepExercises/grep_exercises.png)

# Guide

See [app_guide.md](https://github.com/learnbyexample/TUI-apps/blob/main/GrepExercises/app_guide.md)

# License

Code snippets are licensed under [MIT LICENSE](https://github.com/learnbyexample/TUI-apps/blob/main/LICENSE)

Exercise questions and associated files (like `questions.json`) are licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)

