isacikgoz / tldr

fast and interactive tldr client written with go

Home Page:https://isacikgoz.me/tldr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make tldr-pages repo configurable

brpaz opened this issue · comments

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?

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.

  • first you need to locate the tldr-pages repostitory in your filesystem
  • change remote or simply re-clone with the same folder name (tldr)
  • done

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

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

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