flameshot
简介
flameshot 是一款跨平台的截图工具。
配置文件路经
linux:
~/.config/flameshot/flameshot.ini
windows:
C:\Users\{YOURNAME}\AppData\Roaming\flameshot\flameshot.ini
github地址:
https://github.com/flameshot-org/flameshot
下载
https://github.com/flameshot-org/flameshot/releases/tag/v0.10.2
常见平台安装
- MacOS
brew install --cask flameshot
- Manjaro
pacman -S flameshot
- Ubuntu 18.04+
apt install flameshot
- Debian 10+
apt install flameshot
- windows 直接下载安装包,下载地址:
https://github.com/flameshot-org/flameshot/releases/tag/v0.10.2
常用快捷键
按PrintScreen键 激活
Ctrl + c 拷贝到剪贴版
Ctrl + s 保存到文件
Ctrl + z 撤销
常见问题
- 运行时提示 linux下提示/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found 解决办法
sudo pacman -Ss gcc
sudo pacman -S core/gcc