GithubHelp home page GithubHelp logo

joshklein / rhea Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timonus/rhea

0.0 0.0 0.0 227 KB

A Mac status bar app for quickly sharing files and links.

License: MIT License

Objective-C 100.00%

rhea's Introduction

Rhea

Rhea is a status bar utility for the Mac that allows you to quickly and easily upload files and shorten links, similar to CloudApp and Dropshare. It uses Dropbox (powered by TJDropbox) for file storage and Bitly for shortening links.

File Upload

You can drag files into the status bar to upload them to Rhea.

Or, if you have a file path or file URL copied to your clipboard you can upload it via Rhea’s dropdown menu.

Dropbox links are copied to the clipboard while files are being uploaded in the background, so it’s very quick.

Technical Notes

  • The API one uses to copy a link while an upload is occurring is deprecated by Dropbox. May have to move to another endpoint at some point.
  • A 4-character base 62 suffix is appended to all uploaded files to avoid filename conflicts. This suffix is consistent for a given file's contents, so repeat uploads of the same file with the same filename act as no-ops.
  • It is recommended that you use Dropbox’s selective sync feature to disable the Rhea directory from being synched to your Mac.

Link Shortening

You can drag links into the status bar to shorten them.

Or, if you have a URL copied to your clipboard you can shorten it via Rhea’s dropdown menu.

Development

  • Rhea is open source, however the Dropbox and Bitly API keys needed for it to run aren’t present in the open source repo. In order to develop Rhea you’ll need to provide these keys by doing the following:
    • Fill in _dropboxAppKey and add a URL scheme with the format db-yourDropboxAppKey to your info.plist's entry for CFBundleURLTypes for Dropbox auth.
    • Fill in _bitlyClientIdentifier, _bitlyClientSecret, and add rhea-bitly-auth://bitlyauth as a whitelisted redirect URI in your Bitly app's OAuth app settings for Bitly auth.
  • Rhea uses git submodules, so run git submodule update --init when cloning.

rhea's People

Contributors

timonus avatar alessiomaffeis 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.