dtb trinity
trinity suggested changes for bonsai/coreutils#86 2024-04-10 03:05:51 +00:00
WIP: docs: fixed formatting of many manpages

Increasingly rarer nitpicks.

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

With what else would the integers be compared?

trinity commented on pull request bonsai/coreutils#86 2024-04-10 03:05:51 +00:00
WIP: 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/coreutils#86 2024-04-10 03:05:51 +00:00
WIP: 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/coreutils#86 2024-04-10 03:05:51 +00:00
WIP: docs: fixed formatting of many manpages

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

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

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

trinity commented on pull request bonsai/coreutils#86 2024-04-10 03:03:26 +00:00
WIP: 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/coreutils#86 2024-04-10 02:52:20 +00:00
WIP: 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/coreutils#86 2024-04-10 02:51:07 +00:00
WIP: 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…

trinity commented on issue bonsai/coreutils#44 2024-04-06 06:58:03 +00:00
scroll(1) – pager

Scrollback would be cumbersome in cooked mode.

I don't think search should be part of the pager. I think we should make a searching utility and make the pager pipe through that tool instead.…

trinity pushed to main at trinity/src 2024-04-05 00:43:01 +00:00
fdd5f5050b optimize
trinity pushed to main at trinity/src 2024-04-03 21:12:02 +00:00
e29180ba01 start of a 4004 emulator
trinity commented on issue bonsai/coreutils#44 2024-04-02 20:59:46 +00:00
scroll(1) – pager

What features should scroll(1) have?

  • scrolling back to previous lines? (more(1) doesn't have this, less(1) does)
  • syntax highlighting? (bat(1) has this)
  • search? (more(1) has this) -…
trinity created pull request bonsai/coreutils#92 2024-04-02 17:23:31 +00:00
mm(1): error out when given positional arguments
trinity commented on issue bonsai/coreutils#89 2024-04-01 22:22:06 +00:00
Directory structure

I like C and Rust because they interoperate well enough, only requiring a handful of utilities keeps the toolchain easy to explain/install/use, and the two languages cover a very wide variety of…

trinity commented on issue bonsai/coreutils#90 2024-04-01 04:56:46 +00:00
mm(1) does not print error when invoked improperly

I pushed a commit that should fix this. Could you compile [mm.c from the mm branch](https://git.tebi

trinity pushed to mm at bonsai/coreutils 2024-04-01 04:54:13 +00:00
61382c34d9 mm(1): error out when given positional arguments
trinity created branch mm in bonsai/coreutils 2024-04-01 04:54:13 +00:00
trinity commented on issue bonsai/coreutils#90 2024-04-01 04:43:19 +00:00
mm(1) does not print error when invoked improperly

Interesting. It must be because there are no positional arguments and I forgot to check for them.

trinity pushed to main at trinity/src 2024-04-01 03:34:42 +00:00
80e1fe69c1 2024-03-31
df5ecb7e2f move sleep to bonsai coreutils
Compare 2 commits »