Tags

Tags give the ability to mark specific points in history as being important
  • browse-final

    The last commit with `ttree browse`, the session tree with its live embedded preview.
    
    Removed in 0.3.0, where ttree is the tiling manager only. Everything the
    browser did with sessions (attach, switch-client, new, rename, kill, the
    filter) lives in the tiling sidebar's sessions view; previewing a session
    you have not imported is the one thing that went with it, and comes back
    there separately.
  • v0.2.0

    Release: ttree v0.2.0
    ttree v0.2.0
    
    Preview mouse input is handed to tmux instead of interpreted by ttree, so
    clicking a pane, dragging to select and scrolling the scrollback follow your
    own tmux config. Copies made in the preview are relayed onward as OSC 52.
    
    ttree keeps tmux listening for the mouse in the session it mirrors and puts
    your setting back when it stops, and no longer mirrors the session it is
    running in. The tree/preview divider adopts your tmux status-bar colour.
  • v0.1.1

    5141a88a · Bump version to 0.1.1 ·
    Release: ttree v0.1.1
    ttree v0.1.1
    
    - Eliminate the vendored termios shim (portable-pty 0.9 / serial2); android builds with no patch
    - Fix focus/mouse codes leaking into the preview prompt
    - MIT license; CI fmt/clippy/test gates, package-registry releases
    - rustfmt the codebase
  • v0.1.0

    Release: ttree v0.1.0
    ttree v0.1.0
    
    First tagged release.
    - tmux session tree with live embedded pane previews
    - Android/Termux (aarch64 Bionic) cross-build, plus CI-published linux + android binaries (generic package registry)
    - MIT licensed