dtb trinity
trinity commented on pull request bonsai/harakit#86 2024-04-19 21:15:42 -06:00
docs: fixed formatting of many manpages

"Null byte" makes sense but "nul byte" makes sense faster and indicates specifically the ASCII zero value versus an arbitrarily-sized ("byte" is sadly not always specific enough) value.

trinity commented on pull request bonsai/harakit#86 2024-04-19 21:13:57 -06:00
docs: fixed formatting of many manpages

This infinitive present tense for descriptions feels off and I think this is a good example of why. "Compare integers" - who, what, when, where, why, how? It's easy to reference but more…

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

I think you're right here.

trinity commented on pull request bonsai/harakit#86 2024-04-19 21:08:49 -06:00
docs: fixed formatting of many manpages

I am still not.

trinity pushed to main at trinity/src 2024-04-18 22:45:15 -06:00
f3893c4da1 retval(1): make C and Rust code similar
b1f90eff11 retval(1): Rewrite in Rust
Compare 2 commits »
trinity pushed to main at trinity/src 2024-04-18 20:05:15 -06:00
d0527ea349 2024-04-18
92d9e891d7 peek.1: Rewrite man page to fit better with bonsai/coreutils.
5f721f745b peek(1): close streams
6b90e0e1da peek(1): handle ^C elegantly
3ba22dbaf7 peek(1): remove gotos, fix style to fit bonsai/coreutils
Compare 5 commits »
trinity pushed to peek at bonsai/harakit 2024-04-18 10:15:00 -06:00
6d3f084d9c peek(1): remove unused variables, clean up some typos
trinity commented on pull request bonsai/harakit#93 2024-04-18 10:08:04 -06:00
peek(1)

Could this functionality be attained using a combination of existing or hypothetical utilities and shell features? We should consider whether this utility should be necessary for its use…

trinity pushed to peek at bonsai/harakit 2024-04-18 10:04:32 -06:00
c295f531cb peek(1): correct grammar
c7739612a7 peek(1): strip down to bare essentials, rewrite man page to match
46b607384a peek(1): remove -p
Compare 3 commits »
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)