1.3.1 • Published 6 years ago

imgur-screen v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

imgur-screen

Take a screenshot of your screen and upload it to imgur

Dependencies

You need xfce4-screenshooter to use imgur-screen

Installation

You just need to clone the repository and run index.js

npm i -g imgur-screen
imgur-screen [--album album_id] [--copy]

Using credentials

Create a credentials.js file and fill it with your credentials

// ~/.imgur-screen.json
{
  "username": "foo",
  "password": "bar"
}

Uploading to album

You can upload your screenshot to a specific album using the --album flag

imgur-screen --album album_id
1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.0.1

7 years ago