Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify file manager? #601

Open
beetleb opened this issue Apr 17, 2020 · 1 comment
Open

Specify file manager? #601

beetleb opened this issue Apr 17, 2020 · 1 comment

Comments

@beetleb
Copy link

beetleb commented Apr 17, 2020

I can't find this in any documentation. How does autojump know what file manager to run? I want to change the default on my system to use midnight commander?

Thanks.

@marcelja
Copy link

On linux it uses xdg.

autojump/bin/autojump.bash

Lines 100 to 107 in 6a529f4

linux*)
xdg-open "${output}"
;;
darwin*)
open "${output}"
;;
cygwin)
cygstart "" $(cygpath -w -a ${output})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants