From 1da6d3e3b4e480f742c344838f5f3f7e991671bd Mon Sep 17 00:00:00 2001 From: curry798 Date: Wed, 26 Jun 2024 10:57:33 +0800 Subject: [PATCH] Add x-cmd to the Miscellaneous --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee163c1..69e194b 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ List of projects that provide terminal user interfaces - [WG Commander](https://github.com/andrianbdn/wg-cmd) A TUI for a simple WireGuard VPN setup: peer management, QR codes, setup wizard. - [wttr.in](https://github.com/chubin/wttr.in) The right way to check the weather - [xplr](https://github.com/sayanarijit/xplr) A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf. +- [x-cmd](https://github.com/x-cmd/x-cmd) x-cmd is a vast and interesting collection of tools that can then bootstrap lots of other programs / functions in a consistent and structured way. - [yazi](https://github.com/sxyazi/yazi) Blazing fast terminal file manager written in Rust, based on async I/O. ---