urlwatch
urlwatch copied to clipboard
Feature request: support optional key `disabled`
-
disabled: disable watch (default: False)
When set to True, do not watch the specified entry.
does using YAML comment not do what you need?
example:
# this entry is enabled
url: https://example1.com
---
# this entry is disabled
# url: https://example2.com
# ---
# this entry is enabled
url: https://example3.com
sorry for not clarifying the issue, currently I use comments to disable watching them.
When you have a long urlwatch entry, by using comments, you have to
- Comment multiple lines with selection instead of change one value
- Once commented, they don't provide breadcrumb menus to navigate when using VS Code or Emacs.
- Results in chaos in git commit history when enable/disable