#calculator #reverse-polish-notation #rpn #tui

app helix-calc

Reverse Polish Notation calculator in a terminal app

2 stable releases

new 1.0.4 Mar 6, 2025
1.0.3 Mar 5, 2025

#760 in Command line utilities

28 downloads per month

GPL-3.0-only

24KB
609 lines

Helix Calc is a simple Reverse Polish Notation calculator.

It's written in #rust, using #ratatui for the cross-platform interface and #bigdecimal for the internal operations.

The name is inspired by Helix Editor, and the functionality by the venerable GNU dc.

This is a toy app that fulfills my personal needs, but I'm open to PR :)

Dependencies

~8–18MB
~265K SLoC