https://github.com/parnoldx/nasctui
Do maths like a normal person
https://github.com/parnoldx/nasctui
calculator calculus education equation go math nasc tui
Last synced: 6 months ago
JSON representation
Do maths like a normal person
- Host: GitHub
- URL: https://github.com/parnoldx/nasctui
- Owner: parnoldx
- License: gpl-2.0
- Created: 2025-09-10T19:07:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-11-03T19:30:16.000Z (8 months ago)
- Last Synced: 2025-11-03T21:11:30.170Z (8 months ago)
- Topics: calculator, calculus, education, equation, go, math, nasc, tui
- Language: Go
- Homepage:
- Size: 260 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _____ _____
| \ | | / ____|/ ____|
| \| | __ _| (___ | |
| . ` |/ _` |\___ \| |
| |\ | (_| |____) | |____
|_| \_|\__,_|_____/ \_____|
```
đ§Ž Do maths like a normal person đ§Ž

[](https://github.com/parnoldx/nascTUI/releases)
[](https://www.gnu.org/licenses/gpl-2.0)
[](https://github.com/Qalculate/libqalculate)
##
NaSC is an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that answer changes, so does the equations it's used in.
**Features:**
- đ§Ž Advanced mathematical expressions and functions
- đ Real-time unit conversions
- đ Multiple input lines with persistent history
- ⥠Instant calculation results
- đ¨ Beautiful terminal UI
- đ Auto-completion for functions and variables
- âŠī¸ Undo/redo functionality
- đ Fast and lightweight
## Installation
#### Linux
```bash
bash -c "$(curl -sLo- https://raw.githubusercontent.com/parnoldx/nascTUI/refs/heads/master/install.sh)"
```
## Usage
Simply run the calculator:
```bash
nasc
```
## Contributing
Please feel free to submit a Pull Request. For major changes, open an issue first to discuss it.
## License
This project is licensed under the GPL v2 License - see the [LICENSE](LICENSE) file for details.
---