rofi-calc VS kalc

Compare rofi-calc vs kalc and see what are their differences.

rofi-calc

🖩 Do live calculations in rofi! (by svenstaro)

kalc

a complex numbers, 2d/3d graphing, arbitrary precision, vector/matrix, cli calculator with real-time output and support for units (by bgkillas)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rofi-calc kalc
5 10
905 158
- -
5.6 9.8
19 days ago 3 days ago
C Rust
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rofi-calc

Posts with mentions or reviews of rofi-calc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

kalc

Posts with mentions or reviews of kalc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-06.
  • Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
    57 projects | news.ycombinator.com | 6 May 2024
    I personally love TUI software, you don't have to worry about GUI toolkits, mouse focused interaction, you can run them remotely over SSH, they're often composable, and composability is much easier, and who doesn't like the hackerman aesthetic?

    Some things I don't like about modern TUIs is developers getting away from the purpose of them, portability. Often you'll find really beautiful TUIs that require installation of custom fonts for icons and other overcomplicated stuff like that. They can be nice, but generally they sacrifice the practical benefit to a significant degree.

    One I discovered yesterday, not really a TUI, more of a shell but still, extremely powerful, is kalc https://github.com/bgkillas/kalc which is a complete scientific and graphing calculator in the terminal. It depends on gnuplot which is unfortunate since that is a GUI program, but there we go with composability again! It's fine and works and does what it needs to, so not really a big deal I guess.

    To find more:

    https://github.com/rothgar/awesome-tuis

    https://github.com/toolleeo/cli-apps

  • my cli calculator, kalc is really shaping up
    1 project | /r/commandline | 26 Jul 2023
    while still being faster than calc/qalc in most situations(slower for lots of operations), i feel like the usability of mine greatly exceeds it and qalc. right now i am out of ideas on what to implement besides stuff that will take alot of time (gui,finding simplified form of equations,supporting units) which i might do eventually. https://github.com/bgkillas/kalc
  • Projects to contribute to?
    7 projects | /r/rust | 12 Jul 2023
    would apreciate anything for my project i have been working on https://github.com/bgkillas/kalc besides the 3 main issues i stated on the readme the main issue is just implementing matrixes fully which i have not had enough time to figure out a way to do nice, ill prob have to refactor alot of stuff
  • What are you rewriting in rust?
    36 projects | /r/rust | 10 Jul 2023
    i have been just writing a calc replacement with nicer user experience https://github.com/bgkillas/kalc eventually i want to write a simple vi implementation with undo and redo save files because i have small issues with all text editors so i want to see if i can make them nice for me
  • Calculator for sway
    5 projects | /r/swaywm | 29 Jun 2023
    i just use cli calculators so much easier to see what your doing with all that history visible specifically https://github.com/bgkillas/kalc but qalc is also pretty ok
  • Introducing: calc a complex numbers, graphing, cli calculator
    2 projects | /r/rust | 27 May 2023
    a month ago i started programming my 2nd rust application to learn a bit about rust and complex numbers now its doing pretty well, properly parsing pretty much everything while being super fast compared to other cli calculators, with more accurate parsing and calculations, however it uses f64 so it cant do calculations that intermediatly go outside ~~10^300 and ~~10^-300. https://github.com/bgkillas/calc/releases
  • does anyone know of the name of this algorithm to find the numerator and denominator of a number
    1 project | /r/learnmath | 14 May 2023
    yeah ik how floats work and stuff but still it works better then you/id prob expect it correctly identifys 0.23456 being 733/3125 and is very fast(like a few microsecond), maybe its not the most effecient,maybe brute forcing is better but ill prob keep this. here is the code if you want to see it https://github.com/bgkillas/calc/blob/master/src/fraction.rs even works with sqrt(2)/sqrt(3)/pi fine
  • i made a cli calculator in rust
    1 project | /r/linux | 12 May 2023
  • i made my own complex numbers 2d/3d graphing calculator
    1 project | /r/programming | 8 May 2023
    1 project | /r/rust | 8 May 2023

What are some alternatives?

When comparing rofi-calc and kalc you can also consider the following projects:

calc - C-style arbitrary precision calculator

stratawm - A cutting-edge, robust and sleek Wayland compositor with batteries included. [Moved to: https://github.com/StrataWM/strata]

dotfiles - :computer: my ricing configs.

assertables-rust-crate - Assertables: a Rust crate of assert macros for testing

ceval - A C/C++ library for parsing and evaluation of arithmetic expressions.

dioxus - Fullstack GUI library for web, desktop, mobile, and more.

rofi - Rofi: A window switcher, application launcher and dmenu replacement

MediaTracker - Self hosted media tracker for movies, tv shows, video games, books and audiobooks

toolchain - Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series

bcal - :1234: Bits, bytes and address calculator

wofi-calc - A simple calculator for wofi, inspired in rofi-calc