Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add x-cmd to the list #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add x-cmd to the list #332

wants to merge 1 commit into from

Commits on Jun 25, 2024

  1. Add x-cmd to the list

    Add x-cmd to the list, 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.
    jerry8hero committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    990a481 View commit details
    Browse the repository at this point in the history