Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels