mastodon-sc / mastodon-git

A plugin for Mastodon that allows to collaborate on a project via Git.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Mastodon Diff Tool #11

Open maarzt opened 1 year ago

maarzt commented 1 year ago

This is part of mastodon-sc/mastodon-git#12

Develop a tool that can display the differences between two versions of a mastodon project.

It should be able to display the following things:

It's maybe feasible to ignore things like: gui settings, computed features etc.

This tool should be able to produce a human readable output as well as a machine readable ".mastodonpatch".

The tool should also be able to apply the machine readable ".mastodonpatch" to a mastodon project.

TODO