Emma Tebibyte emma
emma pushed to fop-delim at bonsai/harakit 2024-06-02 19:06:43 -06:00
2dd6c0ded7 fop(1): adds the ability to use any string as a delimiter
emma pushed to docs at bonsai/harakit 2024-06-02 18:48:19 -06:00
70cbc52c93 docs: updates to use man(7) macros to fix formatting
emma opened issue bonsai/harakit#107 2024-06-01 14:38:21 -06:00
hru(1): should numbers be specifiable as arguments?
emma opened issue bonsai/harakit#106 2024-06-01 14:36:32 -06:00
fop(1): take strings as delimiters
emma pushed to sleep at bonsai/harakit 2024-05-29 19:38:33 -06:00
fe5c020590 sleep(1): rename to eep(1)
emma pushed to testing at bonsai/harakit 2024-05-27 22:38:08 -06:00
406feb3dc7 tests: test.sh: fixes locales when run from root of project
emma pushed to testing at bonsai/harakit 2024-05-27 22:24:49 -06:00
787f0dc6e2 tests: test.sh: actually includes localization variables
emma pushed to testing at bonsai/harakit 2024-05-27 22:18:20 -06:00
94ada03ce4 tests: adds easy localization
emma pushed to testing at bonsai/harakit 2024-05-27 22:13:43 -06:00
9bfc587623 tests: posix: add environment script for sourcing in tests
emma pushed to testing at bonsai/harakit 2024-05-27 22:08:17 -06:00
8508479a5b tests: test.sh: remove superfluous printing of test category
emma commented on pull request bonsai/harakit#103 2024-05-24 10:45:43 -06:00
eep(1)

Can we call it eep(1)?

emma commented on issue bonsai/harakit#101 2024-05-24 10:39:50 -06:00
dj(1) null-byte padding: -A or -a ''?

I think this should be up to you.

emma commented on issue bonsai/harakit#104 2024-05-24 10:38:35 -06:00
Rename scrut(1) to fileis(1)

I agree with all of this, but I strongly dislike the aesthetics of the vowel cluster in the name “fileis”.

emma commented on issue bonsai/harakit#47 2024-05-24 10:37:40 -06:00
conv(1) – convert data

intbase(1), strcase(1), and strcode(1) might be better

I am really not a fan of these names, though.

emma commented on pull request bonsai/harakit#93 2024-05-24 10:37:03 -06:00
peek(1)

It uses mm(1) to pipe the hidden input to both the standard error and the regular file writing.txt.

emma commented on pull request bonsai/harakit#93 2024-05-24 10:37:03 -06:00
peek(1)

This being in the BUGS section implies that this can be fixed by the program. Therefore, this belongs in a CAVEATS section because it is definitionally a caveat.

emma commented on pull request bonsai/harakit#93 2024-05-24 10:37:03 -06:00
peek(1)

In the event of an error, a debug message will be printed and the program will

emma commented on pull request bonsai/harakit#93 2024-05-24 10:37:03 -06:00
peek(1)

If it encounters a SIGINT signal (^C), the program will attempt to handle it to ensure the user’s terminal is still usable after premature termination; if the signal can’t be handled, it prints an error message and continues. If the program is interrupted, it exits unsuccessfully and without printing an error message.

emma suggested changes for bonsai/harakit#93 2024-05-24 10:37:03 -06:00
peek(1)
emma commented on pull request bonsai/harakit#86 2024-05-24 10:23:27 -06:00
docs: fixed formatting of many manpages

Again, comparing the manpages with ls(1), we use far too many newlines to separate items. There should only be one newline before a header, including the first header (NAME).