LICENSE
README.md
pyproject.toml
notes/__init__.py
notes/cli.py
notes/config.py
notes/constants.py
notes/helpers.py
notes/commands/__init__.py
notes/commands/add.py
notes/commands/init.py
notes/commands/list.py
notes/commands/notebooks.py
notes/commands/open.py
notes/commands/remove.py
notes/commands/sync.py
notes_md.egg-info/PKG-INFO
notes_md.egg-info/SOURCES.txt
notes_md.egg-info/dependency_links.txt
notes_md.egg-info/entry_points.txt
notes_md.egg-info/requires.txt
notes_md.egg-info/top_level.txt
tests/test_add.py
tests/test_cli.py
tests/test_config.py
tests/test_helpers.py