Giter Club home page Giter Club logo

cumulus's Introduction

Cumulus

A SoundCloud player that lives in your menubar.

GitHub release

screen shot 2015-11-08 at 01 48 24

Installing

Download the latest release for OSX.

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

Developing

Install dependencies

npm install

npm install -g electron

Compile the application

grunt or grunt build

You can also run grunt build-linux to compile the application for Linux, but there is a lot of chance that it doesn't work on your distro. (Known to work on Lubuntu 16.10, see notes below for more insight on how to integrate it)

Run the application with the Chrome DevTools

NODE_ENV=development electron .

Or in Windows:

  • PowerShell: $env:NODE_ENV="development"; electron .
  • CMD: set "NODE_ENV=development" & electron .

Notes for Lubuntu

After building the app, copy the build inside dist/ to $HOME/.local/lib/Cumulus. Open Cumulus.desktop inside your favorite editor and change the text to your username where <CHANGEME> is written. Save the modified file to $HOME/.local/share/applications/Cumulus.desktop. Last step, soft link $HOME/.local/lib/Cumulus/Cumulus to your $HOME/.local/bin folder.

You're done!

The .desktop file enables Cumulus to be seen inside app menus and launchers.

Here are the commands corresponding to the previous instructions:

mkdir -vp $HOME/.local/{bin,lib,share/applications}
cp -vr dist/Cumulus-linux-x64 $HOME/.local/lib/Cumulus
sed "s/<CHANGEME>/$USER/" Cumulus.desktop > $HOME/.local/share/applications/Cumulus.desktop
ln -vs $HOME/.local/{lib/Cumulus/Cumulus,bin/Cumulus}

cumulus's People

Contributors

gillesdemey avatar michieldemey avatar mc01 avatar seppestas avatar v12 avatar execat avatar hum4n01d avatar mirshko avatar killa-kyle avatar matthiase avatar pldiiw avatar vjanssens avatar mactkg avatar

Watchers

James Cloos 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.