Skip to content

Instantly share code, notes, and snippets.

View decrypted's full-sized avatar

Daniel Rudolph decrypted

View GitHub Profile
@decrypted
decrypted / screen-to-dropbox
Created September 26, 2018 14:04 — forked from kloneets/screen-to-dropbox
Screenshot to dropbox on linux
#!/bin/bash
# Take a screenshot of an area of the screen, upload it to dropbox and put the url into the clipboard
# Put file in any directory under your dropbox
# If it is subfolder, than you need to make them manually
FILENAME=~/Dropbox/Public/Screenshots/Screenshot_`date +%Y-%m-%d-%H:%M`.png
# Select an area and save the screenshot
# you need to instal gnome-screenshot
@decrypted
decrypted / 0_reuse_code.js
Created February 4, 2016 21:40
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console