• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jzombie / term-wm
80%

Build:
DEFAULT BRANCH: main
Repo Added 06 Jan 2026 08:03PM UTC
Files 121
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 0.2.0-alpha
  • 0.7.0-alpha
  • 48-standardize-and-improve-core-window-management-architecture
  • 55-implement-floating-window-drop-shadow
  • 58-implement-count-down-timer-if-mouse-leaves-area-while-snapping-tiles
  • 59-add-visual-indication-when-window-header-buttons-are-hovered
  • add-bottom-panel
  • add-clipboard-support
  • add-clipboard-support--add-missing-descriptions
  • add-clipboard-support--copy-manager
  • add-clipboard-support--copy-manager--argtuner
  • add-clipboard-support--copy-manager--restructure-key-bindings
  • add-clipboard-supprt--bump-deps
  • add-unified-crossterm-adapter
  • add-window-entry-accessor-methods
  • bump-deps
  • bump-docs
  • bump-docs--2
  • bump-release-target
  • centralize-core-state-machine
  • client-server-perf
  • debug-power-profiling
  • dependabot/cargo/base64-0.23.0
  • dependabot/cargo/cargo-1c5bcd0b70
  • dependabot/cargo/cargo-f6ecf5c85a
  • dependabot/cargo/clap-4.5.56
  • dependabot/cargo/clap-4.5.57
  • dependabot/cargo/clap-4.5.58
  • dependabot/cargo/clap-4.6.1
  • dependabot/cargo/clap-4.6.2
  • dependabot/cargo/clap-4.6.4
  • dependabot/cargo/crossbeam-channel-0.5.16
  • dependabot/cargo/libc-0.2.180
  • dependabot/cargo/libc-0.2.189
  • dependabot/cargo/linkify-0.11.0
  • dependabot/cargo/pulldown-cmark-0.13.4
  • dependabot/cargo/resvg-0.46.0
  • dependabot/cargo/resvg-0.47.0
  • dependabot/cargo/tempfile-3.27.0
  • dependabot/cargo/thiserror-2.0.18
  • dependabot/cargo/thiserror-2.0.19
  • dependabot/cargo/tokio-1.53.0
  • dependabot/cargo/tokio-1.53.1
  • dependabot/cargo/webbrowser-1.1.0
  • dependabot/cargo/webbrowser-1.2.1
  • enable-ci-coveralls
  • event-loop-improvements
  • extract-pty-utils-from-terminal-component
  • feat/add-last-key-debugger-to-system-panel
  • feat/auto-detect-direct-mode
  • feat/bracketed-paste
  • feat/channel-based-term-sessions
  • feat/cmd-palette-click-win-activate
  • feat/direct-and-monocle-mode-transition-notifications
  • feat/idiomatic-rust-keywords
  • feat/improve-win-ctrl-header-btn-contrast
  • feat/improve-window-mgmt-and-event-localization
  • feat/initial-changelog
  • feat/mobile-targeting
  • feat/mobile-targeting--draft--bracketed-paste--debug
  • feat/mouse-event-coalesce
  • feat/n-remote-clients
  • feat/reoganize-command-palette
  • feat/send-super-to-nested-views
  • feat/simplify-term-resize-indicator
  • feature/extract-pty-engine
  • feature/extract-pty-engine--daemon
  • feature/mouse-passhtru-in-direct-mode
  • feature/transluency--refactor-menus-and-panels
  • fix-double-fire-of-pty-status
  • fix-example-app-requiring-input-event-to-render
  • fix-help-modified-date
  • fix-linux-process-titles
  • fix-mouse-passthru
  • fix-window-drag-in-direct-mode
  • fix/arrow-key-git-log-man-routing
  • fix/arrow-keys-not-moving-help-text
  • fix/bottom-panel-hints-visibility
  • fix/bouncy-scrollbar-and-prompt-duplication-on-drag
  • fix/disappearing-windows
  • fix/drag-handle-resize-drag
  • fix/event-normalization-and-fallbacks
  • fix/flaky-windows-testing
  • fix/monocle-borders
  • fix/overlay-tiling-drag-handle-trigger
  • fix/scrollbar-bounce-fix--attempt-2
  • fix/scrollbar-calcs
  • fix/tile-max-restore
  • fix/tile-minimize-float-restore
  • fix/window-titles-not-showing-ellipsis
  • fix/windows-system-panel-icon
  • general-perf-improvements
  • improve-help-content
  • improve-lifecycle-management
  • improve-ui
  • improve-windows-support
  • initial-docs
  • initial-term-session-client
  • jzombie-patch-1
  • keybindings
  • move-new-below-resume
  • refactor-config-builder
  • self-identify-in-bottom-panel
  • separate-actions-from-keybindings
  • splash
  • static-alloc-components
  • strip-ansi-and-fix-clipboard-in-debug-app
  • threaded-pty-parsing-and-adaptive-power-profiling
  • unify-window-control-btn-offsets
  • update-fab-text
  • v0.8.1-alpha
  • v0.8.10-alpha
  • v0.8.11-alpha
  • v0.8.12-alpha
  • v0.8.14-alpha
  • v0.8.15-alpha
  • v0.8.16-alpha
  • v0.8.17-alpha
  • v0.8.4-alpha
  • v0.8.5-alpha
  • v0.8.8-alpha
  • v0.8.9-alpha
  • v0.9.0-alpha

