cheat.sh
cheat.sh copied to clipboard
missing `:wanted` endpoint
cheat.sh/:post references :wanted. :wanted is missing.
https://github.com/chubin/cheat.sh/blob/571377f2f79422398a701cb1864487124ec3dcc6/share/post.txt#L39
can still replicate this in 2024. is this project not being updated anymore?
edit: i was right, the last commit seems to be 2y ago.
https://cheat.sh/:wanted
There are no other references of this endpoint in the sources.
$ rg wanted --hidden
doc/README-ja.md
315:She: Yes! Perfect! Exactly what I wanted to see! |
README.md
427:She: Yes! Perfect! Exactly what I wanted to see! |
share/post.txt
37:cheat sheet you should post, check the list of the most wanted cheat sheets:
39: cheat.sh/:wanted
I guess it was never implemented, so we can just remove the reference.
If somebody wants to send PR for removal, it is here - https://github.com/chubin/cheat.sh/blob/master/share/post.txt
For proper "wanted" logic I guess we need to find server source. save 404 misses into DB to get "top 100" or something over time.