Crates.io | clipcalc |
lib.rs | clipcalc |
version | 1.0.0 |
source | src |
created_at | 2024-01-09 15:14:40.320164 |
updated_at | 2024-01-09 15:14:40.320164 |
description | A simple calculator that reads from the clipboard and writes the result back to the clipboard. |
homepage | |
repository | https://github.com/staninna/clipcalc |
max_upload_size | |
id | 1094103 |
size | 5,109 |
Clipcalc is a streamlined calculator that monitors changes in your clipboard, swiftly evaluating mathematical expressions. When a valid expression is detected, clipcalc automatically copies the computed result back to your clipboard. This tool eliminates the hassle of manually copying, calculating, and pasting, ensuring a faster and more efficient workflow.
To maintain simplicity, clipcalc leverages the eval
function from the evalexpr
crate. Consequently, it inherits the supported operators and functions as defined by evalexpr
. For a comprehensive list, please refer to the evalexpr documentation.
clipcalc
Copy the desired mathematical expression to your clipboard. Clipcalc will promptly evaluate it; if the result is valid, it will be automatically copied back to your clipboard. Any invalid results will be disregarded.
cargo install clipcalc
Refer to LICENSE for details regarding clipcalc's licensing.