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

[Go 开源软件自荐] tmcmd,一款终端ai工具,可以通过自然语言描述获取终端执行命令 #4867

Open
greycodee opened this issue Jul 22, 2024 · 0 comments

Comments

@greycodee
Copy link

greycodee commented Jul 22, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant