Skip to content

Release v0.5.11

Choose a tag to compare

@github-actions github-actions released this 29 Oct 15:00
· 20 commits to main since this release

Release v0.5.11

New version of folder2md4llms is now available on PyPI!

Installation

🐍 Python Package (Recommended):

# Using pipx (recommended)
pipx install folder2md4llms

# Or using pip
pip install folder2md4llms

# Using uv (fast alternative)
uv tool install folder2md4llms

Platform-Specific Setup:

macOS:

brew install pipx
pipx install folder2md4llms

Linux:

python3 -m pip install --user pipx
pipx install folder2md4llms

Windows (WSL2 Recommended):

# Install WSL2 first (run in PowerShell as Administrator)
wsl --install -d Ubuntu-22.04

# Then in WSL2, follow Linux instructions
python3 -m pip install --user pipx
pipx install folder2md4llms

Verification

folder2md --version
folder2md --help

📦 Available on PyPI • 📚 Documentation

What's Changed

  • feat: migrate to justfile and add changelog validation by @paxcalpt in #35

Full Changelog: v0.5.10...v0.5.11