From c70659d29c833866c7d3cd6e697b6f19d6d5d6eb Mon Sep 17 00:00:00 2001 From: hahwul Date: Thu, 2 Jul 2026 23:36:36 +0900 Subject: [PATCH 1/2] Add TUI category with termisu --- catalog/TUI.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 catalog/TUI.yml diff --git a/catalog/TUI.yml b/catalog/TUI.yml new file mode 100644 index 0000000..797cda2 --- /dev/null +++ b/catalog/TUI.yml @@ -0,0 +1,5 @@ +--- +name: TUI +shards: +- github: omarluq/termisu + description: Minimalistic API for writing text-based user interfaces From 8e014e06d9bd26917ccfa6681dee43d22171e408 Mon Sep 17 00:00:00 2001 From: hahwul Date: Thu, 2 Jul 2026 23:59:53 +0900 Subject: [PATCH 2/2] Move termisu to CLI Builders category --- catalog/CLI_Builders.yml | 2 ++ catalog/TUI.yml | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 catalog/TUI.yml diff --git a/catalog/CLI_Builders.yml b/catalog/CLI_Builders.yml index d4b2037..57b9561 100644 --- a/catalog/CLI_Builders.yml +++ b/catalog/CLI_Builders.yml @@ -49,6 +49,8 @@ shards: description: A highly flexible Crystal CLI builder in the style of OptionParser - github: icyleaf/terminal-ui.cr description: Terminal output styling with intuitive, clean and easy API +- github: omarluq/termisu + description: Minimalistic API for writing text-based user interfaces - github: Papierkorb/toka description: A type-safe, object-oriented option parser using the mapping-pattern - github: crystallabs/tput diff --git a/catalog/TUI.yml b/catalog/TUI.yml deleted file mode 100644 index 797cda2..0000000 --- a/catalog/TUI.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -name: TUI -shards: -- github: omarluq/termisu - description: Minimalistic API for writing text-based user interfaces