Emma Tebibyte emma
emma created branch npc-broken-tests in bonsai/harakit 2025-02-24 22:58:40 -07:00
emma opened issue bonsai/harakit#163 2025-01-30 00:24:18 -07:00
Remove POSIX tree from tests
emma commented on issue bonsai/harakit#41 2025-01-30 00:22:43 -07:00
rtfm(1) - manual pages

In my opinion, it would be a good idea to make this two programs, rtfm and a text formatter, where the former calls upon the latter.

I agree.

emma closed issue bonsai/harakit#70 2024-12-16 15:58:03 -07:00
Harakit by Example
emma commented on issue bonsai/harakit#70 2024-12-16 15:57:59 -07:00
Harakit by Example

This should be kept track of elsewhere.

emma closed issue bonsai/harakit#47 2024-12-16 15:56:58 -07:00
conv(1) – convert data
emma commented on issue bonsai/harakit#47 2024-12-16 15:56:58 -07:00
conv(1) – convert data

This is too general, for sure. I am closing this for neatness for now but we should revisit conversions at a later time.

emma closed issue bonsai/harakit#23 2024-12-16 15:56:01 -07:00
tests/posix: dd(1p)
emma commented on issue bonsai/harakit#23 2024-12-16 15:56:01 -07:00
tests/posix: dd(1p)

We have decided verbally that POSIX tests will go in another repository.

emma closed issue bonsai/harakit#89 2024-12-16 15:54:16 -07:00
Directory structure
emma commented on issue bonsai/harakit#89 2024-12-16 15:54:16 -07:00
Directory structure

I’m closing this for now to clear up our issues. If anyone else has any concerns regarding the directory structure, please feel free to comment here.

emma commented on issue bonsai/harakit#71 2024-12-16 15:46:40 -07:00
Reserve -h

-r would be the reversing-functionality flag I would grok the best. -! is weird and I have never seen it before.

emma commented on issue bonsai/harakit#71 2024-12-16 15:46:02 -07:00
Reserve -h

Since this was made, verbosity and debug level options (-d, -q, -v) have been dropped from dj(1), and I believe that this functionality is not necessary in system utilities: they should…

emma pushed to getopt-formatting at bonsai/harakit 2024-11-27 12:29:28 -07:00
a3bbad467e getopt.rs(3): fixes formatting issues
emma created branch getopt-formatting in bonsai/harakit 2024-11-27 12:29:25 -07:00
emma commented on pull request bonsai/harakit#102 2024-10-22 18:19:03 -06:00
Replace str(1) with stris(1)

We can hammer out the name later. Getting this merged will be good.

emma approved bonsai/harakit#146 2024-10-22 18:17:18 -06:00
Replace scrut(1) with fileis(1)
emma pushed to optimizations at bonsai/harakit 2024-10-01 22:09:32 -06:00
982c67df13 intcmp(1), swab(1): consistent type annotations
emma deleted branch man-fixes from bonsai/harakit 2024-09-30 14:30:02 -06:00
emma commented on pull request bonsai/harakit#146 2024-09-27 02:58:12 -06:00
Replace scrut(1) with fileis(1)

The separation decreases clarity, as it separates the context from the declaration of the variable. Separation should occur only when necessary, in my opinion.