tldr icon indicating copy to clipboard operation
tldr copied to clipboard

fast and interactive tldr client written with go

Results 23 tldr issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior It functionally works correctly, but in the preview the first occurence...

bug

On windows, tldr is unable to execute the commands once selected: ``` >tldr winget winget Windows Package Manager CLI. More information: . Search for a package winget search package $...

i tried to get tldr today and it resulted in this error: ```go # github.com/isacikgoz/tldr/cli ../../../go/src/github.com/isacikgoz/tldr/cli/default.go:44:33: cannot use list (type *"github.com/isacikgoz/gitin/prompt".SyncList) as type *"github.com/isacikgoz/gitin/prompt".List in argument to defaultExitMessage: *"github.com/isacikgoz/gitin/prompt".List is...

See: https://shibumi.dev/posts/go-18-feature/

``` > tldr curl Transfers data from or to a server. Supports most protocols, including HTTP, FTP, and POP3. More information: . Download the contents of an URL to a...

bug

Idk how feasible this is, but interactively typing paths & co is tedious, maybe shell tab-completion can be leveraged somehow...

enhancement

Rather than an empty one, which rarely works well. The placeholders sometimes contain actual useful values.

enhancement

So I can go back and correct something, or use something like `sudo !!`. In zsh, this works through `print -s`, dunno how it is in other shells.

enhancement

Add simple zsh-completion

After a fresh install of tldr++ 0.6.1 on Arch (via AUR), when I simply run `tldr -r` (without updating the cache first), I get a panic. ``` danilo@x2000:~$ tldr -r...