Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
= Fix closing with escape Feb 27, 2016
LICENSE Initial commit Feb 26, 2016
README.md Clarify quotation marks Feb 27, 2016

README.md

menu calc

Calculator for Rofi/dmenu(2)
Screencast

#####usage: menu calc uses bc as the backend and will accept any operations bc is able to do
= -h show help
= 4+4
= (4+2)/(4+3)
= 4^2
= sqrt(4)
= c(2)

The answer can me used for further calculations inside Rofi/dmenu

If launched outside of Rofi/dmenu the expression may need quotation marks

#####dependencies bc
xclip
Rofi or dmenu(2)