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

Installation instructions are incomplete #9

Open
TomasTomecek opened this issue Feb 18, 2018 · 4 comments
Open

Installation instructions are incomplete #9

TomasTomecek opened this issue Feb 18, 2018 · 4 comments

Comments

@TomasTomecek
Copy link

Thanks for porting and maintaining autojump! I had the same idea and now I'm glad that I don't have to do it myself.

It seems that not all the installation instructions are present in this repo, namely function definitions, completion setup and shell integration. Are you planning to provide those?

@xen0n
Copy link
Owner

xen0n commented Feb 18, 2018

Hi,

The first steps are omitted because I thought it'd be more convenient to simply install the Python version first, then overriding it by $PATH manipulation or other means. So the setup you mentioned are the same as the original. Maybe I can make this point clearer in the README...

@TomasTomecek
Copy link
Author

I think that would be really helpful.

@arashm
Copy link

arashm commented Nov 9, 2019

I wonder why this app should be depended to the original autojump. I removed python version and installed this, realized that shell files doesn't exist anymore, so I had to make a simple function in my fish to make it work.

function j -d "Autojump alias" -w "autojump"
  cd (env AUTOJUMP_SOURCED=1 autojump $argv)
end

Can't those shell files be a part of the package and ask user to source them in the shell configs?

@zou000
Copy link

zou000 commented Nov 21, 2020

For an easier shell integration, maybe implement something like eval $(autojump --shell), like the way golang jump did: https://github.com/gsamokovarov/jump/blob/master/README.md

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

4 participants