We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
项目地址: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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
工具名字:so
项目地址:https://github.com/greensea/so
在使用命令行的时候,偶尔会需要用到一些不太常用的命令。因为不常用,所以不太记得这命令的参数了,不得不谷歌一遍再回来写命令。
这个工具就是为了解决这种情况而出现的,直接说出需求,AI 就会自动生成对应的命令。
截图
实际例子
The text was updated successfully, but these errors were encountered: