tldr
tldr copied to clipboard
running tldr returns "Unexpected status code: 404"
from looking in the implementation, it looks like it searches for pages/index.json, which is no longer available in the tldr github repository.
Removing repository = tldr.NewIndexCheckerRepository(repository)
from main.go
make this client work, but i guess it is not so efficient.
I'm seeing errors attempting to get pages too. Because the issues on this repo don't have any activity for over a year I made https://github.com/leighmcculloch/tldr that embeds tldr-pages's into the binary instead of downloading them.
Nice, but you won't get updates automatically pushed to tldr...
Does 5d01f9b8a5a41f82e7b696095457bc17f24db3af fix this issue? Can we close this?