Epic screenshot tool for Linux.
Currently tested only on i3wm on Arch Linux.
- Rust:
1.74.0+ - OS Specific Requirements:
- Arch Linux:
libxcb,libxrandr,xclip
- Arch Linux:
cargo install epicshotgit 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 --allTake screenshot of a particular monitor and copy to clipboard.
epicshot --x11 --clipboard --monitor 0Take 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