isacikgoz / tldr

fast and interactive tldr client written with go
https://isacikgoz.me/tldr/
MIT License
1.36k stars 48 forks source link

Make tldr-pages repo configurable #4

Closed brpaz closed 5 years ago

brpaz commented 5 years ago

Hello. First of all, really great looking client. I might start using it as my tldr client, but for that I need to be able to point the tool to my own fork of tldr-pages repository instead of "github.com/tldr-pages/tldr".

What do you think?

isacikgoz commented 5 years ago

hey @brpaz thanks for checking in! Actually you can configure it. tldr++ uses git way to sync tldr-pages. you can change its remote (origin) to your fork.

If you clear the cache with tldr -c option, you will need to do this steps again.

the repository might be in: If you are using Linux: ~/.local/share/tldr If you are using MacOS: ~/Library/Application Support/tldr If you are using Windows: %USER%/AppData/Roaming/tldr

isacikgoz commented 5 years ago

I am closing this issue, as it is alteady achievable. Thanks for the feedback @brpaz

brpaz commented 5 years ago

@isacikgoz Yes thank you! I have tested it and it works fine.