pick icon indicating copy to clipboard operation
pick copied to clipboard

add msys2 capabilities

Open Kreijstal opened this issue 6 months ago • 1 comments

same reason as https://github.com/saulpw/visidata/pull/2757

Kreijstal avatar Jun 06 '25 12:06 Kreijstal

Since we are using poetry instead of setuptools, setup.py should not be added. We should done this in pyproject.toml with environment markers: https://python-poetry.org/docs/dependency-specification/

aisk avatar Jun 06 '25 13:06 aisk

A pure Poetry solution using standard environment markers is insufficient for this specific use case because the markers cannot differentiate between a native Windows environment and an MSYS2 environment.

Kreijstal avatar Oct 06 '25 16:10 Kreijstal