Skip to content

Releases: sayanarijit/xplr

v0.5.2

19 Apr 17:55
Compare
Choose a tag to compare

Changes

  • Do not follow symlinks using enter/l.
  • Use gf to follow symlinks.

v0.5.1

19 Apr 15:32
Compare
Choose a tag to compare

Fixed global help menu not displaying the newer key bindings.

v0.5.0

19 Apr 14:22
Compare
Choose a tag to compare

New

  • Added support for sorting and filtering files using s and f 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 or enter.
  • 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.
  • Improved selection
    • Use ctrl-a to toggle select all, ctrl-u to unselect all.
  • Improved UI.

Fixes

  • Handle empty icon.
  • Fixed selection duplicates.

v0.4.4

15 Apr 11:26
Compare
Choose a tag to compare

Changes & fixes

Misc

Visit our new collection of hacks and themes.

v0.4.3

13 Apr 03:31
Compare
Choose a tag to compare

Changes & fixes

  • Added new UI variables (see this).
  • Fixed crashing when visiting restricted directories.
  • Improved scrolling behavior.
  • Improved symlink support.
  • Improved clear behavior in number mode.
  • Added xplr.desktop (@maximbaz).

v0.4.2

12 Apr 05:51
Compare
Choose a tag to compare

Changes

v0.4.1

11 Apr 16:53
Compare
Choose a tag to compare

Fixes

  • Fix remap behavior.
  • Fix help menu.

v0.4.0

11 Apr 15:55
Compare
Choose a tag to compare
  • Support easier config overwrite (without having to dump the whole config).
  • Rename custom field for node metadata to meta. (see here)
  • Move icon to meta.icon. (see here)
  • Rename normal_ui to default_ui. (see here)
  • Rename filetypes to node_types. (see here)
  • Split modes into modes.builtin and modes.custom (see here).
  • Add the missing create file mode.
  • Rename focused_ui to focus_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

09 Apr 11:03
Compare
Choose a tag to compare

Changes

  • Some optimizations.
  • Fixed compiling on older rust.
  • Added messages CallSilently and BashExecSilently to execute non-interactive commands.
  • Use cp -vr instead of cp -v to copy files and directories.
  • Fixed exit screen.

v0.3.12

09 Apr 02:55
Compare
Choose a tag to compare

Fixes

  • Fix symlink support.
  • Fix refresh behavior.
  • Fix logs not being written to the pipe.
  • Fix the help menu displaying esc for quit.