A qalc frontend for menus like rofi, bemenu, and dmenu. This is a fork of menu-qalc, but supporting Wayland instead of X and with more robust command line arguments.
Copy =
into your $PATH
and qalcmenu.1
and =.1
into your $MANPATH
. On
most systems, running the following as root should suffice
install -m755 -t /usr/bin ./qalcmenu ./=
install -m644 -t /usr/share/man/man1 ./qalcmenu.1 ./=.1
- libqalculate
- xclip
- A menu like rofi, bemenu, or dmenu
See = --help
or man qalcmenu.1
.
This is based on code by (or licensed by) @barbuk, which is under an MIT License.
As this is a major rewrite from the original code, maintaining only the idea, I have relicensed it under AGPL-3.0. Please see the LICENSE file for more information.