Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CloudApp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ sub upload {
my $rsp3 = $ua->request($req3);
if ($rsp3->is_success) {
my $content3 = decode_json($rsp3->decoded_content);
$self->{_links}->{'short_link'} = $content3->{'share_url'};
$self->{_links}->{'direct_link'} = $content3->{'content_url'};
}
$self->{_links}{'status'} = $rsp3->status_line;
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ Shutter Upload Plugin for CloudApp

[Shutter](http://shutter-project.org/) is an awesome screenshot tool for Linux. [CloudApp](http://getcloudapp.com) is an awesome screenshot sharing tool, but it lacks a Linux client. This plugin tries to solve that problem.

##Installation
## Installation

Check if you have the following **dependencies**:
```
perl-tie-ixhash
perl-lwp-protocol-https
```

Download `CloudApp.pm` and move it to the Shutter upload plugins directory, and make it executable.
On Ubuntu, that's:
Expand Down