Advclic is a powerful command line calculator.
Direct installation The binaries have been released for windows x86-64 and ubuntu. The can be directly downloaded from the release section. Building from source
- Clone the repo into your computer.
git clone https://github.com/prithvitewatia/Advclic
- Open up terminal and and cd into the repository
- Execute the make file by typing make.
Make sure to have flex,bison,gcc and make tool available and set on PATH on your system.
Write your suggestions to [email protected] . Follow me on Linkedin.
A: Advclic is a powerful command line calculator.
A: Well let's be honest most of the command line calculators are terrible. Also for using other powerful caluclators like Microsoft calculator you need to shift focus away from command line which I dont like. So this calculator provides me access to a powerful calculator while staying in the terminal.
A: The calculator can easily be run typing calculator and pressing enter. (or ./calculator if you are on Linux or macOS). The complete documentation can be found here.
A: Well calculator hosted in Syclic is less powerful and supports only basic mathematical operations. So if you need a basic calculator you should use it and if you need a powerful calculator you should use Advclic.
A: Well there are several ways of contributing:
- Firstly you can use it and tell your friends about it and report the bugs.
- Other contributions might include making a Pull request on adding tests, improving documentaion, making a feature or enhancement.