Skip to content

Releases: I60R/page

File picker included

22 Nov 12:59
Compare
Choose a tag to compare
  • Added nv file picker neovim-remote alike but with interface similar to page
  • Added fix for MacOS
  • Small refactor

Updated dependencies

11 Nov 15:21
Compare
Choose a tag to compare
  • Update dependencies
  • Fix build on master
  • New help output from clap 4.0
  • Better code structure

v3.1.2

17 Jul 16:39
Compare
Choose a tag to compare

Fixed:

  • Negative -O values worked as positive
  • -O had taken effect in a wrong conditions

v3.1.0

05 Jul 16:20
06cca8d
Compare
Choose a tag to compare

Small fixes and updates

  • Use more lua functions from newer neovim
  • Fixed errors when using -q flag
  • More codebase reformatting
  • Fixed FILE autocompletion
  • Added ~/.config/page/init.lua support
  • Added --e and --E flags to run lua expressions

v3.0.0

02 Jul 17:19
Compare
Choose a tag to compare

A lot of fixes and new functionality:

  • A more approachable code base
  • Fix split creation with -r -l -u -d
  • Allow URI in files e.g. page man://nvim
  • Control neovim with lua instead of vimscript
  • Migrated from structopt to clap 3
  • Some new keymappings: q, u, d, x
  • Added -O option that works like less --split-if-one-screen
  • Fixed panic when neovim closes early
  • Fixed broken pipe error on nixos
  • Better logging
  • Use async nvim_rs instead of neovim-lib
  • Added -+ option to move split into floating window

Fixed #14

25 May 11:59
Compare
Choose a tag to compare
v2.3.5

fix #14

v2.3.4

22 Mar 18:34
Compare
Choose a tag to compare
bump. version

Fixed "here-document at line 0 delimited by end-of-file" warning in bash

22 Mar 17:04
Compare
Choose a tag to compare

Added Cargo.lock for reproducible builds

18 Mar 16:26
Compare
Choose a tag to compare

Refactor plus more consistent logging/error reporting

06 Mar 15:24
Compare
Choose a tag to compare