Emma Tebibyte emma
emma commented on issue bonsai/harakit#21 2024-02-06 23:24:29 -07:00
rpn(1) - reverse polish notation

I’ll leave out comparisons. I think it’s basically done, then.

emma commented on issue bonsai/harakit#34 2024-02-06 23:14:58 -07:00
Name

Consider uutils, which is packaged as a great variety of names

for the record, uutils is packaged that way because it changed names from rust-coreutils to uutils-coreutils at some point in…

emma reopened issue bonsai/harakit#41 2024-02-06 22:59:26 -07:00
rtfm(1) - manual pages
emma closed pull request bonsai/harakit#45 2024-02-06 22:59:13 -07:00
Makefile: removed configure and made library builds better
emma pushed to main at bonsai/harakit 2024-02-06 22:59:10 -07:00
5b47936477 Makefile: removed configure and made library builds better
emma commented on issue bonsai/harakit#8 2024-02-06 22:32:42 -07:00
qi(1): The qi shell

I think piping and redirects should be in both shells and I’m not too sure about the shells actually having differing syntax. I do think we should interrogate how piping and redirects work in…

emma commented on issue bonsai/harakit#41 2024-02-06 22:27:17 -07:00
rtfm(1) - manual pages

I think comments should probably be ;;

emma created pull request bonsai/harakit#45 2024-02-06 22:24:05 -07:00
Makefile: removed configure and made library builds better
emma created branch Makefile-changes in bonsai/harakit 2024-02-06 22:22:46 -07:00
emma pushed to Makefile-changes at bonsai/harakit 2024-02-06 22:22:46 -07:00
5b47936477 Makefile: removed configure and made library builds better
emma commented on issue bonsai/harakit#21 2024-02-03 23:45:06 -07:00
rpn(1) - reverse polish notation

Actually, I wanted to implement comparisons and then I’ll merge it.

emma commented on issue bonsai/harakit#21 2024-02-03 23:44:41 -07:00
rpn(1) - reverse polish notation

After a conversation with Trinity, we’ve decided rpn is feature-complete as it is. I’ll get it merged tomorrow.

emma pushed to rpn at bonsai/harakit 2024-02-03 17:21:24 -07:00
8e0eaeab38 rpn.1: made more better
emma closed issue bonsai/harakit#32 2024-02-03 17:12:04 -07:00
Change mentions of POSIX utilities in man pages to the 1p section
emma closed pull request bonsai/harakit#39 2024-02-03 17:12:01 -07:00
Change man page sections to POSIX [n]p sections where applicable
emma pushed to main at bonsai/harakit 2024-02-03 17:11:43 -07:00
2ec04c0564 true(1): fix my copyright dates in man page
a39772d7a1 false(1): fix my copyright dates in man page
a90c9b7998 true(1): fix man page POSIX reference
fb929e63f5 strcmp(1): fix man page POSIX reference
791db2ed6d str(1): fix man page POSIX reference
Compare 8 commits »
emma commented on issue bonsai/harakit#41 2024-02-03 13:57:42 -07:00
rtfm(1) - manual pages

I’ve decided on a strict subset of commonmark to implement for this:

  • Italics: *Italics*
  • Bold: __Bold__
  • Heading: # Heading 1 (will be used for section number), ## Heading 2
emma commented on issue bonsai/harakit#43 2024-02-03 13:44:15 -07:00
format(1): formatting strings for ouput

I feel that an out(1) or equivalent is important for a couple reasons:

  • outputting unescaped format specifiers
  • outputting unformatted strings

There’s a reason C has puts().

emma opened issue bonsai/harakit#44 2024-02-03 13:42:03 -07:00
pager
emma opened issue bonsai/harakit#43 2024-02-02 23:49:24 -07:00
printf(1p), echo(1p) alternative