xdgdir 0.8.0

Resolves paths according to the XDG Base Directory Specification
Documentation
1
2
3
4
5
6
7
8
set dotenv-load

repomix subcommand:
    #!/usr/bin/env bash
    if [[ {{subcommand}} == "xdgdir" ]] then
        npx repomix@latest . --style xml \
            -o repomix-xdgdir-$(date +%Y%m%d-%H%M%S).xml
    fi