.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test.yml
src/key2pane/__init__.py
src/key2pane/__main__.py
src/key2pane/cli.py
src/key2pane/settings.py
src/key2pane/tmux.py
src/key2pane.egg-info/PKG-INFO
src/key2pane.egg-info/SOURCES.txt
src/key2pane.egg-info/dependency_links.txt
src/key2pane.egg-info/entry_points.txt
src/key2pane.egg-info/requires.txt
src/key2pane.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/paths.py
tests/test_cli.py
tests/test_config.json
tests/test_config_reset.json
tests/test_integration.py
tests/test_main.py
tests/test_settings.py
tests/test_tmux.py