You are not logged in.

#1 2011-05-27 00:37:19

mpereira
Member
From: Brazil
Registered: 2011-05-22
Posts: 1
Website

ompload: CLI to upload files to omploader

The guys from http://omploader.org had a ruby script that was presenting some issues, so I refactored it and turned it into a ruby gem.

Install
$ gem install ompload
Usage
$ ompload [-h|--help] [options] [file(s)]
  -q, --quiet     Only output errors and warnings
  -u, --url       Only output URLs
  -f, --filename  File name on omploader for when piping data via stdin
  -n, --no-clip   Disable copying of the URL to the clipboard

  You can supply a list of files or data via stdin (or both)
Omploading regular files
$ ompload foo bar baz
Omploading data from stdin and giving it a name on omploader
$ echo 'qux' | ompload -f qux

Take a look at the github page for more details.

Offline

Board footer

Powered by FluxBB