All Projects → gillesdemey → Cumulus

gillesdemey / Cumulus

Licence: mit
☁️ A SoundCloud player that lives in your menubar.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cumulus

Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (-88.34%)
Mutual labels:  osx, menubar
Menubar Brightness
MacOS app to change the screen brightness on the menubar.
Stars: ✭ 77 (-94.02%)
Mutual labels:  osx, menubar
Trayplay
An app for macOS that lives in your menu bar and lets you easily control iTunes or Spotify, without interrupting your workflow.
Stars: ✭ 137 (-89.36%)
Mutual labels:  osx, menubar
Pibar
PiBar for Pi-hole - Manage your Pi-hole(s) from your menu bar!
Stars: ✭ 208 (-83.84%)
Mutual labels:  osx, menubar
osx-statusbar-countdown
⏳📅 A utility to count down to a date from your macOS menubar, written in Swift
Stars: ✭ 40 (-96.89%)
Mutual labels:  menubar, osx
Amm
Aria2 Menubar Monitor
Stars: ✭ 312 (-75.76%)
Mutual labels:  osx, menubar
Popover
Custom macOS Popover 💬
Stars: ✭ 71 (-94.48%)
Mutual labels:  menubar, osx
Osx Mac Menubar App
Menubar application for Mac
Stars: ✭ 11 (-99.15%)
Mutual labels:  osx, menubar
Chrysalisp
Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
Stars: ✭ 1,205 (-6.37%)
Mutual labels:  osx
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (-3.65%)
Mutual labels:  osx
Macchanger
 Change your mac address, for macOS
Stars: ✭ 75 (-94.17%)
Mutual labels:  osx
Homebrew Mac Cleanup
🗑️ Cleanup script for OSX
Stars: ✭ 1,202 (-6.6%)
Mutual labels:  osx
Vagrant Osx
Vagrant setup for Mac OS X
Stars: ✭ 83 (-93.55%)
Mutual labels:  osx
Chakracore
ChakraCore is an open source Javascript engine with a C API.
Stars: ✭ 8,600 (+568.22%)
Mutual labels:  osx
Beagle Im
XMPP client for macOS based on TigaseSwift XMPP library
Stars: ✭ 86 (-93.32%)
Mutual labels:  osx
Zcash Apple
Zcash for Apple platforms
Stars: ✭ 75 (-94.17%)
Mutual labels:  osx
Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (-93.32%)
Mutual labels:  soundcloud
Graphicsrenderer
A drop-in UIGraphicsRenderer port -- CrossPlatform, Swift 4, Image & PDF
Stars: ✭ 85 (-93.4%)
Mutual labels:  osx
Disablemonitor
Easily disable or enable a monitor on your Mac.
Stars: ✭ 1,221 (-5.13%)
Mutual labels:  osx
Liquid dl
Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users to just click on what they need and use the bare minimum commands to get the results needed.
Stars: ✭ 78 (-93.94%)
Mutual labels:  soundcloud

Cumulus

A SoundCloud player that lives in your menubar.

GitHub release

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

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 .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].