https://github.com/hunlongyu/screencapture
Mouse box select screenshot and automatically save to clipboard
https://github.com/hunlongyu/screencapture
Last synced: 3 months ago
JSON representation
Mouse box select screenshot and automatically save to clipboard
- Host: GitHub
- URL: https://github.com/hunlongyu/screencapture
- Owner: Hunlongyu
- License: mit
- Created: 2023-08-23T10:13:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T02:21:30.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T03:14:31.115Z (over 1 year ago)
- Language: C++
- Size: 693 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 截图
鼠标框选区域截图,自动保存到剪贴板,无工具栏,不留驻系统后台。
#### 使用方法
1. 双击启动直接使用
2. 命令行启动,增加启动参数,参数为保存路径,如:
```shell
sc.exe C:\\desktop\\temp.png
```
此时不再会自动保存到剪贴板
3. 启动后按 Esc 键退出截图功能
#### 版本
单文件绿色版为:sc.exe
便携版为:sc_protable.zip
如果单文件绿色版运行被杀毒软件报毒,请使用便携版。
#### 特别鸣谢
https://github.com/xland/ScreenCapture
如果需要工具栏的可以尝试上面的工具。