Skip to content

Java application that takes screen shot, and uploads it to imgur.

Notifications You must be signed in to change notification settings

hingev/screenSharer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenSharer

Java application that takes screen shot, and uploads it to imgur. For making things easy there is perl script added, that will show notifications about what is going on.

Steps of taking screenshot

  1. Program takes screen shot and stores it as "tempScreen.png"
  2. Another part of it starts uploading file to imgur
  3. Finally script part adds link to clipboard, and shows notifications about what is happening.

Test screen shot

Assigning app to keyboard shortcut

So here steps are easy, I am using Ubuntu 13.04 but that won't change a thing. Just follow steps.

  1. So go to System Settings or whatever it is, and move on to Keyboard -> Shortcuts What it looks like
  2. After that add new shortcut, where put name whatever you want, and command to bash -c 'cd directory/where/app/is/ && perl takeScreenShot.pl'
  3. Assign a shortcut to that, and you are ready to go!

About

Java application that takes screen shot, and uploads it to imgur.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published