-
v1.3 Stable
released this
2026-09-24 04:11:50 -07:00 | 4 commits to main since this releaseNew 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 querySubtle 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 --platformwill 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 --notewill 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 lineA few minor bug fixes and optimizations as well
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cldr
0 downloads ·
2026-09-24 14:47:03 -07:00 · 36 KiB
-
Source code (ZIP)