Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

CodeDead/text-diff-rs

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-diff

GitHub release (latest by date) GitHub GitHub Deploy Test

text-diff

text-diff can be used to compare two text files and output the difference between them. text-diff was written in Rust and offers a simple and intuitive user-interface for Windows, Linux and macOS.

Features

  • Compare two text files
  • Display the differences between two text files
  • Export the differences to TXT, CSV or JSON
  • Written in Rust
  • Cross-platform
  • Fully native binaries

Building

In order to build text-diff, you can run the following command:

cargo build

A release build with extra optimizations can be built by issuing the following command:

cargo build --release

Tips

On Linux you can further decrease the binary size by issuing a strip command, which will 'strip' symbols from the object file, after building:

cargo build --release && strip target/release/text-diff

Running

You can run text-diff directly by issuing the following command:

cargo run

Credits

About

This library is maintained by CodeDead. You can find more about us using the following links:

Copyright © 2022 CodeDead

Morty Proxy This is a proxified and sanitized view of the page, visit original site.