Skip to content

Releases: sayanarijit/xplr

v0.3.0

05 Apr 15:00
Compare
Choose a tag to compare

Changes

  • $XPLR_APP_YAML has been removed.
  • $XPLR_RESULT has been ported to $XPLR_PIPE_RESULT_OUT.
  • $XPLR_GLOBAL_HELP_MENU has been ported to
    $XPLR_PIPE_GLOBAL_HELP_MENU_OUT.
  • $XPLR_DIRECTORY_NODES has been ported to
    $XPLR_PIPE_DIRECTORY_NODES_OUT.
  • $XPLR_LOGS has been ported to $XPLR_PIPE_LOGS_OUT.
  • $XPLR_PIPE_RESULT has been ported to $XPLR_PIPE_RESULT_OUT.

Hence, instead of <<< $VAR, < $VAR_PIPE_OUT should be used.

v0.2.21

05 Apr 08:22
Compare
Choose a tag to compare

Changes

By default, while renaming a file, xplr will autocomplete the relative path i.e.
the filename instead of the absolute path in the input buffer.

v0.2.20

05 Apr 07:41
Compare
Choose a tag to compare

Changes

  • The session will be auto refreshed every second. So it's okay not passing Refresh in the config file.
  • Added alias BashExec to message Call with args ["-c", "bash", ...]. So your config file should look a little nicer now.