Emma Tebibyte emma
emma commented on pull request bonsai/harakit#61 2024-02-16 21:21:43 -07:00
scrut(1): fix buffer overflow in option parsing

I know it’s not part of this PR but on line 60 you return 1; shouldn’t that be return EX_UNAVAILABLE?

emma commented on pull request bonsai/harakit#62 2024-02-16 21:08:02 -07:00
scrut(1): add man page

Perhaps we should note that -h is an invalid option and not specifically for usage information.

emma commented on pull request bonsai/harakit#62 2024-02-16 21:08:02 -07:00
scrut(1): add man page

Typo?

emma commented on pull request bonsai/harakit#62 2024-02-16 21:08:02 -07:00
scrut(1): add man page

A “See section OPTIONS” may be warranted here

emma commented on pull request bonsai/harakit#62 2024-02-16 21:08:02 -07:00
scrut(1): add man page

sysexits.h(3)

emma suggested changes for bonsai/harakit#62 2024-02-16 21:08:02 -07:00
scrut(1): add man page

Just a few small things

emma deleted branch readme-changes from bonsai/harakit 2024-02-16 21:04:31 -07:00
emma closed pull request bonsai/harakit#51 2024-02-16 21:04:04 -07:00
README: added build information and copyright
emma closed issue bonsai/harakit#24 2024-02-16 21:03:58 -07:00
Dependencies in README
emma pushed to main at bonsai/harakit 2024-02-16 21:03:58 -07:00
dac7567405 Merge branch 'readme-changes' (closes #51 & closes #24)
97382b79fd README: changed dependency section and update copyright
cc93389232 README: added cpp(1) as build dep
42c5c5642e README: bullets
c753eeea9c README: added build information and copyright
Compare 5 commits »
emma pushed to readme-changes at bonsai/harakit 2024-02-16 21:02:48 -07:00
97382b79fd README: changed dependency section and update copyright
emma opened issue bonsai/harakit#63 2024-02-16 17:03:00 -07:00
pax(1p) analogue
emma commented on issue bonsai/harakit#8 2024-02-15 23:53:18 -07:00
qi(1): The qi shell

I was thinking sysexits.h(3) values could be exposed by qi to the shell session:

if strcmp var '' {
  format "Usage: {} [whatever]"
  exit EX_USAGE
}

since both Trinity and I use…

emma commented on issue bonsai/harakit#47 2024-02-15 23:17:03 -07:00
conv(1) – convert data

I felt like it made sense as one tool, but if you feel it should be two, we could do that.

emma commented on issue bonsai/harakit#22 2024-02-15 23:12:39 -07:00
swab(1) - swap bytes

On first consideration, I think it makes sense for all three to be separate utilities.

emma commented on issue bonsai/harakit#53 2024-02-15 18:20:35 -07:00
si(1) – SI unit converter

Name proposal: si(1). Thoughts?

emma pushed to readme-changes at bonsai/harakit 2024-02-15 17:40:20 -07:00
cc93389232 README: added cpp(1) as build dep
emma opened issue bonsai/harakit#60 2024-02-15 00:31:57 -07:00
find(1p) analogue
emma pushed to hru at bonsai/harakit 2024-02-14 23:32:29 -07:00
361f0ddb8b hru.1: added manpage for hru(1)