Giter Site home page Giter Site logo

Comments (4)

arashm avatar arashm commented on September 14, 2024 7

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?

from autojump-rs.

TomasTomecek avatar TomasTomecek commented on September 14, 2024 4

I think that would be really helpful.

from autojump-rs.

zou000 avatar zou000 commented on September 14, 2024 2

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

from autojump-rs.

xen0n avatar xen0n commented on September 14, 2024

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...

from autojump-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.