• v1.3 d7c4001a9c

    v1.3 Stable

    girlnamedzero released this 2026-09-24 04:11:50 -07:00 | 4 commits to main since this release

    New Notes Feature:

    Added notes! You can now write your own custom notes for commands, these notes will then be printed automatically when you get the tldr page for your query. These are stored in an adjacent directory to the normal pages database, and will persist through database updates (or database deletion). When writing a note, you can enter "\n" to insert a new line. Notes are NOT displayed when printing in plain text.

    You can now use the following args/parameters:

    -n|--note "message wrapped in quotes" | This writes a new note about your query
    --list-notes | This will list all the notes that you have created, just like -l or --list
    --read-note | Manually read ONLY the note about your query
    --remove-note | Remove the note about your query

    Subtle Improvements

    When a parameter is used incorrectly, cldr will now tell you what is wrong and how to fix it.

    For example, running cldr ffmpeg --platform will print the following:

    Error: Missing argument after --platform
    Current/Default arg for --platform is: linux
    Usage for --platform:
    cldr --platform platform-choice
    Available platforms:
    [common, linux, freebsd, netbsd, openbsd, osx, sunos, windows, and android]
    

    Or, running ./build/cldr ffmpeg --note will print:

    Error: Missing argument after --note
    Usage for --note:
    ./build/cldr --note "message wrapped in quotes" query
    You can also type \n to make a new line
    

    A few minor bug fixes and optimizations as well

    Downloads