01 Aug 2026 04:48AM UTC coverage: 79.961% (+5.1%) from 74.902%
30684637348

push

github

web-flow
feat: Improve mobile support / window management, add Command Palette, and improve session persistence tooling (#118)

* feat: mobile targeting, command palette, and static component architecture (#109)

* Prototype improved mobile support

* Remove non-conformant modal container component

* Fix failing test

* cargo fmt --all

* Detect monocle mode at startup; fix issue where tiling drag handles were
present in monocle mode

* Only show FAB in monocle mode

* Implement cursor selection clearing when entering direct mode

* Add cargo deny exceptions for RUSTSEC-2026-0192 and RUSTSEC-2026-0206

* build(deps): bump clap from 4.6.1 to 4.6.2 (#108)

Bumps [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.1...clap_complete-v4.6.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump tokio from 1.52.3 to 1.53.0 (#107)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.3 to 1.53.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.3...tokio-1.53.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Improve command palette usability

* Remove j/k events; continue command palette prototype

* Prototype layer manager for semantic components

* Fix issue ... (continued)

15595 of 19603 new or added lines in 91 files covered. (79.55%)

175 existing lines in 27 files now uncovered.

33717 of 42167 relevant lines covered (79.96%)

162.22 hits per line

Relevant lines Covered
Build:
Build:
42167 RELEVANT LINES 33717 COVERED LINES
162.22 HITS PER LINE
Source Files on main
  • Tree
  • List 121
  • Changed 71
  • Source Changed 68
  • Coverage Changed 68
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30684637348 main feat: Improve mobile support / window management, add Command Palette, and improve session persistence tooling (#118) * feat: mobile targeting, command palette, and static component architecture (#109) * Prototype improved mobile support * Remo... push 01 Aug 2026 04:55AM UTC web-flow github
79.96
29138246044 main feat: Session server/client infrastructure, PTY deadlock fix, and E2E tests (#104) * feat: Session server/client infrastructure, PTY deadlock fix, and E2E tests Full message: New crates: - term-session-client: standalone TUI viewer connecting t... push 11 Jul 2026 03:39AM UTC web-flow github
74.9
29128907872 main feat: Windows platform hardening, cross-platform test coverage, and regression safeguards (#102) * feat: Windows platform hardening, cross-platform test coverage, and regression safeguards (0.8.19-alpha) Addresses multiple Windows-specific relia... push 10 Jul 2026 10:56PM UTC web-flow github
74.02
29115650156 main Fix linux process titles (#99) push 10 Jul 2026 06:48PM UTC web-flow github
73.75
29113142828 main feat: Notification system, tiling behavioral fixes, and declarative UI (#98) * feat: Notification system, tiling behavioral fixes, and declarative UI components Tiling Manager Behavioral Fixes ------------------------------- - Extract `bifurcate... push 10 Jul 2026 06:07PM UTC web-flow github
73.65
29054229486 main feat: Add cursor hover overlay using background color inversion (#92) push 09 Jul 2026 10:29PM UTC web-flow github
75.07
29051024718 main core: Fix power profile calculation loop and resolve idle CPU burn (#91) * core: fix power profile calculation loop and resolve idle CPU burn Remediates three architectural defects pinning the event loop to continuous 16ms polling windows regard... push 09 Jul 2026 09:24PM UTC web-flow github
74.6
29045311538 main Add new screenshot (#90) push 09 Jul 2026 07:46PM UTC web-flow github
74.53
29040647645 main feat(core): Exhaustive semantic mouse dispatch in Component trait (#89) * feat(core): Exhaustive semantic mouse dispatch in Component trait Replace the monolithic on_mouse(&LocalMouseEvent) with 5 typed trait methods — on_mouse_press/release/dra... push 09 Jul 2026 06:30PM UTC web-flow github
74.51
29007432198 main feat: BSP tiling layout with void nodes, corner/edge snap, and drag pipeline tests (#88) * feat: BSP tiling layout with void nodes, corner/edge snap, and drag pipeline tests - Add Void node type to BSP tree as placeholder for future window ins... push 09 Jul 2026 09:23AM UTC web-flow github
74.28
See All Builds (470)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc