moondiff

Difftool that aware MoonBit language syntax

diff
astdiff
moon add moonbit-community/moondiff@0.0.1
Download zip
Version
0.0.1
License
Apache-2.0
Last updated
5 hours ago
Downloads
15
README

#moondiff

Difftool that aware MoonBit language syntax.

Inspired by difftastic

Try it in playground: https://moonbit-community.github.io/moondiff/

#install (unfinish)

#Use Moondiff in Git Repository (unfinish)

configure git to use the installed wasm as an optional diff tool within that repository:

git config diff.tool moondiff git config difftool.moondiff.cmd 'bash "$HOME/.local/share/moondiff/moondiff_git_wrapper.sh" "$LOCAL" "$REMOTE" "$MERGED"' git config difftool.prompt false

usage:

git difftool <commit>^ <commit> # view diff for a specific commit git difftool <edited file>

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io