smartcalc icon indicating copy to clipboard operation
smartcalc copied to clipboard

Terminal UI (tui)

Open superhawk610 opened this issue 3 years ago • 2 comments

Hello! Thanks so much for this awesome project.

I noticed that there was some desire to be able to run this without the web interface, so I took some time this weekend and put together https://github.com/superhawk610/smartcalc-tui.

image

I've still got a few features to add to have 1:1 parity with the web UI, but it already supports all libsmartcalc operations with real-time hinting.

I'd love any feedback! Feel free to incorporate this into your project as you'd like 🙂

superhawk610 avatar Feb 19 '22 21:02 superhawk610

Hello, it is very good news. I like your new project, I will add your project link ;)

erhanbaris avatar Feb 19 '22 21:02 erhanbaris

This is now available on crates.io if anyone would like to take it for a spin!

$ cargo install smartcalc-tui
$ smartcalc

superhawk610 avatar Mar 17 '22 00:03 superhawk610