Skip to content

tfm v0.1.0-alpha.10

Choose a tag to compare

@clarkarch clarkarch released this 26 Aug 12:22

settings

Alpha test build.

New in this build

  • transparent bg setting: kitty's background_opacity bleeds through whenever your kitty theme matches the tfm theme — kitty composites ANY cell whose bg byte-equals the terminal default, explicit SGR included. off (default) forces an opaque UI via a +1 blue-channel nudge (1a1b26 -> 1a1b27, imperceptible); on keeps the faithful theme hex and blends with your wallpaper
  • ui style setting: solid (classic filled panels) or outline — rounded-corner outlines on every chrome panel, no fills at rest (hover/selected/cut keep theirs). Flip it live in esc -> Settings, or ui-style = "outline" in config.toml
  • New src/style.ts seam: every panel/tile/row/button surface decision funnels through one styling module, so both modes stay consistent going forward

Install (curl -fsSL https://raw.githubusercontent.com/clarkarch/tfm-tui/master/install.sh | bash) — or grab the .gz and gunzip into ~/.local/bin.

Vibecoded alpha — expect rough edges. Don't test on files you can't afford to lose.