From 0746a2c3e93968d5a0992fc5826e9a9515d6fba6 Mon Sep 17 00:00:00 2001
From: sayanarijit bash
.
BashExec
, PopMode
, SwitchModeBuiltin
, ChangeDirectory
and FocusPath
are messages, $XPLR_PIPE_MSG_IN
,
$XPLR_PIPE_DIRECTORY_NODES_OUT
are
-environment variables exported by xplr
+environment variables exported by xplr
before executing the command. They contain the path to the
-input and output pipes that
+input and output pipes that
allows external tools to interact with xplr
.
Now that we have our new mode ready, let's add an entry point to this mode via
the default
mode.
bash
.
BashExec
, PopMode
, SwitchModeBuiltin
, ChangeDirectory
and FocusPath
are messages, $XPLR_PIPE_MSG_IN
,
$XPLR_PIPE_DIRECTORY_NODES_OUT
are
-environment variables exported by xplr
+environment variables exported by xplr
before executing the command. They contain the path to the
-input and output pipes that
+input and output pipes that
allows external tools to interact with xplr
.
Now that we have our new mode ready, let's add an entry point to this mode via
the default
mode.