From b9ddd9080ec6cdbf0fde9f04ae40289402257fb0 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 21 May 2023 12:31:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3697ed1..1f8c678 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Trogon works with the popular [Click](https://click.palletsprojects.com/) librar ## How it works Trogon inspects your (command line) app and extracts a *schema* which describes the options / switches / help etc. -It then uses that information to build a [Textual](https:/github.com/textualize/textual) UI you can use to edit and run the command. +It then uses that information to build a [Textual](https://github.com/textualize/textual) UI you can use to edit and run the command. Ultimately we would like to formalize this schema and a protocol to extract or expose it from apps. This which would allow Trogon to build TUIs for any CLI app, regardless of how it was built.