Skip to content

Bash script for taking a screenshot, putting it in your dropbox folder then copying the public URL to clipboard

Notifications You must be signed in to change notification settings

kingcu/screendrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Dropbox screenshots made easy!

Requires ImageMagick to be installed, since this uses the 'import' command bundled with IM.

I mapped this to modkey+shift+s in awesome, so I can easily just hit the stroke, click/drag my screenshot area, then paste the URL in chat/wherever.

Example awesome keybinding:

awful.key({ modkey, "Shift"}, "s", function () os.execute("screendrop") end)

About

Bash script for taking a screenshot, putting it in your dropbox folder then copying the public URL to clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages