- Notifications
You must be signed in to change notification settings - Fork1
Compare two text files and output the difference between them
License
CodeDead/text-diff-rs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
text-diff can be used to compare two text files and output the difference between them.text-diff was writteninRust and offers a simple and intuitive user-interface for Windows, Linux and macOS.
- Compare two text files
- Display the differences between two text files
- Export the differences to TXT, CSV or JSON
- Written inRust
- Cross-platform
- Fully native binaries
In order to buildtext-diff, you can run the following command:
cargo build
Arelease build with extra optimizations can be built by issuing the following command:
cargo build --release
OnLinux you can further decrease the binary size by issuing astrip command, which will 'strip' symbols from theobject file, after building:
cargo build --release&& strip target/release/text-diffYou can runtext-diff directly by issuing the following command:
cargo run
This library is maintained by CodeDead. You can find more about us using the following links:
Copyright © 2022 CodeDead
About
Compare two text files and output the difference between them
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
