ericchiang / pup

Parsing HTML at the command line
MIT License
8.09k stars 257 forks source link

Maintainer needed? #189

Open bitdivine opened 1 year ago

bitdivine commented 1 year ago

It looks as if pup is a useful tool but @ericchiang does not have the time to maintain it. Would it be possible to assign one or more maintainers who can at least do basic housekeeping? Examples of changes that I think are uncontentious but that would fix significant issues:

(Where is my Manu Cornet book when I need it ;-) )

gromgit commented 1 year ago

I'd be perfectly happy to help maintain this project.

NorseGaud commented 1 year ago

@ericchiang needs to comment.

luzpaz commented 8 months ago

bump @ericchiang

edswangren commented 6 days ago

@luzpaz silence is implicit agreement .

me@default:~$ go get pup
go: go.mod file not found in current directory or any parent directory.
    'go get' is no longer supported outside a module.
    To build and install a command blah blah blah blah.... (5 more lines)
me@annoyed:~$ go install pup
go: 'go install' requires a version when current directory is not in a module
    Try 'go install pup@latest' to install the latest version
me@wtf~$ go install pup@latest
go: pup@latest: malformed module path "pup": missing dot in first path element
me@(◔_◔):~$ : ...
me@f*ck-u:~$ sudo apt install html-xml-utils