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.
1# install tldr rust client
2paru -S tealdeer
3# fork tldr-pages project from your user github repo
4git 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