You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
It'd be nice for diffx to be able to output diffs in one line out of the box.
Right now I have a hack like that:
.replace("\n", "").replace(" ", ""). It works but doesn't look good.