This project is a Gnome Extension to create a calculator for the Gnome overview. When users insert a math expression into the overview search bar, the answer will appear and, once selected, will automatically be copied to the clipboard.
This project will be actively maintained.
This project requires either bc or qalc to compute the mathematical expressions. The program uses qalc by default but falls back to bc.
qalcis more powerful, includes better decimal handling and more operators.bcis included by default in a majority of Linux distros.