Crates.io | epicshot |
lib.rs | epicshot |
version | 0.1.3 |
source | src |
created_at | 2023-11-27 08:00:15.322389 |
updated_at | 2023-11-29 05:27:57.814559 |
description | Epic screenshot tool for Linux. |
homepage | https://github.com/Nirlep5252/EpicShot |
repository | https://github.com/Nirlep5252/EpicShot |
max_upload_size | |
id | 1050209 |
size | 35,732 |
Epic screenshot tool for Linux.
Currently tested only on i3wm
on Arch Linux
.
1.74.0+
libxcb
, libxrandr
, xclip
cargo install epicshot
git clone https://github.com/Nirlep5252/EpicShot
cd EpicShot
cargo install --path .
SOON
Take screenshot of your entire screen (including all monitors) and copy to clipboard.
epicshot --x11 --clipboard --all
Take screenshot of a particular monitor and copy to clipboard.
epicshot --x11 --clipboard --monitor 0
Take screenshot of a particular window and copy to clipboard.
epicshot --x11 --clipboard --window <WINDOW ID>
# You can get the window ID using `xwininfo`
Take screenshot of a selection and copy to clipboard.
epicshot --x11 --clipboard --selection "0 0 500 700"
# The selection input is "x y width height"
Save screenshot to a specific file.
epicshot --x11 --all --save screenshot.png