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

【开源自荐】so - 命令行工具助手,根据自然语言生成命令行指令 #53

Open
greensea opened this issue Nov 12, 2024 · 0 comments

Comments

@greensea
Copy link

工具名字:so

项目地址:https://github.com/greensea/so

在使用命令行的时候,偶尔会需要用到一些不太常用的命令。因为不常用,所以不太记得这命令的参数了,不得不谷歌一遍再回来写命令。

这个工具就是为了解决这种情况而出现的,直接说出需求,AI 就会自动生成对应的命令。

截图

实际例子

gs@gslj:~ % so 把image.png切分成256x256的切片
convert image.png -crop 256x256 +repage output_%d.png
gs@gslj:~ % so 用 fio 测试一下/data的性能
fio --name=performance_test --ioengine=libaio --rw=randwrite --bs=4k --size=1G --numjobs=4 --runtime=60s --time_based --directory=/data --output=/home/gs/fio_result.txt
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