joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.42k stars 423 forks source link

Create new release on PyPI #304

Open apengwin opened 4 years ago

apengwin commented 4 years ago

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!

jessevdp commented 4 years ago

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

arlofaria commented 4 years ago

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

pataquets commented 4 years ago

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.

alexandre-mbm commented 4 years ago

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.