tinytldr icon indicating copy to clipboard operation
tinytldr copied to clipboard

Minimalist tldr command line client written in C

tinytldr

Minimalist tldr command line client, written in plain C99.

PREVIEW

screenshot

srcery - terminal colorscheme on the screenshot.

INSTALL

Package

Compile from source

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

USAGE

tldr -u # Fetch or update pages.
tldr cd # View 'cd' page.
tldr windows/scoop # Or one could specify a platform.

DEPENDENCIES

^: compilation time only dependencies.

SUPPORTED OPERATING SYSTEMS

  • Linux
  • BSD
  • M$ Windows

FAQ

Q: Can I use it to display my personal pages?

A: You can, see this issue.

CREDITS

Thanks @bilditup1 for Windows support.

CONTRIBUTING

When submitting PRs, please maintain the coding style used for the project.