爱意满满的作品展示区。
huihuiHK

tmcmd,一款终端 ai 工具,可以通过自然语言描述获取终端执行命令

  •  1
     
  •   huihuiHK · Jul 22, 2024 · 1122 views
    This topic created in 659 days ago, the information mentioned may be changed or developed.

    tmcmd,一款终端 ai 工具,可以通过自然语言描述获取终端执行命令

    项目地址: https://github.com/greycodee/tmcmd

    Usage

    tmcmd -q "View 80-port occupancy status"
    
    Recommended command
    netstat -a -n -p tcp | grep :80
    
    tmcmd -q "Start the nginx service on docker and expose port 80."
    
    Recommended command
    docker run -d -p 80:80 nginx
    

    Use the -p ollama option to select ollama to process the current request.

    tmcmd -q "Start the nginx service on docker and expose port 80." -p ollama
    
    Recommended command
    docker run -d -p 80:80 nginx
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5821 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 42ms · UTC 03:20 · PVG 11:20 · LAX 20:20 · JFK 23:20
    ♥ Do have faith in what you're doing.