-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added calculator functionnality #216
Conversation
Fyi, we dont know C and never worked with it before :) We thought its a fun project to do while we have some school project week thing since we also miss this functionality in tofi and a second shortcut with a workaround script is just not as nice |
…w)) (i dont like the implementation myself but im too bad at C to make it better)
I think we should do a full refreshed start and only copy our working to the workover to avoid formatting whole files for nothing. If someone wants to explain how to add new files (.c + .h) and link them(?) that would be much appreciated, currently we are struggling to do that in order to have a separate modules.c file in which modules like math and search and more could be placed |
New PR: #217 |
We've added the possibility to run calculations inside the tofi promt.
It will display the calculation result inside the suggestions list.
This feature uses the libqalculate package (called by running
qalc
)Currently we face still a few problems where tofi just freezes and cant be closed or used, thats why its still a Draft :)
referring to this issue: #172