AgreeableLandscape@lemmy.mlM to Linux@lemmy.ml · 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-square6fedilinkarrow-up118arrow-down11
arrow-up117arrow-down1external-linktealdeer: A very fast implementation of tldr in Rust: Simplified, example based and community-driven man pages (Apache 2.0)github.comAgreeableLandscape@lemmy.mlM to Linux@lemmy.ml · 4 years agomessage-square6fedilink
minus-squarefederico3@lemmy.mllinkfedilinkarrow-up1·4 years agoWhy is speed even a concern? You can wait 50 ms to read a manpage. Also, why not storing a the pages locally? They take up kilobytes and you can read them with nothing more than zcat. Besides, I’d rather trust the official manpages.
minus-squareAgreeableLandscape@lemmy.mlOPMlinkfedilinkarrow-up2·4 years ago Why is speed even a concern? I think it’s just a bragging point. It seems to be just a personal project to implement it in Rust.
Why is speed even a concern? You can wait 50 ms to read a manpage. Also, why not storing a the pages locally? They take up kilobytes and you can read them with nothing more than zcat. Besides, I’d rather trust the official manpages.
I think it’s just a bragging point. It seems to be just a personal project to implement it in Rust.