picodiff

Crates.iopicodiff
lib.rspicodiff
version0.9.2
sourcesrc
created_at2024-06-06 10:32:11.414898
updated_at2024-06-06 23:39:14.444421
descriptionTiny GUI app to compare text easily
homepage
repositoryhttps://github.com/nabbisen/picodiff
max_upload_size
id1263594
size37,384
nabbisen (nabbisen)

documentation

README

Pico Diff

Tiny GUI app to compare text easily. Lightweight as feather, handy in palm and has cross-platform support. Written in Rust along with fltk-rs (Rust's binding for FLTK).

crates.io Dependency Status Releases Workflow License

Usage

Just run the binary in Releases for your platform, either of Windows, MacOS, Linux. The app will start so put text at input fields on the form. The comparison result will appear.

comparison result

Alternatively, if you have Rust installed, you can install the app via Cargo package manager in $HOME/.cargo/bin:

cargo install picodiff

Acknowledgements

Depends on Rust programming language, FLTK cross-platform GUI toolkit, fltk-rs and similar diffing library.

Commit count: 18

cargo fmt