Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 379 Bytes

TUI-QALC

A simple tui app for calculation acting as a wrapper of the qalc(required) cli program/library with instant preview and results history

qalc-tui-demo.gif

Usage

You need qalc installed and in your PATH as well as cargo and rust.

git clone https://github.com/heisenshark/tui-qalc.git && cargo run