Calc Macos

calc-macos

by Tashima42

Espanso package for doing basic arithmetic in the shell.

utilitymathcalculator
espanso install calc-macos --version 0.1.0

espanso-calc-macos

Basic calculation package for espanso that works in macOS.

Example

Screen Recording 2022-06-23 at 10 13 21

Usage

  1. Type :calc
  2. You'll see a form, type the calculation <img width="185" alt="image" src="https://user-images.githubusercontent.com/23709916/175305102-2453d39b-b7d8-45f2-8a42-9286a2ab2d25.png"></img>
  3. The text will be replaced with the result

Commands

CommandMatchExampleResult
Calculate:calcInput: 10 - 37
Calculate and show account:ecalcInput: 10 - 310 - 3 = 7

Implementation

This package uses bc to do the calculations

echo '10 * 4' | bc