Releases: sayanarijit/xplr
Releases · sayanarijit/xplr
v0.3.0
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
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
Changes
- The session will be auto refreshed every second. So it's okay not passing
Refresh
in the config file. - Added alias
BashExec
to messageCall
with args["-c", "bash", ...]
. So your config file should look a little nicer now.