A simple screenshot manager for my personal use as I am lazy to copy paste screenshots everytime
go run main.go
make ssmanager executable
./bin/ssmanager
maim -sqm 10 | curl -sL --header "password: YOURPASS" -F file=@- hostname/upload | tr -d '"' | xclip -selection clipboard
maim -sqm 10 | curl -sL --header "password: vegeta" -F file=@- https://vegetaxd.me/upload | tr -d '"' | xclip -selection clipboard
Thanks to TheHamkerCat for the idea xD