Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agavra/tuicr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: agavra/tuicr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    bd00118 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. fix: skip large untracked files to prevent startup hang (#177)

    Untracked files larger than 10 MB (e.g. log dumps, debug traces) are
    now shown in the file list with a "(file too large to display)" notice
    instead of having their content parsed and syntax-highlighted. This
    prevents tuicr from hanging on repos with large stray files.
    thiblahute authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    c83dcf1 View commit details
    Browse the repository at this point in the history
  2. fix: prefer OSC 52 clipboard in Zellij sessions (#176)

    Like tmux and SSH, [Zellij](https://github.com/zellij-org/zellij)
    intercepts clipboard access so arboard may copy to an inaccessible
    clipboard. Check the ZELLIJ env var to prefer OSC 52 in these sessions.
    thiblahute authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    fcf9282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca520d View commit details
    Browse the repository at this point in the history
Loading