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.
- ^GNU Make
- ^pkg-config
- ^GCC or Clang
- libarchive
- libcurl
^: compilation time only dependencies.
- Linux
- BSD
- M$ Windows
Q: Can I use it to display my personal pages?
A: You can, see this issue.
Thanks @bilditup1 for Windows support.
When submitting PRs, please maintain the coding style used for the project.