Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make -not work with all filters #1664

Open
wren opened this issue Jan 14, 2023 · 0 comments
Open

Make -not work with all filters #1664

wren opened this issue Jan 14, 2023 · 0 comments
Labels
enhancement New feature or request 📌 This can't go stale
Milestone

Comments

@wren
Copy link
Member

wren commented Jan 14, 2023

Use Case/Motivation

We currently have the -not search filter, which originally only worked when searching for tags, and works with -starred and -tagged as of #1663.

We should make -not work with all of the other filters. I think that #1663 lays down the groundwork to do this work relatively easily.

Example Usage

  • jrnl -not -on yesterday
  • jrnl -not -year 2023
  • jrnl -not -contains foo
  • jrnl -not -3
  • jrnl -starred -and -not #tag
  • etc

Other Information

No response

@wren wren added enhancement New feature or request 🆕 New! labels Jan 14, 2023
@micahellison micahellison added 📌 This can't go stale and removed 🆕 New! labels Jan 28, 2023
@micahellison micahellison added this to the Backlog milestone Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 📌 This can't go stale
Projects
None yet
Development

No branches or pull requests

2 participants