tapecalc
a full-screen tape editor that lets the user edit a calculation
Install
- All systems
-
curl cmd.cat/tapecalc.sh
- Debian
-
apt-get install tapecalc
- Ubuntu
-
apt-get install tapecalc
- Kali Linux
-
apt-get install tapecalc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tapecalc
- Raspbian
-
apt-get install tapecalc
- Dockerfile
- dockerfile.run/tapecalc
tapecalc
a full-screen tape editor that lets the user edit a calculation
tapecalc is a fixed-point calculator that operates as a full-screen editor. It is designed for use as a checkbook or expense-account balancing tool. tapecalc maintains a running result for each operation. You may scroll to any position in the expression list and modify the list. Enter data by typing numbers (with optional decimal point), separated by operators. An output transcript may be saved and reloaded for further editing.