Projects STRLCPY fzf Commits a0ef8987
🤬
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 12 lines
    13 13   # Or you can just hide it like so
    14 14   fzf --preview 'cat {}' --preview-window '<50(hidden)'
    15 15   ```
    16  -- Use SGR mouse mode to support larger terminals
    17  -- You can now use characters that does not satisfy `unicode.IsGraphic` constraint
     16 +- fzf now uses SGR mouse mode to properly support mouse on larger terminals
     17 +- You can now use characters that do not satisfy `unicode.IsGraphic` constraint
    18 18   for `--marker`, `--pointer`, and `--ellipsis`. Allows Nerd Fonts and stuff.
    19 19   Use at your own risk.
    20 20  - Bug fixes and improvements
    skipped 1222 lines
  • ■ ■ ■ ■
    install
    skipped 1 lines
    2 2   
    3 3  set -u
    4 4   
    5  -version=0.30.0
     5 +version=0.31.0
    6 6  auto_completion=
    7 7  key_bindings=
    8 8  update_config=2
    skipped 370 lines
  • ■ ■ ■ ■
    install.ps1
    1  -$version="0.30.0"
     1 +$version="0.31.0"
    2 2   
    3 3  $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
    4 4   
    skipped 62 lines
  • ■ ■ ■ ■
    main.go
    skipped 4 lines
    5 5   "github.com/junegunn/fzf/src/protector"
    6 6  )
    7 7   
    8  -var version string = "0.30"
     8 +var version string = "0.31"
    9 9  var revision string = "devel"
    10 10   
    11 11  func main() {
    skipped 4 lines
  • ■ ■ ■ ■
    man/man1/fzf-tmux.1
    skipped 20 lines
    21 21  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    22 22  THE SOFTWARE.
    23 23  ..
    24  -.TH fzf-tmux 1 "Apr 2022" "fzf 0.30.0" "fzf-tmux - open fzf in tmux split pane"
     24 +.TH fzf-tmux 1 "Jul 2022" "fzf 0.31.0" "fzf-tmux - open fzf in tmux split pane"
    25 25   
    26 26  .SH NAME
    27 27  fzf-tmux - open fzf in tmux split pane
    skipped 42 lines
Please wait...
Page is in error, reload to recover