All Projects → Maybulb → Nimble

Maybulb / Nimble

Licence: other
A Wolfram|Alpha® menu bar app.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nimble

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 (-42.19%)
Mutual labels:  menubar
Spotify Now Playing
Spotify now playing information and control popup for macOS menu bar
Stars: ✭ 171 (-27.85%)
Mutual labels:  menubar
Pibar
PiBar for Pi-hole - Manage your Pi-hole(s) from your menu bar!
Stars: ✭ 208 (-12.24%)
Mutual labels:  menubar
Electron Menubar
Boilerplate for electron menubar application with PopOver with React + Webpack
Stars: ✭ 145 (-38.82%)
Mutual labels:  menubar
Mac Os X App Menu Bar Popup
Mac OS X Application like a menu bar popup message
Stars: ✭ 168 (-29.11%)
Mutual labels:  menubar
Baritone
Spotify controls that live in your menubar.
Stars: ✭ 178 (-24.89%)
Mutual labels:  menubar
Nightfall
A menu bar utility for toggling dark mode in macOS, written in Swift.
Stars: ✭ 131 (-44.73%)
Mutual labels:  menubar
Simon
Simple menubar system monitor for macOS, written in Python with pyobjc.
Stars: ✭ 228 (-3.8%)
Mutual labels:  menubar
Ambar Swiftui
Ambar is a macOS Menu Bar app built with SwiftUI.
Stars: ✭ 170 (-28.27%)
Mutual labels:  menubar
Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (-16.03%)
Mutual labels:  menubar
Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (-36.71%)
Mutual labels:  menubar
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (-29.54%)
Mutual labels:  menubar
Vue Dock Menu
⚓Dockable Menu bar for Vue
Stars: ✭ 183 (-22.78%)
Mutual labels:  menubar
Nocturnal
A simple macOS app to toggle dark mode with one click
Stars: ✭ 142 (-40.08%)
Mutual labels:  menubar
Datweatherdoe
Simple menu bar weather app for macOS
Stars: ✭ 209 (-11.81%)
Mutual labels:  menubar
Dev10
🐷 A nifty little app that shows you the top posts on Dev.to in your menubar.
Stars: ✭ 136 (-42.62%)
Mutual labels:  menubar
Mojibar
🍊 Emoji searcher but as a menubar app.
Stars: ✭ 2,040 (+760.76%)
Mutual labels:  menubar
Spotmenu
Stars: ✭ 2,668 (+1025.74%)
Mutual labels:  menubar
Xbar
Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
Stars: ✭ 15,693 (+6521.52%)
Mutual labels:  menubar
Youtube Downloader For Macos
Simple menu bar app to download YouTube movies on your Mac
Stars: ✭ 185 (-21.94%)
Mutual labels:  menubar

Seamless Wolfram-Alpha® in your OS X menubar.

“The menubar client is every bit as intuitive as the web interface, meaning it’s easy to use...” – The Next Web

“Nimble can handle pretty much anything you’d normally throw at Wolfram Alpha...” – Lifehacker

Notice of Deprecation

Nimble is deprecated as of June 2020. Within the current version are multiple privacy concerns (BugSnag bug reporting is on by default) and outdated dependencies. Really, we don't think you should run Nimble as it is today. If you must run it, compile it at your own risk following the development guide.

Development

Electron and gulp required to be installed on your machine (npm install -g electron-prebuilt gulp), as well as the Xcode Command Line Tools. You'll also need a Wolfram Alpha API Key.

Clone the repository, install dependencies, then run gulp.

git clone https://github.com/Maybulb/Nimble.git

# cd into the directory and install dependencies
cd Nimble && npm install

Create src/js/key.json for your key.

{ "api": "KEY" }

Run electron in the project directory to get it up and running.

# Compiles Sass and starts (gulp && electron .)
npm start

Packaging/Bundling

If you'd like to package Nimble, you can use our Gulp task for building Nimble.

gulp build # packages and builds Nimble into a ZIP and a DMG
sh clean-build.sh # clean build, reinstalls node modules and such

If you're bundling it, make sure to package it beforehand so that the .app exists for the disk image.

Contribution

Want to make a contribution? Fork the repo, add your changes, and submit a pull request. Any type of contributions (ideas, bug fixes, fixing typos, etc.) will be appreciated!

License

Nimble is licensed under Creative Commons Attribution-NonCommercial 4.0.

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].