NiLuJe / FBInk

FrameBuffer eInker, a small tool & library to print text & images to an eInk Linux framebuffer
https://www.mobileread.com/forums/showthread.php?t=299110
GNU General Public License v3.0
315 stars 23 forks source link

Update README.md link to CMD options #51

Closed fulldecent closed 3 years ago

fulldecent commented 3 years ago

This change is Reviewable

NiLuJe commented 3 years ago

Reading unprocessed printf tokens requires a weird kind of dedication, but, why not ;o).

fulldecent commented 3 years ago

That's right!

Separately, I would be happy to contribute a translation of the printf documentation into a command line readme in Markdown.

It didn't seem to fit in the main readme, but if you'd like it just tell me where to put it.

NiLuJe commented 3 years ago

To be honest, I originally purposefully did NOT do that because my experience with that approach in KindleTool lead to pain & misery with having to maintain three slightly different copies of the same thing (printf, md, man) over and over again ^^.

That said, given that I've almost run out of free getopt token in FBInk anyways, it's unlikely to see any massive changes, so, sure, go ahead ;).

(Because, to be fair, KindleTool happens to require adding stupid device ids to the help listing every other day, which kinda compounds the annoyance factor ^^).

NiLuJe commented 3 years ago

As to where to put it, that's a good question. I'd say a CLI.md in the root folder, with a link to it in the README?