Project

surely

0.0
No commit activity in last 3 years
No release in over 3 years
Surely watches your screenshots directory and upload new files to your imgur account.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0

Runtime

~> 0.8
~> 1.3
~> 0.5
~> 1.1
 Project Readme

Surely

Surely is a daemon that watches your screenshots directory and upload new files to your imgur account.

Usage

# Install the gem
$ gem install surely

# Start it
# The first time you run it, it will open a browser window and ask you to
# enter the OAuth credentials that you will obtain after allowing your imgur app
$ surely start

# After that, you can kill it (^C) (or `ps -ef | grep surely` and `kill` its PID) and start it as a real daemon
$ surely start -d

Taking a screenshot

When you take a screenshot, Surely does three things:

  1. Upload it to your imgur account
  2. Copy the uploaded file URL into the clipboard
  3. Say Uploaded! out loud (using the say utility)