Releases: sayanarijit/xplr
Releases · sayanarijit/xplr
v0.4.0
- Support easier config overwrite (without having to dump the whole config).
- Rename
custom
field for node metadata tometa
. (see here) - Move
icon
tometa.icon
. (see here) - Rename
normal_ui
todefault_ui
. (see here) - Rename
filetypes
tonode_types
. (see here) - Split
modes
intomodes.builtin
andmodes.custom
(see here). - Add the missing
create file
mode. - Rename
focused_ui
tofocus_ui
(see here). - Make version compatibility less annoying.
- Add key binding
~
to go to homedir. - Add customizable cursor and prompts.
- Improve the help menus.
v0.3.13
Changes
- Some optimizations.
- Fixed compiling on older rust.
- Added messages CallSilently and BashExecSilently to execute non-interactive commands.
- Use
cp -vr
instead ofcp -v
to copy files and directories. - Fixed exit screen.
v0.3.12
Fixes
- Fix symlink support.
- Fix refresh behavior.
- Fix logs not being written to the pipe.
- Fix the help menu displaying esc for quit.
v0.3.10
Changes
- Watch PWD for changes.
- Optimize the main thread (small performance gain).
v0.3.9
Changes
There are changes in the default key bindings
- When in the default mode, pressing
esc
will not quit the session. :e
will open a file in${EDITOR:-vi}
.- When in the default
search
mode, entering or leaving a directory will not reset the mode back todefault
.
This might seem a little counter-intuitive to thennn
users, but I think this adds to the productivity and should be the default. The real-time mode indicator will help the users adapt to the alternate defaults.
v0.3.8
Changes
- Add
RemoveNodeFilterFromInput
message. - Fix search and
show hidden
behavior. - Clear screen before exit.
v0.3.7
Changes
- Commands (i.e. Call and BashExec) will not print the outputs to the main screen, keeping it clean.
- By default, directories will now be colored Cyan
v0.3.6
Fix failed build and re-publish.
v0.3.4
Fixes
Fix renaming and $XPLR_FOCUS_PATH
formatting.
v0.3.3
- Go easy on CPU
- Run faster