Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tldr-pages repo configurable #4

Closed
brpaz opened this issue Dec 30, 2018 · 3 comments
Closed

Make tldr-pages repo configurable #4

brpaz opened this issue Dec 30, 2018 · 3 comments

Comments

@brpaz
Copy link

brpaz commented Dec 30, 2018

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
Copy link
Owner

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

@isacikgoz
Copy link
Owner

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

@brpaz
Copy link
Author

brpaz commented Jan 4, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants