Skip to content

bonifaido/cloudapp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

cloudapp-cli

A simple cli for CloudApp written in Ruby.

Install

cloudapp-cli depends on the cloudapp_api, so first install it as a gem dependency:

gem install cloudapp_api

# on ruby 1.8 the json gem is not installed by default
gem install json

Install with the one-liner (shock!) (make sure that your /usr/local/bin is writable and it's in PATH):

cd /usr/local/bin && curl -fOs https://raw.github.com/bonifaido/cloudapp-cli/master/cloudapp && chmod +x cloudapp && cd -

Usage

Configuration:

cloudapp config myemail@company.hu passw0rd

List all your drops:

cloudapp list

Show your stats:

cloudapp stats

Upload files:

cloudapp upload drumandbass.ogg cheatsheet.png

Upload a file as private:

cloudapp upload -p topsecret.pdf

Download a drop to current directory:

cloudapp download dZ69

Change a drop to private:

cloudapp private dZ69

Change all drops to public:

cloudapp public

Rename a drop:

cloudapp rename dZ69 UserGuide.txt

Delete a drop:

cloudapp delete dZ69

Recover a drop:

cloudapp recover dZ69

Jump to your homepage:

cloudapp home

Enjoy!

About

a simple cli for cloudapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages