]> Sergey Matveev's repositories - public-inbox.git/commit
lei mark: command for (un)setting keywords and labels
authorEric Wong <e@80x24.org>
Tue, 23 Mar 2021 05:02:17 +0000 (11:02 +0600)
committerEric Wong <e@80x24.org>
Wed, 24 Mar 2021 01:33:26 +0000 (01:33 +0000)
commit5be0cb101bab44167a78af7a2d167f254c95bdb3
tree133ed291d5caca9819d95217b0b512990257d225
parente7d13d7bc4a7b1e990602e796b7c2acbddb99a7b
lei mark: command for (un)setting keywords and labels

Only tested for keywords and labels with file inputs, so far;
but it seems to do what it needs to do.  There's a bit more
redundant code than I'd like, and more opportunities for code
sharing in the future

"lei import" will be expanded to support +kw:$KEYWORD and
+L:$LABEL in the future.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/LeiMark.pm [new file with mode: 0644]
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/SearchIdx.pm
t/lei-mark.t [new file with mode: 0644]