From 57edf8a61c81dc25aef640459dba60beb24dc37d Mon Sep 17 00:00:00 2001 From: "Xavier G." <xavierog@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:21:41 +0100 Subject: [PATCH] Update URL for moulti. Moulti is still available at https://github.com/xavierog/moulti but https://moulti.run/ is more user-friendly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23080fa..4e143f4 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ List of projects that provide terminal user interfaces - [ink](https://github.com/vadimdemedes/ink) React for **Node.js** interactive command-line apps - [iocraft](https://github.com/ccbrown/iocraft) **Rust** crate for beautiful, artisanally crafted TUIs and text-based IO, with a declarative, React-like API inspired by Ink. - [Lanterna](https://github.com/mabe02/lanterna) A **Java** library for creating text-based UIs, very similar to the C library curses but with more functionality. -- [moulti](https://github.com/xavierog/moulti) A CLI-driven TUI displaying arbitrary outputs inside visual, collapsible blocks. Designed with **shell** scripts in mind. **Ansible**-friendly too. +- [moulti](https://moulti.run/) A CLI-driven TUI displaying arbitrary outputs inside visual, collapsible blocks. Designed with **shell** scripts in mind. **Ansible**-friendly too. - [ncurses](https://invisible-island.net/ncurses/announce.html) A classic **C** library with bindings for many languages - [nimwave](https://github.com/ansiwave/nimwave) Build text interfaces for the terminal or browser in **Nim** - [notcurses](https://github.com/dankamongmen/notcurses) blingful character graphics/TUI library for **C** and **Python**. definitely not curses.