Skip to content

numberforty/NumberNinja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numi

Numi is a handy calculator app for macOS. It allows you to describe tasks naturally and instantly get an answer. For example, $20 in euro - 5% discount or today + 2 weeks.

Installation

Desktop version for macOS can be downloaded from the app website or from releases page on GitHub.

Terminal version can be installed using provided shell command (same command used to update binary).

curl -sSL https://s.numi.app/cli | sh

Alternative way of installing using Homebrew: brew install nikolaeu/numi/numi-cli.

Alfred extension can be downloaded directly, requires terminal version to work.

Usage

Terminal version can be used this way:

numi-cli "20 inches in cm"

Most features of the Numi for macOS are supported in terminal. However, these are the features that have not yet been implemented:

  • Localization support
  • Tokens (sum, prev, avg)
  • Dates
  • Timezone conversion
  • CSS
  • Variables
  • Plugins/extension

Running locally

Clone this repository and ensure Node.js is available. The run_project.sh script executes a small test for one of the community extensions and, if the numi-cli binary is on your path, shows an example calculation.

./run_project.sh

Adding your plugin

Plugins are simple JavaScript files placed inside Numi's extensions folder. Copy your .js file to ~/Library/Application Support/com.dmitrynikolaev.numi/extensions (create the directory if it doesn't exist) and restart the application. Examples can be found in plugins/CommunityExtensions.

About

Beautiful calculator app for macOS, Linux & Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • Shell 2.8%