Commit graph

11 commits

Author SHA1 Message Date
d6fd115646
Improve moreHelp on convert command to include all supported units 2024-10-20 15:13:37 +02:00
4e42957c93
Add conversion from inches to cm and vice versa 2024-10-20 15:12:57 +02:00
47ba5bd126
Use 1.8 instead of 9 / 5 in conversion 2024-10-17 19:17:41 +02:00
296b36d8ee
Add support for converting to/from Kelvin 2024-10-15 12:18:47 +02:00
2b4a8029d1
Put space between temperature and unit 2024-10-15 11:48:40 +02:00
af058d876a
Add support for weight conversion
KG => LB
LB => KG
2024-10-15 10:04:19 +02:00
f16ac8010b
Remove decimals if not needed 2024-10-04 04:33:52 +02:00
b81d675e4c
Improve temperature conversion logic
- Use single variable for initial temperature
- Allow command to accept "to" keyword
2024-10-04 04:31:46 +02:00
eee9539ac2
Fix wrong calculation for converting celsius to fahrenheit 2024-10-04 03:56:31 +02:00
6ee51970fc
Fix wrong temperature label 2024-10-04 03:53:56 +02:00
a59e2381fb
Add convert command
Only fahrenheit to celsius and vice versa so far
2024-09-27 22:34:47 +02:00