No description
Find a file
2026-03-06 12:12:36 -05:00
src add bisect information and update man page 2026-03-06 12:12:36 -05:00
.gitignore complete rewrite in zig... 2026-02-22 17:33:43 -05:00
build.zig complete rewrite in zig... 2026-02-22 17:33:43 -05:00
build.zig.zon complete rewrite in zig... 2026-02-22 17:33:43 -05: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.