Skip to content

A simple screenshot manager for my personal use as I am lazy to copy paste screenshots everytime

Notifications You must be signed in to change notification settings

axrav/ScreenshotManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenshotManager

A simple screenshot manager for my personal use as I am lazy to copy paste screenshots everytime

Copy example.env to .env and add your values.

You need atleast Go 1.17 atleast to run this

Use a Post request to post the screenshot, it returns a url of the uploaded screenshot

running server

go run main.go

Binary

make ssmanager executable ./bin/ssmanager

Via Curl and Maim:

maim -sqm 10 | curl -sL --header "password: YOURPASS" -F file=@- hostname/upload | tr -d '"' | xclip -selection clipboard

Example

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

Packages Used

About

A simple screenshot manager for my personal use as I am lazy to copy paste screenshots everytime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages