.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/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
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_template.py
src/zorg/app/runners/_runners.py
src/zorg/domain/__init__.py
src/zorg/domain/models.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/grammar/__init__.py
src/zorg/grammar/zorg_file/ZorgFile.g4
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/service/__init__.py
src/zorg/service/common.py
src/zorg/service/compiler.py
src/zorg/service/file_groups.py
src/zorg/service/handlers.py
src/zorg/service/messagebus.py
src/zorg/service/templates.py
src/zorg/service/zid_manager.py
src/zorg/storage/__init__.py
src/zorg/storage/file/__init__.py
src/zorg/storage/file/repo.py
src/zorg/storage/file/session.py
src/zorg/storage/sql/__init__.py
src/zorg/storage/sql/converters.py
src/zorg/storage/sql/engine.py
src/zorg/storage/sql/models.py
src/zorg/storage/sql/repo.py
src/zorg/storage/sql/session.py
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_config.py
tests/test_file_groups.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_template.py
tests/__snapshots__/test_run_compile.ambr
tests/__snapshots__/test_run_db.ambr
tests/__snapshots__/test_run_edit.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