tldr icon indicating copy to clipboard operation
tldr copied to clipboard

running tldr returns "Unexpected status code: 404"

Open posener opened this issue 7 years ago • 3 comments

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.

posener avatar Nov 14 '17 12:11 posener

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.

leighmcculloch avatar Nov 28 '17 08:11 leighmcculloch

Nice, but you won't get updates automatically pushed to tldr...

posener avatar Nov 28 '17 08:11 posener

Does 5d01f9b8a5a41f82e7b696095457bc17f24db3af fix this issue? Can we close this?

leighmcculloch avatar Jan 13 '19 21:01 leighmcculloch