clipcalc

Crates.ioclipcalc
lib.rsclipcalc
version1.0.0
sourcesrc
created_at2024-01-09 15:14:40.320164
updated_at2024-01-09 15:14:40.320164
descriptionA simple calculator that reads from the clipboard and writes the result back to the clipboard.
homepage
repositoryhttps://github.com/staninna/clipcalc
max_upload_size
id1094103
size5,109
Stan (Staninna)

documentation

README

clipcalc

Overview

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.

Limitations

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.

Usage

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.

Installation

cargo install clipcalc

License

Refer to LICENSE for details regarding clipcalc's licensing.

Commit count: 0

cargo fmt