.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
LICENSE_OVERRIDE_FILE.yml
README.md
THIRDPARTYLICENSES
pyproject.toml
setup.py
uv.lock
.github/workflows/pytest.yml
.github/workflows/release.yml
demo/delete.gif
demo/edit.gif
demo/list.gif
demo/logo.jpg
demo/meeting.org
demo/neovim-plugin.gif
demo/new.gif
extras/calsync
src/khalorg/__init__.py
src/khalorg/__main__.py
src/khalorg/cli.py
src/khalorg/commands.py
src/khalorg/helpers.py
src/khalorg/logger.py
src/khalorg/paths.py
src/khalorg/rrule.py
src/khalorg.egg-info/PKG-INFO
src/khalorg.egg-info/SOURCES.txt
src/khalorg.egg-info/dependency_links.txt
src/khalorg.egg-info/entry_points.txt
src/khalorg.egg-info/requires.txt
src/khalorg.egg-info/top_level.txt
src/khalorg/khal/args.py
src/khalorg/khal/calendar.py
src/khalorg/khal/checker.py
src/khalorg/khal/helpers.py
src/khalorg/org/agenda_items.py
src/khalorg/org/helpers.py
src/khalorg/static/__init__.py
src/khalorg/static/description_delete_command.txt
src/khalorg/static/description_edit_command.txt
src/khalorg/static/description_list_command.txt
src/khalorg/static/description_new_command.txt
src/khalorg/static/khal_format.txt
src/khalorg/static/khalorg_format.txt
tests/__init__.py
tests/agenda_items.py
tests/helpers.py
tests/khalorg_tester
tests/test_cli.py
tests/test_commands.py
tests/test_helpers.py
tests/test_rrule.py
tests/static/__init__.py
tests/static/config_template.txt
tests/static/khalorg_format_full.txt
tests/static/test_config_combined.ini
tests/static/test_config_default.ini
tests/static/test_config_khal
tests/static/test_config_user.ini
tests/static/agenda_items/all_day.org
tests/static/agenda_items/all_day_until_with_time.org
tests/static/agenda_items/body_first.org
tests/static/agenda_items/demo.org
tests/static/agenda_items/duplicate.org
tests/static/agenda_items/minimal.org
tests/static/agenda_items/multiple_timestamps.org
tests/static/agenda_items/multiple_timestamps_unsorted.org
tests/static/agenda_items/no_heading.org
tests/static/agenda_items/no_time_stamp.org
tests/static/agenda_items/not_first_child.org
tests/static/agenda_items/not_first_heading.org
tests/static/agenda_items/not_first_level.org
tests/static/agenda_items/past.org
tests/static/agenda_items/recurring.org
tests/static/agenda_items/recurring_allday.org
tests/static/agenda_items/recurring_and_non_recurring.org
tests/static/agenda_items/recurring_first_item_moved.org
tests/static/agenda_items/recurring_first_item_moved_expected.org
tests/static/agenda_items/recurring_monthly.org
tests/static/agenda_items/recurring_not_supported.org
tests/static/agenda_items/rrule_recurring.org
tests/static/agenda_items/rrule_recurring_1th.org
tests/static/agenda_items/rrule_recurring_allday.org
tests/static/agenda_items/rrule_recurring_and_non_recurring.org
tests/static/agenda_items/rrule_recurring_duplicates.org
tests/static/agenda_items/rrule_recurring_monthly.org
tests/static/agenda_items/rrule_recurring_not_supported.org
tests/static/agenda_items/scheduled_and_deadline.org
tests/static/agenda_items/short_timestamp.org
tests/static/agenda_items/timestamp_scheduled_deadline.org
tests/static/agenda_items/two_items.org
tests/static/agenda_items/two_timestamps.org
tests/static/agenda_items/valid.org
tests/static/agenda_items/valid_no_until.org
tests/test_khal/helpers.py
tests/test_khal/test_args.py
tests/test_khal/test_calendar.py
tests/test_khal/test_checker.py
tests/test_org/test_agenda_items.py
tests/test_org/test_helpers.py