Migrated to SourceHut.
Minimalist tldr command line client, written in plain C99.
srcery - terminal colorscheme on the screenshot.
Satisfy the dependencies first, and then:
git clone https://github.com/kovmir/tinytldr
cd tinytldr
# Optional: Adjust ./config.h to your linking.
make
sudo make install
tldr -u # Fetch or update pages.
tldr cd # View 'cd' page.
tldr windows/scoop # Or one could specify a platform.
- Linux
- BSD
- M$ Windows
Q: Can I use it to display my personal pages?
A: Yes, you can.
TLDR_PAGES="$HOME/.local/share/tinytldr/pages"
mkdir "$TLDR_PAGES/mypages"
echo '# My custom page' > "$TLDR_PAGES/mypages/testpage.md"
tldr -u
tldr testpage
Thanks @bilditup1 for Windows support.
When submitting PRs, please maintain the coding style used for the project.