dtb trinity
trinity created pull request bonsai/harakit#93 2024-04-17 17:18:25 -06:00
peek(1)
trinity created branch peek in bonsai/harakit 2024-04-17 16:38:17 -06:00
trinity pushed to peek at bonsai/harakit 2024-04-17 16:38:17 -06:00
4e5fc680e9 Import peek(1) from trinity/src
trinity pushed to main at trinity/src 2024-04-15 22:17:39 -06:00
6c481d569d 2024-04-15
trinity pushed to main at trinity/src 2024-04-14 21:56:59 -06:00
5699298e12 2024-04-14
trinity pushed to main at trinity/src 2024-04-12 21:36:17 -06:00
d12899c94c 2024-04-12
trinity commented on pull request bonsai/harakit#91 2024-04-12 17:08:28 -06:00
Add getopt(3p) bindings for Rust

Could we make it so this file is testable the same way the last was?

trinity pushed to main at trinity/src 2024-04-10 15:21:09 -06:00
a83d04efbb 2024-04-10
trinity pushed to main at trinity/src 2024-04-10 13:15:11 -06:00
06afeef436 cbr2cbz: now good
trinity pushed to main at trinity/src 2024-04-10 13:03:50 -06:00
72dfffce19 cbr2cbz: now works
trinity pushed to main at trinity/src 2024-04-10 12:59:07 -06:00
92f1bb5c72 cbr2cbz(1)
trinity commented on pull request bonsai/harakit#86 2024-04-09 21:05:51 -06:00
docs: fixed formatting of many manpages

Could you change ^.*length to "Accepts a single literal byte"?

trinity commented on pull request bonsai/harakit#86 2024-04-09 21:05:51 -06:00
docs: fixed formatting of many manpages

It would be better if this was two sentences - ". If zero,".

trinity commented on pull request bonsai/harakit#86 2024-04-09 21:05:51 -06:00
docs: fixed formatting of many manpages

I don't know if this should be noted in the man page but this diagnostic output is intended to be machine readable to make scripting easier. I've found dd(1p) to be not only needlessly verbose but also a pain in the ass in this regard.

trinity commented on pull request bonsai/harakit#86 2024-04-09 21:05:51 -06:00
docs: fixed formatting of many manpages

Though this output prioritizes human readability it was also meant to be machine readable in case that was necessary. I couldn't imagine why and I hope it never would be, but if it is, it's easy.

trinity commented on pull request bonsai/harakit#86 2024-04-09 21:05:51 -06:00
docs: fixed formatting of many manpages

With what else would the integers be compared?

trinity suggested changes for bonsai/harakit#86 2024-04-09 21:05:51 -06:00
docs: fixed formatting of many manpages

Increasingly rarer nitpicks.

trinity commented on pull request bonsai/harakit#86 2024-04-09 21:03:26 -06:00
docs: fixed formatting of many manpages

"Permits adjacent integers to be equal to each other" is sufficient to describe the full functionality.

trinity commented on pull request bonsai/harakit#86 2024-04-09 20:52:20 -06:00
docs: fixed formatting of many manpages

Whether or not the input is a stream is irrelevant to the function of the option -S.

trinity commented on pull request bonsai/harakit#86 2024-04-09 20:51:07 -06:00
docs: fixed formatting of many manpages

While that is true, nul with a single L is used to refer to an eight-bit (theoretically, maybe even a seven-bit) zero value given in text encoding. Null with two Ls is often used to refer to the…