"jc" always returns dot in windows.
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.
I have visited the folder using "cd" command, but it still does not work.
. is returned when there are no matches.
What's the result of running j -s | grep advance?
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
