mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2025-07-04 20:38:28 +02:00
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.
This commit is contained in:
parent
962e639932
commit
664ac72705
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue