.bumpversion.cfg
.codecov.yaml
.cruft.json
.dockerignore
.gitignore
.hadolint.yml
.pylintrc
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Makefile
README.md
docker-compose.yml
dpkg-dependencies.txt
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
setup.cfg
setup.py
targets.mk
tox.ini
.github/CODEOWNERS
.github/labels.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/ci.md
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/misc.md
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/refactor.md
.github/ISSUE_TEMPLATE/security.md
.github/ISSUE_TEMPLATE/tests.md
.github/workflows/ci.yml
.github/workflows/labeler.yml
bin/build_zorg_grammars
bin/check_cc
bin/check_import_rules
bin/publish_docs
bin/quick-lints
bin/render_all_cogs
docs/Makefile
docs/make.bat
docs/design/design.md
docs/design/design.template.md
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/readme.rst
docs/source/zorg.rst
docs/source/_static/README.md
docs/source/_templates/README.md
docs/source/_templates/footer.html
examples/zorg_file/20240323.zo
examples/zorg_file/basic.zo
examples/zorg_file/multiblocks.zo
examples/zorg_file/priority.zo
examples/zorg_file/property.zo
examples/zorg_file/scrambled_prj_notes.zo
examples/zorg_file/subnotes.zo
examples/zorg_file/subsections.zo
examples/zorg_file/tags_and_ids.zo
examples/zorg_query/all_contexts.zquery
examples/zorg_query/count_notes.zquery
examples/zorg_query/desc_filter.zquery
examples/zorg_query/file_filter.zquery
examples/zorg_query/keyword_prop_filters.zquery
examples/zorg_query/open_projects.zquery
lib/bugyi.sh
scripts/README.md
src/zettel_org.egg-info/PKG-INFO
src/zettel_org.egg-info/SOURCES.txt
src/zettel_org.egg-info/dependency_links.txt
src/zettel_org.egg-info/entry_points.txt
src/zettel_org.egg-info/not-zip-safe
src/zettel_org.egg-info/requires.txt
src/zettel_org.egg-info/top_level.txt
src/zorg/__init__.py
src/zorg/py.typed
src/zorg/app/__init__.py
src/zorg/app/__main__.py
src/zorg/app/config.py
src/zorg/app/runners/__init__.py
src/zorg/app/runners/_run_action.py
src/zorg/app/runners/_run_compile.py
src/zorg/app/runners/_run_db.py
src/zorg/app/runners/_run_edit.py
src/zorg/app/runners/_run_file.py
src/zorg/app/runners/_run_note.py
src/zorg/app/runners/_run_query.py
src/zorg/app/runners/_run_template.py
src/zorg/app/runners/_runners.py
src/zorg/domain/__init__.py
src/zorg/domain/types.py
src/zorg/domain/messages/__init__.py
src/zorg/domain/messages/commands.py
src/zorg/domain/messages/events.py
src/zorg/domain/models/__init__.py
src/zorg/domain/models/_page.py
src/zorg/domain/models/_query.py
src/zorg/grammar/CommonLexerRules.g4
src/zorg/grammar/ZorgFile.g4
src/zorg/grammar/ZorgQuery.g4
src/zorg/grammar/__init__.py
src/zorg/grammar/zorg_file/ZorgFile.interp
src/zorg/grammar/zorg_file/ZorgFile.tokens
src/zorg/grammar/zorg_file/ZorgFileLexer.interp
src/zorg/grammar/zorg_file/ZorgFileLexer.py
src/zorg/grammar/zorg_file/ZorgFileLexer.tokens
src/zorg/grammar/zorg_file/ZorgFileListener.py
src/zorg/grammar/zorg_file/ZorgFileParser.py
src/zorg/grammar/zorg_file/__init__.py
src/zorg/grammar/zorg_query/ZorgQuery.interp
src/zorg/grammar/zorg_query/ZorgQuery.tokens
src/zorg/grammar/zorg_query/ZorgQueryLexer.interp
src/zorg/grammar/zorg_query/ZorgQueryLexer.py
src/zorg/grammar/zorg_query/ZorgQueryLexer.tokens
src/zorg/grammar/zorg_query/ZorgQueryListener.py
src/zorg/grammar/zorg_query/ZorgQueryParser.py
src/zorg/grammar/zorg_query/__init__.py
src/zorg/service/__init__.py
src/zorg/service/file_groups.py
src/zorg/service/handlers.py
src/zorg/service/messagebus.py
src/zorg/service/note_utils.py
src/zorg/service/templates.py
src/zorg/service/compiler/__init__.py
src/zorg/service/compiler/_api.py
src/zorg/service/compiler/_file_compiler.py
src/zorg/service/compiler/_query_compiler.py
src/zorg/service/swog/__init__.py
src/zorg/service/swog/_executor.py
src/zorg/service/swog/_refresh_zoq_file.py
src/zorg/service/swog/_saved_queries.py
src/zorg/shared/__init__.py
src/zorg/shared/common.py
src/zorg/shared/dates.py
src/zorg/storage/__init__.py
src/zorg/storage/file/__init__.py
src/zorg/storage/file/_manager.py
src/zorg/storage/sql/__init__.py
src/zorg/storage/sql/_engine.py
src/zorg/storage/sql/_models.py
src/zorg/storage/sql/_page_converters.py
src/zorg/storage/sql/_query_converter.py
src/zorg/storage/sql/_repo.py
src/zorg/storage/sql/_session.py
src/zorg/storage/sql/_zid_manager.py
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_config.py
tests/test_file_groups.py
tests/test_note_utils.py
tests/test_run_action_open.py
tests/test_run_compile.py
tests/test_run_db.py
tests/test_run_edit.py
tests/test_run_note.py
tests/test_run_query.py
tests/test_run_template.py
tests/test_swog.py
tests/__snapshots__/test_run_action_open.ambr
tests/__snapshots__/test_run_compile.ambr
tests/__snapshots__/test_run_db.ambr
tests/__snapshots__/test_run_edit.ambr
tests/__snapshots__/test_run_note.ambr
tests/__snapshots__/test_run_query.ambr
tests/__snapshots__/test_run_template.ambr
tests/data/day_log.zot
tests/data/done_log.zot
tests/data/habit_log.zot
tests/data/hello.zot
tests/data/links.zo
tests/data/order_by_file.zoq