Hacker News new | past | comments | ask | show | jobs | submit login

the script I use on linux:

  #!/bin/bash
  userid="your id here"
  myfile=$(date +%Y%m%d%S).png
  scrot -s "/home/mononofu/Dropbox/public/$myfile" 
  echo "http://dl.dropbox.com/u/$userid/$myfile | xclip -selection c
  notify-send "Done"



Here's mine, a bit longer but has a few options: https://gist.github.com/803b05c449a5eea73101




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: