| Crates.io | diffside |
| lib.rs | diffside |
| version | 0.1.0 |
| created_at | 2025-05-06 22:55:29.833241+00 |
| updated_at | 2025-05-06 22:55:29.833241+00 |
| description | A CLI tool for side-by-side file diffs with themed highlighting. |
| homepage | |
| repository | https://github.com/kaynenotkanye/diffside |
| max_upload_size | |
| id | 1663048 |
| size | 27,657 |
๐ง A side-by-side CLI diff tool with word-level coloring, Dracula theme, and scrollable paging.
diffside is a command-line utility written in Rust that compares two text files and shows their differences in a clean, side-by-side format. It highlights word-level changes with background colors and includes paging support for viewing large files easily.
less -ROnce published to crates.io:
cargo install diffside
Compare two files:
diffside file1.txt file2.txt
Disable pager (for piping or scripting):
diffside file1.txt file2.txt --no-pager
When the files are identical, you'll see:
โ
No differences found between 'file1.txt' and 'file2.txt'.
MIT ยฉ 2025 Kayne Amornvivat