From 5ae30228f421ebafc9f7fd04713ed44561328875 Mon Sep 17 00:00:00 2001 From: lunrenyi <87307989+lunrenyi@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:23:20 +0800 Subject: [PATCH 1/2] Add x-cmd to the Frameworks list. Signed-off-by: lunrenyi <2863854515@qq.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4ed518b..1367d6a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari - [shplug](#shplug) - [Toasty](#toasty) - [uz](#uz) + - [x-cmd](#x-cmd) - [yazt](#yazt) - [yzsh](#yzsh) - [zap](#zap) @@ -233,6 +234,17 @@ An easy solution for managing your shell environments. Works with both `bash` an A ZSH micro plugin manager. +### [x-cmd](https://github.com/x-cmd/x-cmd) + +**x-cmd** is a toolset implemented using posix shell and awk. +It is very small in size and offers many interesting features. Here is a milestone demo: https://x-cmd.com/ + +Tools Provided by x-cmd: + - [Wrappers for Common Commands (e.g., cd, ip, ps, tar, apt, brew)](https://x-cmd.com/mod/zuz): These wrapped commands are more intelligent and easier to use compared to the native commands. + - [Lightweight Package Management Tool](https://x-cmd.com/pkg/): 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)](https://x-cmd.com/mod/cht): We have wrapped their APIs using shell and awk for daily use and to obtain corresponding services in scripts. + - [AI Tools](https://x-cmd.com/mod/openai): 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. + ### [yazt](https://github.com/bashelled/yazt) **Yazt** is a simple ZSH theme manager in maintenance that is compatible with nearly everything. You can use prompts in plugins, mix 'n' match two themes and with a few modifications, you can even use it in `bash`. From ef33ee19eee94e7ee6b4d08f4ff726b5e8c91149 Mon Sep 17 00:00:00 2001 From: lunrenyi <2863854515@qq.com> Date: Sat, 29 Jun 2024 15:42:49 +0800 Subject: [PATCH 2/2] update: README.md Signed-off-by: lunrenyi <2863854515@qq.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1367d6a..513306a 100644 --- a/README.md +++ b/README.md @@ -236,8 +236,7 @@ A ZSH micro plugin manager. ### [x-cmd](https://github.com/x-cmd/x-cmd) -**x-cmd** is a toolset implemented using posix shell and awk. -It is very small in size and offers many interesting features. Here is a milestone demo: https://x-cmd.com/ +**x-cmd** is a toolset implemented using posix shell and awk.It is very small in size and offers many interesting features. Here is a milestone demo: https://x-cmd.com/ Tools Provided by x-cmd: - [Wrappers for Common Commands (e.g., cd, ip, ps, tar, apt, brew)](https://x-cmd.com/mod/zuz): These wrapped commands are more intelligent and easier to use compared to the native commands.