2024-08-16 Friday
tealdeer: A very fast implementation of tldr in Rust. Introduction - Tealdeer User Manual rust製tldrツール、指定したコマンドの使用例を教えてくれる。詳細説明は Too long;Didn't Read、簡単な使い方が知りたいってとき便利…らしい。入れてみた。 install Through package managers Through static binaries By building from source Through cargo install $ cargo install tealdeer configuration config.tomlを作る $ tldr --seed-config path を確認 $ tldr --show-paths ~/.config/tealdeer/config.toml config sample use_pagerとauto_update を true にしてみた。 [display] compact = false ...