tldr-python-client
tldr-python-client copied to clipboard
Python command-line client for tldr pages
> pip install tldr@git+https://github.com/tldr-pages/tldr-python-client#egg=tldr ```text Building wheels for collected packages: tldr Building wheel for tldr (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for tldr (pyproject.toml) did not run successfully....
Fixes #193 This PR changes the way pages are searched so that it can find multiple versions of the same page. Therefore, every time a page is searched, every possible...
`tldr --search` seems to be not implemented ```console ❯ tldr --version tldr 3.2.0 (Client Specification 1.5) ❯ tldr --search memory Please update cache ❯ tldr --search ls Please update cache...
- I have already seen the closed issue similar to this topic. In my case some options work while some don't.  **OS**: Fedora Workstation 37 Tested...
Looks like the content being served has changed: ``` tests/test_tldr.py FF.......................... [100%] =================================== FAILURES =================================== _____________________________ test_whole_page[gem] _____________________________ page_name = 'gem' @pytest.mark.parametrize("page_name", page_names) def test_whole_page(page_name): with open(f"tests/data/{page_name}.md", "rb") as f_original:...
First of all thank you for this cool project. When I pipe output to less, I lose colors. I do something like: ```bash tldr ls | less -ru~ +g ```...
closes #231 This is a really lazy fix for the issue, mainly since I am not 100% sure about all of the code. Would appreciate some feedback.
This pull request makes it possible to specificy a different certificate store/bundle by setting: * `TLDR_CERT=/path/to/certificates.crt` This is a more secure alternative to disabling SSL verification entirely when behind an...
How to reproduce on Linux: 1. Download all pages by running `tldr -u` 2. Go to `~/.cache/tldr/pages/linux/` dir 3. Create a test file: `cp cp.md zzzzz.md` 4. Running `tldr zzzzz`...
On steam deck a freshly installed tldr via pacman failed to start with an exception: ``` (deck@steamdeck steamuser)$ tldr --version Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in...