I just installed this with pipx and this is what I got:
❯ pipx install appendorgheading
installed package appendorgheading 2026.3.1.1, installed using Python 3.14.4
These apps are now available
- guessfilename
done! ✨ 🌟 ✨
The utility is installed as guessfilename. I suspect this is because of
|
guessfilename = "appendorgheading:main" |
I just installed this with pipx and this is what I got:
The utility is installed as
guessfilename. I suspect this is because ofappendorgheading/pyproject.toml
Line 46 in fecefd6