No description
  • Zig 94.3%
  • Roff 5.6%
Find a file
Squibid b2a70a979b
update to zig 0.16.0...
using my fork of libgit2 bindings until my pr gets merged, or they
update on their own
2026-04-14 20:50:04 -04:00
src update to zig 0.16.0... 2026-04-14 20:50:04 -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 update to zig 0.16.0... 2026-04-14 20:50:04 -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 add bisect information and update man page 2026-03-06 12:12:36 -05: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.