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
是否能考虑添加调用option以实现更多集成用法,例如:
ScreenCapture.exe --sfile PATH 框选后立刻保存在指定路径 ScreenCapture.exe --region REGION --clipboard 立即将指定区域存入剪贴板 ScreenCapture.exe --currentscreen --clipboard 立即将当前屏幕存入剪贴板 ScreenCapture.exe --desktop --wait MILLSECS 等待后立即将所有屏幕存入剪贴板
ScreenCapture.exe --sfile PATH
ScreenCapture.exe --region REGION --clipboard
ScreenCapture.exe --currentscreen --clipboard
ScreenCapture.exe --desktop --wait MILLSECS
谢谢
The text was updated successfully, but these errors were encountered:
什么业务场景会用到这种命令?
Sorry, something went wrong.
例如利用AHK做二维码识别、OCR等工具,可以直接快捷键之后框选截图进入后续处理流程,而不需要保存、确定等其他操作
嗯,这个功能我考虑一下再说吧
No branches or pull requests
是否能考虑添加调用option以实现更多集成用法,例如:
ScreenCapture.exe --sfile PATH
框选后立刻保存在指定路径ScreenCapture.exe --region REGION --clipboard
立即将指定区域存入剪贴板ScreenCapture.exe --currentscreen --clipboard
立即将当前屏幕存入剪贴板ScreenCapture.exe --desktop --wait MILLSECS
等待后立即将所有屏幕存入剪贴板谢谢
The text was updated successfully, but these errors were encountered: