grip icon indicating copy to clipboard operation
grip copied to clipboard

Create new release on PyPI

Open apengwin opened this issue 5 years ago • 4 comments

The current version on PyPi, 4.5.2 is a year old.

I'd like to be able to use grip out of the box, but 4.5.2 has issue #291, which was fixed by #297 2 months ago. Could we push a new release?

Thanks a bunch!

apengwin avatar Aug 07 '19 17:08 apengwin

Seems like it is still not released. I just installed via homebrew and got version 4.5.2 as well.

jessevdp avatar Mar 14 '20 16:03 jessevdp

Here's a possible workaround: pip3 install git+https://github.com/joeyespo/grip@master

arlofaria avatar Apr 17 '20 19:04 arlofaria

Hi there. Just learnt about this project and found it very useful, thanks for sharing @joeyespo! Even have some things I can contribute with, especially with Docker usage, but before jumping in, I've browsed the issues and PR queues to check. I wonder, is the project still maintained? Dormant? I've checked the project network and found no forks worth mentioning. This issue made me wonder about it. No obligation on maintainership, just wanting to know and also suggesting to put an appropriate notice if help is wanted, project no longer maintained, seekig new maintainer or whatever the status is. Thanks.

pataquets avatar Apr 27 '20 21:04 pataquets

It works only partially.

# Download file for testing
wget -O TEST.md https://raw.githubusercontent.com/termux/termux-packages/master/README.md

# Reinstalling (workaround)
pip uninstall grip
pip install git+https://github.com/joeyespo/grip@master

# Test
grip --clear  # to ensure
grip TEST.md

Online: 20200620_133606

Grip: 20200620_133435

The content is okay, but the box width is not the same.

alexandre-mbm avatar Jun 20 '20 16:06 alexandre-mbm