Skip to content

v0.13.0

Latest

Choose a tag to compare

@atomicstack atomicstack released this 09 Jul 23:59

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. tab copies the selection to both the system clipboard and the tmux buffer; shift-tab multi-selects; enter inserts into the origin pane; ctrl-y copies.
  • binding. prefix + Tab opens 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 + Tab binding.

Full Changelog: v0.12.3...v0.13.0