V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
huihuiHK
V2EX  ›  分享创造

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

  •  1
     
  •   huihuiHK · 47 天前 · 648 次点击
    这是一个创建于 47 天前的主题,其中的信息可能已经有所发展或是发生改变。

    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
    
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2344 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 02:08 · PVG 10:08 · LAX 19:08 · JFK 22:08
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.