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

Option to omit ({language}) in --list

Open QuAzI opened this issue 4 months ago • 1 comments

Please add some option for get_commands to omit ({language}) when --list command used.

Pain: I am trying to reproduce https://dev.to/helderberto/integrating-tldr-with-fzf-2377 So I need something like tldr --list | fzf | xargs tldr but for Windows. At the moment, second fzf fails because of the language

> tldr --list | Get-Unique | fzf --preview "tldr -c {1}" --preview-window=right,70%
attrib (en)

> tldr @(tldr --list | Get-Unique | fzf --preview "tldr -c {1}" --preview-window=right,70%)
`attrib (en)` documentation is not available.
If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr

QuAzI avatar Jun 14 '25 18:06 QuAzI