.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
sunwaee/__init__.py
sunwaee/_version.py
sunwaee/cli.py
sunwaee/config.py
sunwaee.egg-info/PKG-INFO
sunwaee.egg-info/SOURCES.txt
sunwaee.egg-info/dependency_links.txt
sunwaee.egg-info/entry_points.txt
sunwaee.egg-info/requires.txt
sunwaee.egg-info/top_level.txt
sunwaee/core/__init__.py
sunwaee/core/editor.py
sunwaee/core/fs.py
sunwaee/core/logger.py
sunwaee/core/output.py
sunwaee/modules/__init__.py
sunwaee/modules/notes/__init__.py
sunwaee/modules/notes/commands.py
sunwaee/modules/notes/model.py
sunwaee/modules/tasks/__init__.py
sunwaee/modules/tasks/commands.py
sunwaee/modules/tasks/model.py
sunwaee/modules/workspaces/__init__.py
sunwaee/modules/workspaces/commands.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_core_fs.py
tests/test_core_logger.py
tests/test_core_output.py
tests/test_init.py
tests/test_notes.py
tests/test_tasks.py
tests/test_workspaces.py