-
-
Couldn't load subscription status.
- Fork 36
Description
rofi-calc is really useful, thanks for creating it!
One feature that I'd like to see is the ability to save the original input into the history, instead of the result.
So, if I type 10 EUR to USD, and select "Add to history", that input would be saved into history, instead of the result of 10 * euro = approx. 12,159000 $.
With this feature available, it would also be useful to be able to select an item from history, and edit it.
So, if I would select 10 EUR to USD from the history, and press Shift+Enter (or something similar), the current input would be replaced by that, and I would be able to edit it (to something like 15 EUR to USD, without having to type all of that out).
(I'm not very familiar with Rofi, so I'm not sure if the above is even possible to implement.)