tldr-python-client
tldr-python-client copied to clipboard
Python command-line client for tldr pages
The tldr client frequently wants to update pages, which requires a network request, which takes a few seconds. This seems to me like not ideal UX for a quick reference...
Uses the Windows API to set the ENABLE_VIRTUAL_TERMINAL_PROCESSING flag for proper ANSI code handling, based off discussion from https://stackoverflow.com/questions/36760127 Also sets convert=True in the colorama initialization. This seems to improve...
Hi @MasterOdin , @mrdavidlaing and I would like to submit this PR which relates to Issue #188 and potentially #147 and #146. Hope you appreciate the additional tests! If you...
Fixes #194 This makes the regex compatible with both BSD and GNU versions of sed.
For instance there are two pages with the same name in `common/` and `linux`. Before each page in output we can write smth like: - `There are another page versions...
I get the error `(eval):1: bad pattern: [head,` when trying to autocomplete tldr pages using zsh on macOS. I assume bash will have a similar error. This is because the...
In my work environment, I'm maintaining a fork of `tldr-pages` to add pages that are private and not ever intended to be merged upstream. In order to not have to...
Title explains all. tldr should either fall back to IPv4 or include a "-4" option to force IPv4 connections for accessing the data.
Hello, ### Problem When I use TLDR on PowerShell, the output formatting is not correct, it looks like  ### Environment PowerShell version 7.2.0 TLDR is installed via `conda install...
I suggest split `TLDR_COLOR_COMMAND` into the two variables: | Variable | Meaning | | ----------- | ----------- | | TLDR_COLOR_COMMAND | Color for only the first token in the code...