An open API service indexing awesome lists of open source software.

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

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

如果需要工具栏的可以尝试上面的工具。