a lightweight wrapper around libqaclulate
based on qalculate-helper by Marko Zajc.
since forks are supposed to be useful, here are some useful features I added:
- LICENSE.md file
- docker file (published on ghcr.io)
- now with CMake (and pkg-config)
- works cleanly with clangd
- brute force removal of
command
,plot
,uptime
,export
, andload
1 - LHS text
- minecraft ticks & discord snowflake timestamp2
- true/false text on inequality evaluation
todo:
- decimal approximations when necessary
- built in web server to more easily integrate into apps (libuv+libh2o)?
see the Dockerfile. known working build targets:
- darwin arm64
- linux arm64
this project likely DOES NOT WORK on windows. if you can fix it on windows send the fix on up.
literally the freest PR if you find other targets
if you want to keep a cache of the currency files in your docker stuff they are in:
~/.local/share/qalculate/btc.json
~/.local/share/qalculate/eurofxref-daily.xml
~/.local/share/qalculate/rates.json
this project works seamlessly in Zed and (vs)code(+forks)!
for the vscode one make sure to install the clangd
plugin and the CMake Tools
plugin and all the smart intelligence should just work.