KO
|
EN
gitlite — search
Search
#python
#typescript
#docker
#ai
#machine-learning
#deep-learning
#security
#nextjs
#game
#ocr
#fastapi
#llm
haruhishot
★ 29
Open GitHub ↗
wlr screenshot
Download README (.md)
Explore Similar Repositories
biohubbc
:
Species Inventory Management System (SIMS)
wlrs
:
Dynamic Wallpaper for Linux Wayland
wlsplit
:
Basic speedrun timer for Wayland compositors using wlr-layer-shell (wlroots/kwin)
sway-eGPU-setup
:
Manages setting of the WLR_DRM_DEVICES environment variable based on cards found by udevadm.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
haruhishot
?
Download (.md)
# haruhishot It is a screenshot tool for wlroots based compositors such as sway and river written in Rust, with wayland-rs  ## How to build dependiences: `wayland` , `wlroots` , `rust` and `meson` You can just run `cargo run` If you want to package it , you can use `meson.build` ```bash meson setup \ -Dprefix=/usr \ -Dbuildtype=release \ build ninja -C build ``` ## Installation [](https://repology.org/project/haruhishot/versions) ## Thanks to wayshot ## Use example Pick with Region ``` haruhishot -S --stdout | wl-copy ``` or ``` haruhishot --slurp --stdout | wl-copy ``` Get Lists ``` haruhishot -L ``` or ``` haruhishot --list-outputs ``` Shot one screen ``` haruhishot -O DP-2 --stdout > test.png ``` or ``` haruhishot --output DP-2 --stdout > test.png ``` Shot all screens (fullscreen) ``` haruhishot -F --stdout > test.png ``` or ``` haruhishot --fullscreen --stdout > test.png ``` Get Color ``` haruhishot -C ``` or ``` haruhishot --color ``` ## Features ### Notify Message  ## TODO * I want to add a slint frontend * In the code of wayshot, it seems need to make change if meet some format, but it works well on my computer, so.. ## Thanks to the help of developers in Smithay