MirkoLedda / git-summary

Summarizes multiple git repository status within a directory.
MIT License
112 stars 45 forks source link

Relative paths and the 'python' executable #16

Open khumba opened 1 year ago

khumba commented 1 year ago

Hey,

Debian no longer provides an executable named python by default[1][2], so relative repo paths don't work out of the box. Is this something you'd want to handle? Some options could be:

[1] https://wiki.debian.org/Python [2] https://www.debian.org/doc/packaging-manuals/python-policy/#unversioned-python-commands

khumba commented 1 year ago

(Also --relative-to= seems to be a GNU thing, it doesn't look like it's present on Mac.)