An open API service indexing awesome lists of open source software.

https://github.com/tuanpham-dev/ulauncher-better-calculator

A calculator extension for Ulauncher
https://github.com/tuanpham-dev/ulauncher-better-calculator

Last synced: about 1 year ago
JSON representation

A calculator extension for Ulauncher

Awesome Lists containing this project

README

          

# Better Calculator

A better caculator extension for [ULauncher](https://ulauncher.io/).

This extension can fix missing open or close brackets in expression so that you can save some typing to correct the expression your self.

```
1024 - 60 * 2) / 4 - 16 * (4 - 1 -> (1024 - 60 * 2) / 4 - 16 * (4 - 1)
```