You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).