.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/basic.zo
examples/zorg_file/multiblocks.zo
examples/zorg_file/priority.zo
examples/zorg_file/property.zo
examples/zorg_file/subsections.zo
examples/zorg_file/tags.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/__main__.py
src/zorg/common.py
src/zorg/config.py
src/zorg/file_groups.py
src/zorg/models.py
src/zorg/py.typed
src/zorg/types.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/runners/__init__.py
src/zorg/runners/_common.py
src/zorg/runners/_registry.py
src/zorg/runners/_run_action.py
src/zorg/runners/_run_compile.py
src/zorg/runners/_run_db.py
src/zorg/runners/_run_edit.py
src/zorg/runners/_run_template.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_edit.py
tests/test_run_template.py
tests/__snapshots__/test_run_compile.ambr
tests/__snapshots__/test_run_edit.ambr
tests/__snapshots__/test_run_template.ambr
tests/data/day_log_tmpl.zo
tests/data/done_log_tmpl.zo
tests/data/habit_log_tmpl.zo
tests/data/hello_tmpl.zo
tests/data/links.zo