- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
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
?
scrut(1): add man page
Perhaps we should note that -h
is an invalid option and not specifically for usage information.
README: added build information and copyright
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…
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.
swab(1)
- swap bytes
On first consideration, I think it makes sense for all three to be separate utilities.