jump v0.21.0 Release Notes

Release Date: 2018-09-07 // over 5 years ago
  • 🚀 You'd usually expect one of those witty release notes here, alas, this release is an exception! This release is straight to the point!

    Have you ever wondered whether jump is like autojump or z? If you used autojump or z and used jump you'd already know it is! (But, that fuzzy matching is just SO MUCH BETTER 😉). And if you used them, you can now try jump without sacrificing your datafile! 🎉

    jump import

    You can import your datafile from autojump or z with:

    $ jump import
    

    This will try z first then autojump, so you can even combine all the entries from both tools.

    The command is safe to run on pre-existing jump database, because if an entry exist in jump already, it won't be imported and it's score will remain unchanged. You can be explicit and choose to import autojump or z with:

    $ jump import autojump $ jump import z
    

    Happy jumping!