Giter VIP home page Giter VIP logo

geturl's Introduction

geturl - provide path. get url.

A CLI tool to get a public link for any file

Uses filepicker.io to store the files. It's a cool uploading tool that I've been using on my website and this is a hack on top of it.

Use Cases

  • You need a quick way to send a file to someone. Instead of attaching it to an email or starting up your FTP server, use this to get a public URL.

  • Another tool in your arsenal of scp, yousendit, and flash drives for quickly exchanging files.

Usage

You provide a path, it returns a URL

geturl path/to/file

It also tries to use pbcopy on a mac, xsel or xclip on Linux to put the url into your clipboard.

Installation

sudo curl https://raw.github.com/uams/geturl/master/geturl -o /usr/local/bin/geturl;
sudo chmod +x /usr/local/bin/geturl

Enable Clipboard Access (Only necessary on Linux)

sudo apt-get install xclip

I'll submit it to brew and apt-get if enough people are interested.

Notes

It uses Filepicker.io as a storage backend. (They have a 5000 file free limit so it shouldn't be a problem)

geturl's People

Contributors

dideler avatar supahgreg avatar uams avatar voltagex avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.