tldr-python-client
tldr-python-client copied to clipboard
Python command-line client for tldr pages
It would be nice to allow extending the default `tldr` output with our custom examples/extensions, wherever available, similar to what [eg](https://github.com/srsudar/eg) supports.
I am making a wrapper of this tldr client to display default & private tldr pages at the same time, but it is confusing to config whether to use cache....
common vs specific platform ---------------------------------- Take for example the command: `tldr tldr` on linux (Let's assume I already have the file `common/tldr.md` in my cache directory and it is newer...
Hello. It has been 10 months since the latest release 3.2.0. Do you plan to do a new release? There are some useful fixes in the main branch.
Fixes: https://github.com/tldr-pages/tldr-python-client/issues/238 If you agree with this approach, I can add tests for that.
The problem is on this line: https://github.com/tldr-pages/tldr-python-client/blob/68acf0531668f3a248127bd4e25140ed420ceff9/tldr.py#L315 I think that if a language is explicitly set, tldr should use its cache directory. For example: ``` # LANG=zh_CN tldr lspci …...
Closes https://github.com/tldr-pages/tldr-python-client/issues/234 and closes https://github.com/tldr-pages/tldr-python-client/issues/235
The client supports displaying BSD pages without specifying `--platform` (e.g. `tldr pkgin`), but displays an error when the option is used (e.g. `tldr --platform netbsd pkgin`): ``` $ tldr pkgin...
``` $ tldr --platform macos usage: tldr command [options] tldr: error: argument -p/--platform: invalid choice: 'macos' (choose from 'linux', 'osx', 'sunos', 'windows', 'common') ``` https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md > It is RECOMMENDED that...
Hello, I'm not sure if this is the right place to report, but I'm currently experiencing problems with auto-completion after installing it via `dnf install tldr`, it is placing backslashes...