[Arch] 截图工具 sknip

简洁小巧、功能强大的截图工具

Total Installed Size: 2.67 MiB

  • 捕捉屏幕上的任何区域(整个屏幕、窗口、自定义区域等)

  • 并提供丰富的编辑和标注工具,包括添加文字、箭头、矩形、圆形、图标等

  • 支持将截图保存为各种格式的文件(如 PNG、JPG、PDF)

  • 支持将截图直接复制到剪贴板中,方便用户在其他应用程序中使用

  • Ksnip 是基于 Qt 框架开发的跨平台软件,适用于 Linux、Windows 和 macOS 等操作系统

安装

sudo pacman -S ksnip

启动

ksnip

同时也是图片编辑工具,使用以下命令以打开图片进行编辑

ksnip <imgpath>

安装 ocr 插件

Get the latest release from GitHub by cloning the repo: $ git clone https://github.com/ksnip/ksnip
Change to repo directory: $ cd ksnip
Make new build directory and enter it: $ mkdir build && cd build
Create the makefile and build the project: $ cmake .. && make
Now install the application, eventually you need to run it with sudo: $ sudo make install
Run the application: $ ksnip

posted @ 2023-03-21 19:49  Boiiea  阅读(454)  评论(0)    收藏  举报