tldr
tldr copied to clipboard
fast and interactive tldr client written with go
### 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...
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...
Idk how feasible this is, but interactively typing paths & co is tedious, maybe shell tab-completion can be leveraged somehow...
Rather than an empty one, which rarely works well. The placeholders sometimes contain actual useful values.
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.
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...