No description
  • Zig 96.6%
  • Roff 3.4%
Find a file
2026-06-21 20:01:55 -04:00
src add tests 2026-06-21 20:01:55 -04:00
tests add tests 2026-06-21 20:01:55 -04:00
.gitignore add tests 2026-06-21 20:01:55 -04:00
build.zig move config stuff out of Cache.zig 2026-06-16 17:12:02 -04:00
build.zig.zon version bump! 2026-05-04 17:28:56 -04:00
LICENSE add license 2025-04-29 19:31:01 -05:00
README.md complete rewrite in zig... 2026-02-22 17:33:43 -05:00
XD.1 version bump! 2026-05-04 17:28:56 -04:00

XD

Smiley face to explain info on the shell.

More info on XD can be found in the manpage.

Building

When packaging XD it's recommended to use the following flags: zig build -Doptimize=ReleaseFast which will won't be linked to libgit2, if you instead wish to link to libgit2: zig build -Doptimize=ReleaseFast -Ddynamic=true Statically linking results in marginally faster, but significantly larger executables.