dtb trinity
trinity pushed to dj at bonsai/harakit 2024-06-29 19:23:23 -06:00
69510d76af Merge branch 'main' into dj
881df1bb18 Merge branch 'usage-text'
40984453e3 Makefile: better leverage targets for sysexits build
cb88ed9809 Merge branch 'getopt-bindings'
cf5136d247 Makefile, swab(1): fixes swab build
Compare 32 commits »
trinity closed issue bonsai/harakit#113 2024-06-29 19:17:53 -06:00
dj(1): writing/reading should take place at seeked/skipped byte
trinity commented on issue bonsai/harakit#113 2024-06-29 19:17:34 -06:00
dj(1): writing/reading should take place at seeked/skipped byte

This seems to have been fixed. #125 adds further clarification. Please reopen if you still have issue.

trinity pushed to dj at bonsai/harakit 2024-06-29 19:15:26 -06:00
6b28a12b73 dj.1: last minute changes
trinity commented on pull request bonsai/harakit#102 2024-06-29 15:41:53 -06:00
Replace str(1) with stris(1)

The original UNIX had a lot of samey names; chmod, chroot, chdir, chsh all come to mind. I can remember them all off the top of my head because they're all intuitive considering their purpose.

trinity approved bonsai/harakit#131 2024-06-29 15:39:04 -06:00
Usage text
trinity pushed to getopt-bindings at bonsai/harakit 2024-06-29 06:03:00 -06:00
6bd19c072d swab(1): fix some silly mistakes
trinity commented on pull request bonsai/harakit#131 2024-06-29 06:01:18 -06:00
Usage text

integer integer... should be Roman, I believe.

trinity commented on pull request bonsai/harakit#131 2024-06-29 06:01:18 -06:00
Usage text

[-egl]

trinity commented on pull request bonsai/harakit#131 2024-06-29 06:01:18 -06:00
Usage text

[-et]

trinity suggested changes for bonsai/harakit#131 2024-06-29 06:01:18 -06:00
Usage text

Some changes needed.

trinity pushed to dj at bonsai/harakit 2024-06-29 05:56:45 -06:00
3b5ddede98 Merge branch 'main' into dj
0fc9a6b533 Makefile, docs: programmatically generate version for docs (i got tired of doing it myself)
8b400d8a62 Makefile, docs: rename
Compare 3 commits »
trinity pushed to dj at bonsai/harakit 2024-06-29 05:55:42 -06:00
67b60e20cc dj.1: Man page fixes
trinity commented on issue bonsai/harakit#44 2024-06-28 18:30:31 -06:00
scroll(1) – pager

We only need one pager, the minimal one. I see this as a preference thing, like a text editor: having a minimal text editor is useful, but almost no one prefers the slightly-more-featureful…

trinity commented on issue bonsai/harakit#126 2024-06-28 18:27:53 -06:00
Fix usage text

Count me in to NetBSD style.

trinity commented on pull request bonsai/harakit#91 2024-06-28 17:31:34 -06:00
Add getopt(3p) bindings for Rust

Word, let me go fix those real quick.

trinity commented on pull request bonsai/harakit#129 2024-06-28 13:51:42 -06:00
WIP: Generate Rust sysexits bindings without bindgen

This shouldn't have been closed until discussion reached a conclusion.

trinity commented on pull request bonsai/harakit#129 2024-06-28 13:51:03 -06:00
WIP: Generate Rust sysexits bindings without bindgen

Why is it less robust? I disagree - this only uses stable Rust features (the code it generates won't be obsoleted) and very elementary Awk features (the empty pattern, print command, and string…

trinity reopened pull request bonsai/harakit#129 2024-06-28 13:51:03 -06:00
WIP: Generate Rust sysexits bindings without bindgen
trinity commented on pull request bonsai/harakit#130 2024-06-28 13:45:02 -06:00
OpenBSD compatibility

Your fixes for dj(1) are already present in the dj refactor branch, as well as a number of other fixes.