Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
/text-diff-rsPublic archive

Compare two text files and output the difference between them

License

NotificationsYou must be signed in to change notification settings

CodeDead/text-diff-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date)GitHubGitHubDeployTest

text-diff

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.

Features

  • 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

Building

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

Tips

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-diff

Running

You can runtext-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

About

Compare two text files and output the difference between them

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp