Skip to content

technocake/shoot-and-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Shoot and load
	- Take a screenshot and it's online :)

	Python script that runs in the background, whatching a folder. When a picture pops in, it will be sent to a server using scp, and the url will be copied to your clipboard.

	Dependencies: python, running on a system with a native scp from cli. You probably should authenticate with a ssh-key.


Instalation:
	
	cd ~
	git clone git@github.com:technocake/shoot-and-load.git
	
- To make a handy alias, edit your appropriate aliasfile, f.eks:
	
	echo "alias shotnload='. ~/shoot-and-load/shoot-and-load.py'" >> ~/.bash_aliases

	remember to edit the script and change your target host (which box it should be uploaded to) and path (where on that path)

About

Automagically uploads a screenshot to a server via scp and copies the url to your pastebin. Ctrl+v will give you that url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages