Skip to content

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

Open
@QuAzI

Description

@QuAzI

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions