From: Eric Wong <e@80x24.org>
To: Luis Chamberlain <mcgrof@kernel.org>
Cc: meta@public-inbox.org
Subject: Re: make menuconfig interface for lei / grok-pull
Date: Sun, 19 Sep 2021 21:21:45 +0000 [thread overview]
Message-ID: <20210919212145.GA15558@dcvr> (raw)
In-Reply-To: <20210915230605.GA22173@dcvr>
Eric Wong <e@80x24.org> wrote:
> Luis Chamberlain <mcgrof@kernel.org> wrote:
> # populate ~/.cache/lei/uri_folder/.sqlite3
> lei ls-mail-source nntp://nntp.lore.kernel.org
lei ls-mail-source -l nntp://nntp.lore.kernel.org
I just made "-l" show pretty JSON output in the terminal
to help find NNTP article ranges.
> # if you're using bash:
> . contrib/completion/lei-completion.bash
>
> lei import <TAB><TAB>
>
> lei import will download the entire newsgroup, which may get
> huge, unfortunately. It should support ranges (e.g.
> nntp://example.com/inbox.foo.example/900-1000) but the URI
> package doesn't support it, yet...
I was wrong about the URI package not supporting ranges,
it does; and forgot lei even seemed to have (untested)
support for it. It should be working, now, just pushed out
commit 67fe4d8d90ac77419c8fc41457c849aa7d366a9d
("net_reader: fix single NNTP article fetch, test ranges")
<https://public-inbox.org/meta/20210919125035.6331-11-e@80x24.org/>
Neither Net::NNTP nor Mail::IMAPClient support pipelining
out-of-the-box, though; so network latency is still a problem.
I'm still not sure about doing an interactive UI (my brain
tends to struggle with that stuff :x); but I think extending
tab-completion for epochs and NNTP article ranges would be
good (I'm not particularly good with tab-completion, either :x)
next prev parent reply other threads:[~2021-09-19 21:21 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-15 21:34 make menuconfig interface for lei / grok-pull Luis Chamberlain
2021-09-15 21:44 ` Eric Wong
2021-09-15 21:57 ` Luis Chamberlain
2021-09-15 23:12 ` Eric Wong
2021-09-15 22:36 ` Kyle Meyer
2021-09-15 23:31 ` Eric Wong
2021-09-16 2:59 ` Eric Wong
2021-09-15 23:06 ` Eric Wong
2021-09-16 17:43 ` Konstantin Ryabitsev
2021-09-16 20:04 ` IMAP vs NNTP [was: make menuconfig interface for lei / grok-pull] Eric Wong
2021-09-19 21:21 ` Eric Wong [this message]
2021-09-16 17:38 ` make menuconfig interface for lei / grok-pull Konstantin Ryabitsev
2021-09-16 23:54 ` Luis Chamberlain
2021-09-16 21:09 ` lei import on epochs [was: make menuconfig interface for lei / grok-pull] Eric Wong
2021-09-16 23:53 ` Luis Chamberlain
2021-09-17 0:22 ` Eric Wong
2021-09-17 0:48 ` Luis Chamberlain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210919212145.GA15558@dcvr \
--to=e@80x24.org \
--cc=mcgrof@kernel.org \
--cc=meta@public-inbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).