anaxilon

joined 3 years ago
[โ€“] [email protected] 2 points 3 years ago

Ah, nice when the package maintainers do that for you! (I'm on Ubuntu LTS, so won't be holding my breath for an APT package :P)

[โ€“] [email protected] 1 points 3 years ago (2 children)

That's a fair point. Though not needing network access during normal use, plus not requiring a Node runtime, are already compelling reasons to me.

[...] it provides tab completion.

That's odd: it doesn't on my end. I had to set up the completions myself.

For the fish shell you can do so with:

# ~/.config/fish/completions/tldr.fish
complete -c tldr -f -a "(tldr --list)"