tldr-python-client icon indicating copy to clipboard operation
tldr-python-client copied to clipboard

Python command-line client for tldr pages

Results 41 tldr-python-client issues
Sort by recently updated
recently updated
newest added

> 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...

bug

- I have already seen the closed issue similar to this topic. In my case some options work while some don't. ![Screenshot from 2023-03-17 16-06-30](https://user-images.githubusercontent.com/53666693/225883507-b64e5afc-a8b9-45d9-b4fb-cbeb9ff8e46c.png) **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...