From 664ac7270517b7828edf1a2f205c5dfafa88e1e4 Mon Sep 17 00:00:00 2001 From: B!gRice Date: Tue, 2 Jul 2024 10:17:22 +0800 Subject: [PATCH] Add x-cmd Repo link: https://github.com/x-cmd/x-cmd Description: x-cmd is a toolset implemented using posix shell and awk. It is very small in size and offers many interesting features. This is our official website: https://www.x-cmd.com/ Tools Provided by x-cmd: Wrappers for Common Commands (e.g., cd, ip, ps, tar, apt, brew): These wrapped commands are more intelligent and easier to use compared to the native commands. Lightweight Package Management Tool: We have implemented a lightweight package management tool using shell and awk. Through it, you can quickly obtain most common software tools, such as jq, 7za, bat, nvim, python, node, go, etc. CLI for Useful Websites (e.g., github.com, cht.sh): We have wrapped their APIs using shell and awk for daily use and to obtain corresponding services in scripts. AI Tools: We provide CLIs for ChatGPT, Gemini, Jina.ai, etc., and have wrapped corresponding shortcut commands for different application scenarios, such as @gemini for chatting with Gemini AI and @zh for using AI to translate specified content or command results. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f3826166..9520321b 100644 --- a/readme.md +++ b/readme.md @@ -388,6 +388,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [glances](https://nicolargo.github.io/glances/) - System monitoring tool. - [tiptop](https://github.com/nschloe/tiptop) - System monitor. - [gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli) - Get the gzipped size of a file. +- [x-cmd](https://github.com/x-cmd/x-cmd) - A vast and interesting collection of tools guided by the Unix philosophy. ### Markdown