Releases: sayanarijit/xplr
Releases · sayanarijit/xplr
v0.5.2
Changes
- Do not follow symlinks using
enter
/l
. - Use
gf
to follow symlinks.
v0.5.1
Fixed global help menu not displaying the newer key bindings.
v0.5.0
New
- Added support for sorting and filtering files using
s
andf
key. - Added read only mode. (
general.read_only
) - Use
ctrl-r
to refresh UI when messed up. - Follow symlink files to their parent directory using
l
orenter
. - Display file size.
- Added new UI variables
canonical.*
,symlink.*
. (see this])
Changes
- Improved filter messages. (see this)
- Improved input handling
- Added messages
RemoveInputBufferLastCharacter
,RemoveInputBufferLastWord
. - Use
backspace
to delete the last character,ctrl-w
to delete the last word,ctrl-u
to delete the line.
- Added messages
- Improved selection
- Use
ctrl-a
to toggle select all,ctrl-u
to unselect all.
- Use
- Improved UI.
Fixes
- Handle empty icon.
- Fixed selection duplicates.
v0.4.4
Changes & fixes
- Added support for
NO_COLOR
env var to disable colors (more-info). - Added history pipe file exposed as
$XPLR_PIPE_HISTORY_OUT
. - Added new selection commands.
- Fixed UI style priority:
default_ui
->node_type
->selection_ui
->focus_ui
- Added key binding
ctrl-a
orV
to toggle select all.
Misc
v0.4.3
v0.4.2
Changes
- Add new messages
Quit
,LastVisitedPath
andNextVisitedPath
q
is mapped toQuit
.ctrl-o
is mapped toLastVisitedPath
ctrl-i
/tab
is mapped toNextVisitedPath
v0.4.1
Fixes
- Fix remap behavior.
- Fix help menu.
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.