Hacker News new | ask | show | jobs
by writegit 1576 days ago
Or both?

I have a daemon that watches for binary changes in writing documents.

If changes are identified then it runs:

    $ libreoffice --headless --convert-to txt <CHANGED_FILES>
Then commits the plaintext to a git repo.

Allows for diffs, text search, and "longevity" across "authentic" docs.