Skip to content

Releases: sayanarijit/xplr

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.

v0.3.10

08 Apr 22:53
Compare
Choose a tag to compare

Changes

  • Watch PWD for changes.
  • Optimize the main thread (small performance gain).

v0.3.9

08 Apr 20:11
Compare
Choose a tag to compare

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 to default.
    This might seem a little counter-intuitive to the nnn 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

08 Apr 02:47
Compare
Choose a tag to compare

Changes

  • Add RemoveNodeFilterFromInput message.
  • Fix search and show hidden behavior.
  • Clear screen before exit.

v0.3.7

07 Apr 14:32
Compare
Choose a tag to compare

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

06 Apr 21:42
Compare
Choose a tag to compare

Fix failed build and re-publish.

v0.3.4

06 Apr 21:15
Compare
Choose a tag to compare

Fixes

Fix renaming and $XPLR_FOCUS_PATH formatting.

v0.3.3

06 Apr 20:31
Compare
Choose a tag to compare
  • Go easy on CPU
  • Run faster