Skip to content

daniilkrant/DOCXCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DOCX Meld Compare

  • Problem   Sometimes customers provide documentation using .docx files. It is very uncomfortable to manually find what exactly was changed. This script can make it easier.
  • Solution way   This script uses Pandoc to transform .docx to .md and Meld to compare changes.
  • Libs   Script will sugest you to install needed libraries automatically, however: Pandoc is using to transform .docx to .md, so you can to install it manually: $ sudo apt install pandoc Meld is using to compare changes: $ sudo apt install meld
  • Usage compare_docs.sh [-o <old_version.docx>] [-n <new_version.docx>]

Screenshots: Example

About

Compare provided by customer .docx files in a way similar to git, using meld

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages