No description
  • Zig 96.1%
  • Roff 3.9%
Find a file
2026-05-06 19:54:50 -04:00
src forgot to close the file when reading the index 2026-05-06 19:54:50 -04:00
.gitignore update to zig 0.16.0... 2026-04-14 20:50:04 -04:00
build.zig update to zig 0.16.0... 2026-04-14 20:50:04 -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.