dtb trinity
trinity commented on pull request bonsai/harakit#65 2024-02-24 03:33:02 -07:00
mm(1)

I'll take a look in gdb later, thanks for spotting that.

trinity created pull request bonsai/harakit#73 2024-02-24 03:25:03 -07:00
swab(1)
trinity pushed to swab at bonsai/harakit 2024-02-24 03:21:33 -07:00
1e041a52a2 swab.1: add swab(1) man page
trinity pushed to swab at bonsai/harakit 2024-02-24 03:04:20 -07:00
e788947fc4 swab(1): add argument parsing
trinity created branch swab in bonsai/harakit 2024-02-23 20:49:46 -07:00
trinity pushed to swab at bonsai/harakit 2024-02-23 20:49:46 -07:00
3f0d95fe8f swab(1): minimum viable program
trinity commented on pull request bonsai/harakit#52 2024-02-23 18:42:55 -07:00
CONTRIBUTING: updated information
trinity approved bonsai/harakit#52 2024-02-23 18:42:55 -07:00
CONTRIBUTING: updated information

Looks good.

trinity approved bonsai/harakit#59 2024-02-23 18:36:06 -07:00
fop(1) fixes

Looks good!

trinity commented on issue bonsai/harakit#66 2024-02-22 19:41:40 -07:00
Change type of function pointer

Could you test the pull request and confirm it builds?

trinity created pull request bonsai/harakit#72 2024-02-22 19:29:21 -07:00
dj(1): remove function pointer hijinks
trinity created branch dj-fix in bonsai/harakit 2024-02-22 19:27:30 -07:00
trinity pushed to dj-fix at bonsai/harakit 2024-02-22 19:27:30 -07:00
58245c9484 dj(1): remove function pointer hijinks (fixes #66)
trinity pushed to mm at bonsai/harakit 2024-02-22 19:16:18 -07:00
395205d4c6 mm.1: fix case in copyright thingy
trinity commented on issue bonsai/harakit#60 2024-02-22 19:00:17 -07:00
find(1p) analogue

I'm working on a fork of Google's walk(1) that adds the features necessary for our uses. It's very nearly done (compiles and runs,…

trinity commented on issue bonsai/harakit#71 2024-02-22 15:36:15 -07:00
Reserve certain options for certain functions

They're less prescription and more suggestion; certainly exceptions can and will exist, though I do think that -h should only print the program usage. There should be a known incorrect usage…

trinity commented on issue bonsai/harakit#34 2024-02-22 14:00:32 -07:00
Name
  • butane - bonsai utilities and none else. It doesn't quite fit with the theme but goes hard.

toolchest sounds a lot like toybox. butils is alright but…

trinity commented on issue bonsai/harakit#70 2024-02-20 22:12:30 -07:00
Harakit by Example

Should this go in docs/ or a separate repo?

trinity opened issue bonsai/harakit#71 2024-02-20 10:57:01 -07:00
Reserve certain options for certain functions
trinity commented on issue bonsai/harakit#70 2024-02-20 07:57:29 -07:00
Harakit by Example

dd(1p)

POSIX dd(1p) is a clone of the Data Definition (DD) command in IBM's Job Control Language (JCL) [[origin of the…