svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
964 stars 31 forks source link

calc & qalc in in combi-modi only works with older qalc version #123

Open johnwuelk opened 3 months ago

johnwuelk commented 3 months ago

I'm using rofi-calc with qalc in combi-modi, so that I can use history as I don't see it in the sole qalc:

rofi -show calc -combi-modi "calc:qalc",calc -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip"

I found out that this does not work with a newer qalc version (5.1.1) as for example inputting an equation like 7 x = 21 would not display the value of x. But in the older qalc version 3.22.0 it would show the value of x!

svenstaro commented 3 months ago

I never could get combi mode to work with this in an expected fashion. There are other issues about this here as well.