MyGit

v0.22.0

gsamokovarov/jump

版本发布时间: 2018-11-22 19:07:17

gsamokovarov/jump最新发布版本:v0.51.0(2022-08-08 02:24:47)

Ahoy, 👋

This release comes with a few minor changes:

  1. The exact match mechanism is now triggered only on search terms of 5 or more characters. This is so we don't end up in common development project directories like app, lib, src, test, main, java and so on. If you have a project called application, for example, j app will no longer end up in a common rails_project/app directory. I'm not telling you to use Rails (you should), but it's just an example! 😅

  2. You can use * or ** in a search term to match arbitrary deep nested directories. For example, you can now implement autojump's jc like:

    bash & zsh

    jc() {
      j "$(basename $PWD)/**/$@"
    }
    

    fish

    function jc
      j "(basename $PWD)/**/$argv"
    end
    

相关地址:原始地址 下载(tar) 下载(zip)

1、 jump-0.22.0-1.x86_64.rpm 1.7MB

2、 jump_0.22.0_amd64.deb 1.69MB

3、 jump_linux_amd64_binary 3.43MB

4、 jump_linux_arm_binary 3.35MB

查看:2018-11-22发行的版本