LICENSE
MANIFEST.in
README.md
pyproject.toml
scripts/check_frontend_dist.py
sshler/__init__.py
sshler/auth.py
sshler/cli.py
sshler/config.py
sshler/config_cache.py
sshler/rate_limit.py
sshler/session.py
sshler/settings.py
sshler/snapshot.py
sshler/spa.py
sshler/ssh.py
sshler/ssh_config.py
sshler/ssh_pool.py
sshler/state.py
sshler/tmux.py
sshler/validation.py
sshler/webapp.py
sshler.egg-info/PKG-INFO
sshler.egg-info/SOURCES.txt
sshler.egg-info/dependency_links.txt
sshler.egg-info/entry_points.txt
sshler.egg-info/requires.txt
sshler.egg-info/top_level.txt
sshler/api/__init__.py
sshler/api/archive.py
sshler/api/auth.py
sshler/api/batch.py
sshler/api/boxes.py
sshler/api/config.py
sshler/api/dependencies.py
sshler/api/files.py
sshler/api/grep.py
sshler/api/helpers.py
sshler/api/models.py
sshler/api/rate_limiting.py
sshler/api/recovery.py
sshler/api/search.py
sshler/api/sessions.py
sshler/api/snippets.py
sshler/api/stats_stream.py
sshler/api/terminal.py
sshler/api/tunnels.py
sshler/scripts/install-sshler-task.ps1
sshler/scripts/remove-sshler-task.ps1
sshler/scripts/run-sshler.ps1
sshler/static/base.js
sshler/static/command-palette.js
sshler/static/favicon-terminal-local.svg
sshler/static/favicon-terminal.svg
sshler/static/favicon.png
sshler/static/favicon.svg
sshler/static/file-browser.js
sshler/static/file-edit.js
sshler/static/file-view.js
sshler/static/logo.png
sshler/static/manifest.json
sshler/static/multi-session.js
sshler/static/style.css
sshler/static/sw.js
sshler/static/term.js
sshler/static/dist/favicon.png
sshler/static/dist/icon-192.png
sshler/static/dist/icon-512-maskable.png
sshler/static/dist/icon-512.png
sshler/static/dist/index.html
sshler/static/dist/logo.png
sshler/static/dist/manifest.webmanifest
sshler/static/dist/assets/Alert-Clkomi9I.js
sshler/static/dist/assets/BoxesView-C2UqYuRU.js
sshler/static/dist/assets/BoxesView-Cw5NiFP6.css
sshler/static/dist/assets/DirectoryPickerModal-C-01Y-rW.css
sshler/static/dist/assets/DirectoryPickerModal-CQDWNLfO.js
sshler/static/dist/assets/FilesView-BuKE7DSf.css
sshler/static/dist/assets/FilesView-D80B2t-x.js
sshler/static/dist/assets/GitBadge-29iP4wYI.js
sshler/static/dist/assets/GitBadge-sLcMA5A6.css
sshler/static/dist/assets/Grid-DRXGv_iA.js
sshler/static/dist/assets/InputNumber-CoKv4OAb.js
sshler/static/dist/assets/LoginView-BLrnakeI.css
sshler/static/dist/assets/LoginView-x48I6ozk.js
sshler/static/dist/assets/MultiTerminalView-BGlU2xjd.css
sshler/static/dist/assets/MultiTerminalView-D6ajlt-4.js
sshler/static/dist/assets/NotFoundView-DYaoqkDb.css
sshler/static/dist/assets/NotFoundView-GMdQE-H3.js
sshler/static/dist/assets/OverviewView-BRztepWu.css
sshler/static/dist/assets/OverviewView-CMFtPUG1.js
sshler/static/dist/assets/PhCircle.vue-DMiEoOQn.js
sshler/static/dist/assets/PhHouse.vue-Uw0WV1qL.js
sshler/static/dist/assets/PhPlus.vue-5wqGm2xq.js
sshler/static/dist/assets/PhPushPinSimple.vue-D5kiIgmw.js
sshler/static/dist/assets/SettingsView-Cwd_bwXm.js
sshler/static/dist/assets/SettingsView-xrtebMdI.css
sshler/static/dist/assets/Spin-DHPiejOQ.js
sshler/static/dist/assets/Switch-DC0MP_Ob.js
sshler/static/dist/assets/TerminalView-BzBy1e1z.css
sshler/static/dist/assets/TerminalView-s09aeOun.js
sshler/static/dist/assets/favorites-vQKouAbC.js
sshler/static/dist/assets/index-BqcagCGf.js
sshler/static/dist/assets/index-DBjr0Ght.css
sshler/static/dist/fonts/MonaspaceNeon-Bold.woff2
sshler/static/dist/fonts/MonaspaceNeon-Regular.woff2
sshler/static/dist/fonts/MonaspaceNeon-Variable.woff2
sshler/static/vendor/xterm/xterm-addon-fit.js
sshler/static/vendor/xterm/xterm-addon-search.js
sshler/static/vendor/xterm/xterm.css
sshler/static/vendor/xterm/xterm.js
tests/test_api_v1.py
tests/test_archive.py
tests/test_basic.py
tests/test_batch_ops.py
tests/test_command_injection.py
tests/test_config.py
tests/test_database_indexes.py
tests/test_dev_workflow.py
tests/test_grep.py
tests/test_handshake_status.py
tests/test_httpx_ws.py
tests/test_path_validation.py
tests/test_rate_limit.py
tests/test_search.py
tests/test_session_auth.py
tests/test_snippets.py
tests/test_ssh.py
tests/test_stats_stream.py
tests/test_tunnels.py
tests/test_websocket.py