LICENSE
README.md
pyproject.toml
src/passsh/__init__.py
src/passsh/agent.py
src/passsh/cli.py
src/passsh/clipboard.py
src/passsh/crypto.py
src/passsh/entry_ops.py
src/passsh/generator.py
src/passsh/ratelimit.py
src/passsh/session.py
src/passsh/storage.py
src/passsh/tui.py
src/passsh/tui.tcss
src/passsh.egg-info/PKG-INFO
src/passsh.egg-info/SOURCES.txt
src/passsh.egg-info/dependency_links.txt
src/passsh.egg-info/entry_points.txt
src/passsh.egg-info/requires.txt
src/passsh.egg-info/top_level.txt
tests/test_agent.py
tests/test_cli.py
tests/test_clipboard.py
tests/test_crypto.py
tests/test_generator.py
tests/test_ratelimit.py
tests/test_storage.py
tests/test_tui.py