AgreeableLandscapeM to Rust Programming · 4 years agotealdeer: A very fast implementation of tldr in Rust: Simplified, example based and community-driven man pages (Apache 2.0)github.comexternal-linkmessage-square2fedilinkarrow-up19arrow-down10cross-posted to: linux
arrow-up19arrow-down1external-linktealdeer: A very fast implementation of tldr in Rust: Simplified, example based and community-driven man pages (Apache 2.0)github.comAgreeableLandscapeM to Rust Programming · 4 years agomessage-square2fedilinkcross-posted to: linux
minus-squareanaxilonlinkfedilinkarrow-up1·4 years agoThat’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)"
minus-squareanaxilonlinkfedilinkarrow-up2·4 years agoAh, 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)
deleted by creator
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.
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)"
deleted by creator
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)