Skip to content

v0.8.1

Compare
Choose a tag to compare
@Beastwick18 Beastwick18 released this 02 May 19:34
· 166 commits to main since this release

Adds:

  • Suspend to background with Ctrl+z on Unix-like systems
  • Show total size of batch
  • Always show key presses for all keys in bottom right
  • Increases the size of the batch panel while focused
  • Adds support for bracketed pasting
    • Pasting no longer inserts character by character, but as one single event
    • Not supported by all terminals
  • Add config options for clipboard, including:
    • x11_selection: which x11 clipboard selection to copy to
      • Can be either Primary or Clipboard
    • cmd: command to run for copying
      • {content} is used for substitution of copied content to the command
      • Useful for tmux or other non-X clipboard solutions
      • In WSL, this allows for copying without error to windows by using the config:
        cmd = "echo {content} | clip.exe"
    • shell_cmd: Shell to run cmd under (like bash -c or powershell.exe -Command)
    • For more information, check the wiki
  • Add support for socks5 proxies
  • Show additional columns and corresponding headers in batch panel

Fixes:

  • Fix issue #15 by forcing ratatui to version 0.26.1
  • Allow explicit http in url-like config options
  • Hide help message on right of search bar if terminal too small
  • Center "Loading" messages relative to results panel instead of entire area