diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2020-06-02 08:47:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-02 08:47:59 +0700 |
commit | 9f9fb83797da26f74fefd4c985338823b42db3a8 (patch) | |
tree | 8b5a90509b91ecd2ddb646a83528ee60c77192c7 /desktop/rofi-calc/README | |
parent | 07d0f8dddfb4403b9dbb2d8cf2de6c942d2ef144 (diff) |
desktop/rofi-calc: Added (display configuration manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rofi-calc/README')
-rw-r--r-- | desktop/rofi-calc/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/rofi-calc/README b/desktop/rofi-calc/README new file mode 100644 index 000000000000..cb82421e4be8 --- /dev/null +++ b/desktop/rofi-calc/README @@ -0,0 +1,4 @@ +rofi-calc is a rofi plugin that provides a calc modi leveraging +libqalculate's qalc to parse natural language queries such as +500 + 25% or 5000 EUR to USD or 150 to hex. It can also solve +linear equations on the fly. Try 60x + 30 = 50, for instance. |