unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* are Perl regexps well-known enough for command-line use?
@ 2020-12-14 20:39 Eric Wong
  2020-12-15 14:21 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2020-12-14 20:39 UTC (permalink / raw)
  To: meta

I've been thinking a bit about UI/UX for local command-line
tooling, and one thing I've been pondering is exposing Perl5
regexps as a mechanism for filtering
mailboxes/newsgroups/URLs/pathnames, etc...

It ties the UI to Perl5, though PCRE can get pretty close...

NNTP has it's own "wildmat" format in RFC 3977 which we support
(though maybe not 100% completely :x).  It's pretty close to
Bourne shell globbing, I think.

Perl's built-in and stdlib glob operators only work on FS paths,
and (as usual) I'm trying to avoid dependencies or Inline::C for
ease-of-installation and disk/bandwidth considerations.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-15 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 20:39 are Perl regexps well-known enough for command-line use? Eric Wong
2020-12-15 14:21 ` Konstantin Ryabitsev
2020-12-15 20:17   ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).