allow timeline manipulation from plm #1113

Merged
trinity-1686a merged 4 commits from timeline-cli into main 1 year ago
Owner

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 1 year ago
trinity-1686a changed title from WIP: allow timeline manipulation from plm to allow timeline manipulation from plm 1 year ago
KitaitiMakoto approved these changes 1 year ago
Owner

Looks good!

Looks good!
trinity-1686a added 2 commits 1 year ago
trinity-1686a added 1 commit 1 year ago
trinity-1686a merged commit 97cbe7f446 into main 1 year ago

Reviewers

KitaitiMakoto approved these changes 1 year ago
The pull request has been merged as 97cbe7f446.
Sign in to join this conversation.
No reviewers
No Milestone
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
Loading…
There is no content yet.