All Projects → Rahlir → Numilaunchbar

Rahlir / Numilaunchbar

Licence: gpl-3.0
Launchbar action for Numi calculator app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Numilaunchbar

Numi
Beautiful calculator app for macOS
Stars: ✭ 3,258 (+9772.73%)
Mutual labels:  extensions, calculator, app
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (+21.21%)
Mutual labels:  productivity, app
React Native Redux Calculator
Sexy Calculator made using React Native & Redux 😍
Stars: ✭ 72 (+118.18%)
Mutual labels:  calculator, app
Notion Enhancer
an enhancer/customiser for the all-in-one productivity workspace notion.so (app)
Stars: ✭ 3,114 (+9336.36%)
Mutual labels:  productivity, extensions
Protime
📱⏰ Mobile application for tracking projects time written in Flutter!
Stars: ✭ 31 (-6.06%)
Mutual labels:  productivity, app
Helix
Habit tracking app
Stars: ✭ 43 (+30.3%)
Mutual labels:  productivity, app
Yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
Stars: ✭ 87 (+163.64%)
Mutual labels:  productivity, app
in-line-calculator
📟 an interface-less calculator for Windows
Stars: ✭ 44 (+33.33%)
Mutual labels:  productivity, calculator
screentime
A chrome extension for keeping track and managing your time on social media platforms and websites
Stars: ✭ 42 (+27.27%)
Mutual labels:  productivity, extensions
VCore
VCore is a Swift collection containing objects, functions, and extensions that I use for my projects
Stars: ✭ 32 (-3.03%)
Mutual labels:  productivity, extensions
Here Plugins
Plugins for Here App 🚀
Stars: ✭ 151 (+357.58%)
Mutual labels:  productivity, app
Android Dev Sources
All those Android development sources that you need to be and stay awesome!
Stars: ✭ 434 (+1215.15%)
Mutual labels:  productivity, app
Scalc
📲 A simple calculator application
Stars: ✭ 336 (+918.18%)
Mutual labels:  calculator, app
Activitywatch
The goal of ActivityWatch is simple: Enable the collection of as much valuable lifedata as possible without compromising user privacy.
Stars: ✭ 5,927 (+17860.61%)
Mutual labels:  productivity, app
Theme Notes First
A Notes-First StyleSheet for Taskpaper
Stars: ✭ 28 (-15.15%)
Mutual labels:  productivity
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (+2730.3%)
Mutual labels:  productivity
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+2745.45%)
Mutual labels:  productivity
Azuretipsandtricks
Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
Stars: ✭ 957 (+2800%)
Mutual labels:  app
Dotlog
Simple and easy go log framework
Stars: ✭ 30 (-9.09%)
Mutual labels:  app
Nsdl
SDL for TI-Nspire calculators
Stars: ✭ 27 (-18.18%)
Mutual labels:  calculator

Numi Launchbar

Launchbar action for awesome little calculator Numi. Inspired by Alfred extension.

Screencast

Features

  • Press spacebar and enter expression to be calculated with Numi
    • Numi Calculate can do convert currency, calculate scientific functions, deal with different scales and units, do time calculations, and much more. See Numi
  • Live Feedback Enabled: see the result as you type
  • Press enter to activate the application - no need to select Numi.app in LaunchBar
  • Automatically launches Numi in background if it is not running and displays the result once ready - no interruptions during input

Installation

First, make sure that you have selected Enable Alfred integration in Numi's preferences.

To get the most recent version, clone the repository and run the install script which removes an old version of Numi Calculate if there is one and installs the latest version:

git clone https://github.com/Rahlir/NumiLaunchbar.git 
cd NumiLaunchbar
./install.sh

The install script has an option -S that has to be used if your Numi application is downloaded through Setapp. Hence, for Setapp Numi versions, use:

cd NumiLaunchbar
./install.sh -S

The install script has to be run every time you pull updates from this repository.

Caveat

Right now, the action is unsigned. This means that you either have to sign it yourself or allow unsigned actions in Launchbar's index.

Changelog

Version 0.9

  • Live Feedback is enabled now. Numi Calculate is now smarter about opening Numi app in the background. Even with Live Feedback, Numi Calculate will seamlessly start the app in the background and deliver the result once ready.
  • Used icons from font-awesome bundle to have looks consistent with other LaunchBar actions.

Version 0.2:

  • When Numi is not running, the Numi Calculate action will start Numi in background
  • When Numi Calculate action is run without input (pressing return instead of space), Numi is shown in foreground and calculation can be done in a standard Numi window

Version 0.1 (alpha):

  • Simple interaction between LaunchBar and Numi
    • Press space to enter input when the action is selected in LaunchBar
    • Displays result and the whole expresion
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].