- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
qi(1)
: The qi shell
The way POSIX shell does variable assignment is awful.
#!/bin/env -i /bin/sh # ^^ don't inherit an existing environment echo "$x" # unassigned (vars are "" by default),…
Add hru(1)
I’ve neither requested your review nor moved this out of WIP. That means this is not yet nearing completion. Here you will find your answer.
hru(1)
– human-readable units
I'd like an option to set the maximum unit to use. Maybe the minimum too.
I feel like that’s outside the scope of this program. It’s not a general-purpose unit converter but a human-readab…
CONTRIBUTING: updated information
README: added build information and copyright
docs/scrut.1
: write man page for scrut(1)
Versioning
For now, let’s just do semver and worry about nightlies later if it becomes a thing we really want to do.
swab(1)
- swap bytes
Ah, I didn’t realize GNU had a utility called rev
already. Will come up with another name.