smartcalc icon indicating copy to clipboard operation
smartcalc copied to clipboard

Text based calculator for peoples

Results 8 smartcalc issues
Sort by recently updated
recently updated
newest added

Webapp should allow the results (output text) to be selected and copied. Currently, the results text cannot be selected so it cannot be copied. See screenshot. ![image](https://user-images.githubusercontent.com/66935065/170878624-55dd45fb-c4a1-4cad-9448-cb78ed9b0c55.png)

Could you add a configuration option that allows the user to specify the format for the date/time output from a calculation? Sometimes different levels of detail are needed in the...

Selam (hi) px (pixel) ölçüsünü, cm ölçüsüne dönüştürebiliyor muyuz? (Can we convert px (pixel) to cm?)

Hello! Thanks so much for this awesome project. I noticed that there was some desire to be able to run this without the web interface, so I took some time...

I think it would be amazing if you could do things like: ``` myfancyfunction = f(x) -> x+1 myfancyfunction.start = 1 myfancyfunction.end = 5 myfancyfunction.step = 1 myfancyfunction | x...

enhancement

## Feature Request: install with command: cargo install smartcalc See the [Documentation](https://doc.rust-lang.org/cargo/commands/cargo-install.html) is here.

I noticed this line with an alias of minus: https://github.com/erhanbaris/smartcalc/blob/44722c3004590e2fa4ce33681096c948551d5b1e/src/json/config.json#L350 So I expected this character to be recognized as a minus operator, but it doesn’t work. Firstly, it should be...