Conversation:
Notices
-
@sjw Being a shell script with few dependencies also means that to parse JSON it employs regular expressions.
Might not be a show stopper, but it does make it difficult to consider it the ultimately best client (for every case, at least).
-
@sjw That I cannot say for I never tried making an ACME client.
-
@sjw Exactly what is used there right now.
-
@notclacke @sjw sed doesn't really have dialects, it's an implementation of POSIX regular expressions, which do have variants: basic and extended, but you probably have something like PCRE in mind.
-
@sjw grep is by definition an implementation of POSIX regular expressions (GNU grep also supports Perl-like regular expressions).
-
@sjw Minimal dependencies, eh?