Skip to content

AshLink95/calcTUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcTUI

A fast and lightweight CLI app built in Go that serves all your calculator needs in the terminal.

Build

go mod init calcTUI
go mod tidy
go build

Use

calcTUI <exp>   # evaluate <exp>
calcTUI         # open an interactive TUI calculator that accepts raw input

Note that <exp> follows what you would input to the TUI

Future

Currently, this app is simply a basic calculator.

I plan on adding a programmer mode, a scientific mode and an all-in-one mode.

About

fast and lightweight terminal based calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages