autojump icon indicating copy to clipboard operation
autojump copied to clipboard

"jc" always returns dot in windows.

Open wulakuer opened this issue 8 years ago • 3 comments

When using jc command in windows, it always returns dot, and does not enter the sub-directory. ` C:\Users\yd\Desktop>jc advance
. C:\Users\yd\Desktop>jco a

Arcade Game Clone_zh.zip advance\

C:\Users\yd\Desktop>jco advance .`

And I do not know how to add the directory into the database. The file "autojump.txt" always empty. Have read "always return dot #422", but still do not get the point because the solution is not for Windows.

wulakuer avatar Oct 16 '17 13:10 wulakuer

I have visited the folder using "cd" command, but it still does not work.

wulakuer avatar Oct 17 '17 06:10 wulakuer

. is returned when there are no matches.

What's the result of running j -s | grep advance?

wting avatar Sep 07 '18 01:09 wting

I am having the same issue, but on macOS Silicon.

I am installing autojump through zinit:

zinit ice as"program" src"bin/autojump.zsh" \
  atclone"python3 ./install.py" \
  atpull"%atclone"
zinit light wting/autojump

Bildschirmfoto 2021-06-26 um 10 37 30

muuvmuuv avatar Jun 26 '21 08:06 muuvmuuv