• v1.2.1 b9396a876d

    v1.2.1 Stable

    girlnamedzero released this 2026-09-23 02:07:48 -07:00 | 0 commits to main since this release

    Small bug fix and "hardened" compiler flags.

    Downloads
  • v1.2 736041b6f9

    v1.2 Stable

    girlnamedzero released this 2026-09-22 23:55:50 -07:00 | 22 commits to main since this release

    Removed almost all dependency on shell commands, leaving only [wget|curl] and unzip, which most likely can be left as is.

    Entirely rewrote the list and search functionality, adding a beautiful interface instead of clunky tree or ls -R.

    Downloads
  • v1.1 71f667a4d0

    v1.1 Stable

    girlnamedzero released this 2026-09-22 08:34:52 -07:00 | 42 commits to main since this release

    Small bug fixes, see v1.0 for main improvements.

    Downloads
  • v1.0 5ec5800601

    v1.0 Stable

    girlnamedzero released this 2026-09-22 08:09:29 -07:00 | 48 commits to main since this release

    The official awesome amazing release of cldr! This client is now fully compatible with the official tldr specifications. Some testing is needed for Windows and MacOS users, as I do not have access to machines running those.

    Downloads
  • v0.4 24fd5122d5

    v0.4 Stable

    girlnamedzero released this 2026-09-22 04:31:48 -07:00 | 55 commits to main since this release

    Quality of life! This release brings a significant number of improvements to overall usage. I've fixed a lot of bugs and added descriptive warnings and errors for most issues caused by user input. Additionally, this release is now almost completely spec compliant with the official tldr client. The only things missing are language fallbacks and automatic operating system detection.

    New Features:
    --short|--long , these tell the client to try and print only the short or long options from the page files
    -S|--source, you can now specify the url to download the archive from
    --storage-path, you can now specify where on the system you'd like to store (and use) the database
    DEBUG_LEVEL=x, you can now set the level of logging with an environment variable, x is any integer

    Downloads
  • v0.3 a8e75b7d8e

    v0.3 Stable

    girlnamedzero released this 2026-09-21 22:24:03 -07:00 | 69 commits to main since this release

    Very big refactor with optimizations and many bug fixes.

    cl;dr did stuff

    Downloads
  • v0.2.1 448efda59a

    v0.2.1 Stable

    girlnamedzero released this 2026-09-21 02:07:18 -07:00 | 82 commits to main since this release

    Major refactor of the code base which will make future development much easier. This is only a "minor" release because nothing should change for the user apart from being marginally faster.

    Downloads
  • v0.2 caab356da1

    v0.2 Stable

    girlnamedzero released this 2026-09-20 18:35:11 -07:00 | 88 commits to main since this release

    Brought most of the code to the official specifications, all of the arguments required by tldr work exactly the same here.

    (also added some optimizations)

    Downloads
  • v0.1 f933576efc

    v0.1 Stable

    girlnamedzero released this 2026-09-20 14:38:19 -07:00 | 91 commits to main since this release

    cldr v0.1

    This is the initial release of cldr! An anti-ai alternative to the tldr command line tool which now takes ai generated submissions.

    This is also written in C, offering significant performance benefits over the original python based client, in addition to storing the entire database locally instead of fetching pages from the internet every time you make a query.

    There is absolutely ZERO AI/LLM usage in the making of this project. Additionally, the tldr pages are fetched from the ethical-tldr repo, which does not allow for AI submissions.

    Note:

    I literally learned C yesterday while making this. To my knowledge, there are no bugs/crashes in this build, but the code quality/organization could be slightly better and more performant.

    Downloads