README.md
pyproject.toml
src/aweshelf/__init__.py
src/aweshelf/cli.py
src/aweshelf/types.py
src/aweshelf.egg-info/PKG-INFO
src/aweshelf.egg-info/SOURCES.txt
src/aweshelf.egg-info/dependency_links.txt
src/aweshelf.egg-info/entry_points.txt
src/aweshelf.egg-info/requires.txt
src/aweshelf.egg-info/top_level.txt
src/aweshelf/commands/__init__.py
src/aweshelf/commands/bookmark.py
src/aweshelf/commands/browse.py
src/aweshelf/commands/list.py
src/aweshelf/commands/resume.py
src/aweshelf/commands/show.py
src/aweshelf/lib/__init__.py
src/aweshelf/lib/aweswitch.py
src/aweshelf/lib/discovery.py
src/aweshelf/lib/resume.py
src/aweshelf/lib/resume_target.py
src/aweshelf/lib/session.py
src/aweshelf/lib/store.py
src/aweshelf/tui/__init__.py
src/aweshelf/tui/app.py
tests/test_aweswitch.py
tests/test_browse.py
tests/test_cli.py
tests/test_discovery.py
tests/test_resume.py
tests/test_session.py
tests/test_store.py