cheat.sh icon indicating copy to clipboard operation
cheat.sh copied to clipboard

missing `:wanted` endpoint

Open nega0 opened this issue 3 years ago • 3 comments
trafficstars

cheat.sh/:post references :wanted. :wanted is missing. https://github.com/chubin/cheat.sh/blob/571377f2f79422398a701cb1864487124ec3dcc6/share/post.txt#L39

nega0 avatar Aug 10 '22 01:08 nega0

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.

siliconfire avatar Jun 21 '24 13:06 siliconfire

https://cheat.sh/:wanted

image

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.

abitrolly avatar Nov 13 '24 09:11 abitrolly

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.

abitrolly avatar Nov 13 '24 11:11 abitrolly