dtb trinity
trinity commented on issue bonsai/harakit#123 2024-06-24 20:37:14 -06:00
time(1p) equivalent

I think this should be a separate utility and not a shell built-in. This would just be an exec(2) and a couple timer calls, right? How precise does this need to be?

trinity approved bonsai/harakit#124 2024-06-24 20:18:57 -06:00
Renaming to harakit!
trinity pushed to main at trinity/src 2024-06-24 19:58:34 -06:00
2e1a5460fe 2024-06-24
trinity commented on issue bonsai/harakit#34 2024-06-24 06:25:02 -06:00
Name

I forgot to chime in on the issue, only telling Emma verbally - I really like the name harakit and am happy with this choice.

trinity commented on pull request bonsai/harakit#102 2024-06-20 16:56:56 -06:00
Replace str(1) with stris(1)

To me strid(1) sounds like it's identifying a string; giving it an identifier, maybe hashing it or something. stris(1) asks what the string is - it's hard to read the name and draw the…

trinity approved bonsai/harakit#122 2024-06-19 22:46:21 -06:00
README: updated for clarity
trinity commented on pull request bonsai/harakit#121 2024-06-19 22:45:39 -06:00
Makefile: updates to use new POSIX 2024 standard features!

You should add a comment saying why the octal is necessary.

trinity approved bonsai/harakit#121 2024-06-19 22:45:39 -06:00
Makefile: updates to use new POSIX 2024 standard features!

Otherwise well done as always.

trinity pushed to main at trinity/src 2024-06-19 19:24:39 -06:00
752ce244d8 2024-06-19
trinity pushed to main at trinity/src 2024-06-16 01:14:32 -06:00
80d8b4590d relicense
trinity pushed to main at trinity/src 2024-06-15 22:13:57 -06:00
5b013c9290 test this
trinity pushed to main at trinity/src 2024-06-15 22:11:42 -06:00
9ae8a887fd debug
trinity pushed to main at trinity/src 2024-06-15 22:08:16 -06:00
cea3dd7835 homepage: probably fuck everything up
trinity pushed to main at trinity/src 2024-06-15 21:59:37 -06:00
598b8c3abd 2024-06-14
trinity pushed to main at trinity/src 2024-06-12 19:38:46 -06:00
e8fb317182 2024-06-12
trinity commented on pull request bonsai/harakit#93 2024-06-09 10:52:20 -06:00
peek(1)

Could "inputted" be "input"? Otherwise I like these changes and you may merge them into the peek branch, or I can myself when I'm at keyboard.

trinity commented on pull request bonsai/harakit#102 2024-06-06 05:24:58 -06:00
Replace str(1) with stris(1)

I think that is less intuitive than stris(1); it identifies qualities of the string, yes, but it's easier to remember that it tells you what the string is.

trinity commented on issue bonsai/harakit#34 2024-06-06 05:23:23 -06:00
Name

bonsuite, usuite, suitelife... I don't know.

trinity commented on issue bonsai/harakit#107 2024-06-06 05:22:21 -06:00
hru(1): should numbers be specifiable as arguments?

`printf $fmt

trinity commented on issue bonsai/harakit#112 2024-06-06 00:29:39 -06:00
dj(1) segfaults if trying to skip in stdout

This is definitely happening in Io_fdseek. I currently don't have a programming environment but when I have one set up I'll debug and fix.