Skip to content

v0.17.2

Compare
Choose a tag to compare
@sayanarijit sayanarijit released this 03 Feb 05:01
· 376 commits to main since this release

Changes & fixes

  • Added CLI option --print-pwd-as-result to simplify implementing "cd on quit" using shell alias (See #437)
    alias xcd='cd "$(xplr --print-pwd-as-result)"'
  • Added new key binding ctrl-d to duplicate a file or directory in the same parent directory with a different name. (See #434).