dev: automated commit - 2025-07-16 19:26:06
This commit is contained in:
parent
fb87c567f6
commit
94487551fc
30 changed files with 173 additions and 157 deletions
7
local-bin/.local/bin/screenshot-upload
Executable file
7
local-bin/.local/bin/screenshot-upload
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
file=/tmp/$(date "+%Y%m%d-%H%M%S")_screenshot.png
|
||||
|
||||
grim -g "$(slurp)" "$file" &&
|
||||
satty --filename "$file" --fullscreen &&
|
||||
yad --title="Upload?" --text="Upload image?" --image="dialog-question" --default-cancel &&
|
||||
curl -F "file=@$file" https://drop.mz.uy | xargs xdg-open
|
||||
Loading…
Add table
Add a link
Reference in a new issue