- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
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…
Makefile: removed configure and made library builds better
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…
Makefile: removed configure and made library builds better
rpn(1)
- reverse polish notation
Actually, I wanted to implement comparisons and then I’ll merge it.
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.
Change mentions of POSIX utilities in man pages to the 1p section
Change man page sections to POSIX [n]p sections where applicable
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
…
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()
.