dtb trinity
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.

trinity commented on issue bonsai/harakit#126 2024-06-28 09:20:03 -06:00
Fix usage text

My usage text guidelines are as follows:

  • Mandatory positional arguments are noted with brackets like [description].
  • Optional positional arguments are noted with parens like `(description)…
trinity commented on pull request bonsai/harakit#128 2024-06-28 08:55:40 -06:00
docs: fixes and clarification

Many of these fixes would be welcome. May I ask why this was closed?

trinity pushed to peek at bonsai/harakit 2024-06-28 08:40:40 -06:00
26558d6ffe Merge branch 'main' into peek
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 peek at bonsai/harakit 2024-06-28 08:37:59 -06:00
c7a4cd1d19 peek.1: s/inputted/input/
e807a49612 peek.1: fix version string
Compare 2 commits »
trinity commented on pull request bonsai/harakit#91 2024-06-28 08:34:36 -06:00
Add getopt(3p) bindings for Rust

I committed my changes to swab(1) as I believe they will work, though I'm unable to test them at the moment.

trinity pushed to getopt-bindings at bonsai/harakit 2024-06-28 08:33:47 -06:00
d07bb7da41 swab(1): untested move to new getopt bindings
trinity commented on pull request bonsai/harakit#91 2024-06-28 08:29:53 -06:00
Add getopt(3p) bindings for Rust

I'm getting a build error on libgetopt:

$ make build/o/libgetopt.rlib             
rustc  --crate-type=lib --crate-name=getopt  -o build/o/libgetopt.rlib src/libgetopt.rs
error[E0308]:…
trinity pushed to sysxs at bonsai/harakit 2024-06-28 08:09:09 -06:00
17b5573d40 Makefile: build/include/sysexits.h depends on include/sysexits.h.template
trinity pushed to sysxs at bonsai/harakit 2024-06-28 08:06:36 -06:00
06d7d331cf Makefile: fix npc, clean up swab