Git Product home page Git Product logo

updemia-client's Introduction

UPDEMIA CLIENT

Tired of dropbox blocking preview on slack or facebook messenger ? Send your screenshot directly on updemia.com (no limitation, no ads) and preview on IM ! http://www.updemia.com

HOW TO INSTALL UPDEMIA CLIENT

First step:

Define to macosx screencapture destination path. In our case, it's "/tmp/updemia".

Set path and restart macosx screenshot tools

defaults write com.apple.screencapture location /tmp/updemia
killall SystemUIServer

Second step:

Get and install client binary:

curl -L https://github.com/ScullWM/updemia-client/releases/download/v0.2/updemia-client -o updemia-client
chmod a+x updemia-client
mv updemia-client /usr/local/bin/updemia-client

(feel free to change your binaries dedicated path)

Start the bin and define the screencapture destination path

./updemia-client /tmp/updemia

One-line installation (with curl)

Just run this installation script from your favorite Terminal:

RELEASE=$(curl -s https://api.github.com/repos/ScullWM/updemia-client/releases \
    | grep tag_name \
    | head -n 1 \
    | cut -d '"' -f 4) && \
curl -s -L "https://raw.githubusercontent.com/ScullWM/updemia-client/$RELEASE/install.sh" \
    -o /tmp/updemia-install.sh && \
sh /tmp/updemia-install.sh

Now, feel free to remove /tmp/updemia-install.sh installation script.

updemia-client's People

Contributors

ph3nol avatar scullwm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ph3nol firebitsbr

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.