Emma Tebibyte emma
emma commented on issue bonsai/harakit#43 2024-02-16 22:57:27 -07:00
format(1): formatting strings for ouput

Trinity and I discussed earlier that format(1) should work similarly to the Rust format! macro, for example:

; let var…
emma commented on issue bonsai/harakit#25 2024-02-16 22:53:02 -07:00
POSIX Capabilities

After looking into this, it seems irrelevant to our utilities.

emma closed issue bonsai/harakit#25 2024-02-16 22:53:02 -07:00
POSIX Capabilities
emma commented on issue bonsai/harakit#43 2024-02-16 22:45:41 -07:00
format(1): formatting strings for ouput

Trinity and I discussed earlier that format(1) should work similarly to the Rust format!() macro, for example:

; let var val
;…
emma pushed to hru at bonsai/harakit 2024-02-16 21:38:56 -07:00
413ee49af4 hru.1: updated manpage with correct SI reference
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.