TLDR as customizable collaborative cheatsheets tool
tldr-pages project contains a lot of Linux commands cheatsheets. But you can easily contribute with pull requests (1) to customize it. In this case, follow the guide below.
# install tldr rust client
paru -S tealdeer
# fork tldr-pages project from your user github repo
git clone git@github.com:my_user/tldr.git ~/.cache/tealdeer/tldr-pages
By this way, you can :
- get locally your modifications with
tldr command
- modify markdown pages inside
~/.cache/tealdeer/tldr-pages/
- contribute with PR to the project