LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vectro

RPN calculator with a TUI for your terminal

TLDR

Launch the RPN calculator
$ vectro
copy

SYNOPSIS

vectro

DESCRIPTION

vectro is a reverse Polish notation (RPN) calculator that runs in the terminal using the Bubble Tea TUI framework. Type a number to push it onto the stack and an operator to apply it to the top elements. The interface adapts to the size of the terminal and persists the stack between sessions, so values entered yesterday are still available today.The editor supports yank/paste of stack values, an undo buffer, and trigonometric, logarithmic, and bitwise operators in addition to the basic arithmetic ones. Decimal precision and the radix mode (DEC/HEX/BIN) are selectable from inside the TUI.

CAVEATS

No command-line flags are exposed; configuration and key bindings live in the configuration file managed by the application. Like other RPN calculators, there is no infix-expression parser: operands must be entered before operators.

HISTORY

vectro was created by gurgeous and is written in Go using the Bubble Tea TUI framework. It is distributed as a single static binary.

SEE ALSO

bc(1), dc(1), calc(1), qalc(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid