allow timeline manipulation from plm #1113

Merged
trinity-1686a merged 4 commits from timeline-cli into main 2023-02-26 15:56:20 +00:00

At the moment this is untested. I'll try to find time test it in the following days and remove the WIP marker then
I tested it and it seems to work as intended. It certainly lack some documentation on the exact syntax of the timeline grammar

Exemple to create a timeline with post in french and english:

plm timeline new --name "english/french" -p 10 -q "lang in [en, fr]"

here is a sample query from the tests:

lang in [fr, en] and (license in my_fav_lic or not followed) or title contains "Plume is amazing"

list query: blog, author, license, tags, lang
contains query: title, subtitle, content
boolean query: followed, has_cover, local, all

~~At the moment this is untested. I'll try to find time test it in the following days and remove the WIP marker then~~ I tested it and it seems to work as intended. It certainly lack some documentation on the exact syntax of the timeline grammar Exemple to create a timeline with post in french and english: ``` plm timeline new --name "english/french" -p 10 -q "lang in [en, fr]" ``` here is a sample query from the tests: ``` lang in [fr, en] and (license in my_fav_lic or not followed) or title contains "Plume is amazing" ``` list query: `blog`, `author`, `license`, `tags`, `lang` contains query: `title`, `subtitle`, `content` boolean query: `followed`, `has_cover`, `local`, `all`
trinity-1686a added 1 commit 2022-12-16 21:56:42 +00:00
trinity-1686a changed title from WIP: allow timeline manipulation from plm to allow timeline manipulation from plm 2022-12-17 15:58:40 +00:00
KitaitiMakoto approved these changes 2022-12-31 17:06:54 +00:00

Looks good!

Looks good!
trinity-1686a added 2 commits 2023-01-01 10:24:24 +00:00
trinity-1686a added 1 commit 2023-02-26 15:51:44 +00:00
trinity-1686a merged commit 97cbe7f446 into main 2023-02-26 15:56:20 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#1113
No description provided.