v0.13.0
adds extract — an extrakto-style token grabber for pulling text out of pane output without the mouse. new prefix + Tab binding.
extract (new)
- extraction engine. pull words, paths, urls, hosts, quoted strings, whole lines, or the full capture, with de-duplication and reverse (most-recent-first) ordering.
- grab-area selector (
ctrl-g). choose what to capture: the current viewport, the full pane history, or the whole window. the combined bottom bar shows the active mode alongside the selector state. - mode cycle (
ctrl-f). cycle extraction modes in place; the selection bar is styled extrakto-style with a heavy indicator bar flush to the token list. - copy + insert.
tabcopies the selection to both the system clipboard and the tmux buffer;shift-tabmulti-selects;enterinserts into the origin pane;ctrl-ycopies. - binding.
prefix + Tabopens extract directly. fuzzy input is pinned to the bottom with a separator above the token list.
fixes
- autosave status icon. the status icon now flashes for the full duration after a slow save instead of clearing early.
docs
- readme documents the extract feature, the grab-area selector, the mode cycle, and the
prefix + Tabbinding.
Full Changelog: v0.12.3...v0.13.0