v0.22.0
版本发布时间: 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:
-
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 calledapplication
, for example,j app
will no longer end up in a commonrails_project/app
directory. I'm not telling you to use Rails (you should), but it's just an example! 😅 -
You can use
*
or**
in a search term to match arbitrary deep nested directories. For example, you can now implement autojump'sjc
like:bash & zsh
jc() { j "$(basename $PWD)/**/$@" }
fish
function jc j "(basename $PWD)/**/$argv" end
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