- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
maybe not as a coreutil, but we could always use more tools in general under the bonsai name. what do you think about a set of tools specifically for testing à la [GNU findutils](https://www.gnu.…
Requiring an input argument even if standard input would favor the former scenario ergonomically (
dj in
versusdj - out
).
please rephrase this, i have no idea what this is saying
so semver for most of the time? im cool with that. what i mean though is are we versioning each tool or the whole project or both?
i’m not sure we need to do nightlies, i’m not too…
argv[0]
is an empty string
i’m not in the business of preventing fun hacks of our tools, yknow :P
argv[0]
is an empty string
mostly because if you manage to remove argv[0] you probably meant to, and if you didn’t, it’s a symptom of a larger problem that should probably be reflected in output.
qi(1)
: The qi shell
Curly braces could open a block the same way they do in C, where variables created inside the block are local to it and can't escape but variables from outside the block can be modified as…
that 2-tabstop thing is inherited from my other projects :P i’ll change it to 4 later and add a .editorconfig
thoughts on removing -i
and -o
?
dj [-b input_size] [-B output_size] [-s input_start] [-S output_start] file1 [file2]
if file2
is not specified, use stdout.
argv[0]
is an empty string
qi(1)
: The qi shell
i would also like to see curly braces ({ }) used instead of if then fi and for/while do done, but if someone has a better solution im all ears
qi(1)
: The qi shell
trinity and i talked about this already but we want to replace case/esac with match statements that act similarly to Rust matches.