mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Search for entries with no tags or stars with -not -starred
and -not -tagged
(#1663)
* Allow for `-not -starred` to search for unstarred entries * Add `-tagged` and `-not -tagged` functionality
This commit is contained in:
parent
17c987c605
commit
7bd15d12ad
5 changed files with 127 additions and 18 deletions
|
@ -23,6 +23,8 @@ def expected_args(**kwargs):
|
|||
"change_time": None,
|
||||
"edit": False,
|
||||
"end_date": None,
|
||||
"exclude_starred": False,
|
||||
"exclude_tagged": False,
|
||||
"today_in_history": False,
|
||||
"month": None,
|
||||
"day": None,
|
||||
|
@ -38,6 +40,7 @@ def expected_args(**kwargs):
|
|||
"starred": False,
|
||||
"start_date": None,
|
||||
"strict": False,
|
||||
"tagged": False,
|
||||
"tags": False,
|
||||
"text": [],
|
||||
"config_override": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue