dtb trinity
trinity created branch pg in bonsai/coreutils 2024-04-22 07:13:00 +00:00
trinity commented on issue bonsai/coreutils#44 2024-04-20 16:47:45 +00:00
scroll(1) – pager

I think a very light pager would be useful in addition to a (necessarily) slightly heavier editor. We could have two editors - pg(1) (operating in cooked mode using stdio.h) and scroll(1)…

trinity commented on pull request bonsai/coreutils#86 2024-04-20 03:15:42 +00:00
WIP: 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/coreutils#86 2024-04-20 03:13:57 +00:00
WIP: 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/coreutils#86 2024-04-20 03:09:39 +00:00
WIP: docs: fixed formatting of many manpages

I think you're right here.

trinity commented on pull request bonsai/coreutils#86 2024-04-20 03:08:49 +00:00
WIP: docs: fixed formatting of many manpages

I am still not.

trinity pushed to main at trinity/src 2024-04-19 04:45:15 +00: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-19 02:05:15 +00: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/coreutils 2024-04-18 16:15:00 +00:00
6d3f084d9c peek(1): remove unused variables, clean up some typos
trinity commented on pull request bonsai/coreutils#93 2024-04-18 16:08:04 +00: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/coreutils 2024-04-18 16:04:32 +00: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/coreutils#93 2024-04-17 23:18:25 +00:00
peek(1)
trinity pushed to peek at bonsai/coreutils 2024-04-17 22:38:17 +00:00
4e5fc680e9 Import peek(1) from trinity/src
trinity created branch peek in bonsai/coreutils 2024-04-17 22:38:17 +00:00
trinity pushed to main at trinity/src 2024-04-16 04:17:39 +00:00
6c481d569d 2024-04-15
trinity pushed to main at trinity/src 2024-04-15 03:56:59 +00:00
5699298e12 2024-04-14
trinity pushed to main at trinity/src 2024-04-13 03:36:17 +00:00
d12899c94c 2024-04-12
trinity commented on pull request bonsai/coreutils#91 2024-04-12 23:08:28 +00:00
WIP: 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 21:21:09 +00:00
a83d04efbb 2024-04-10
trinity pushed to main at trinity/src 2024-04-10 19:15:11 +00:00
06afeef436 cbr2cbz: now good