Trying to z inside a directory that zoxide has never accesed before returns zoxide: no match found. This prevents replacing cd with zoxide, as commands like z .. won't work.
To test, outside of joshuto, create 2 directories and access one of them with zoxide
mkdir /tmp/accessed_directory /tmp/not_accessed_directory
z /tmp/accessed_directory
Then, open joshuto and try browsing to each of them. Only the accessed directory works
:z /tmp/accessed_directory --> Works
:z /tmp/not_accessed_directory --> zoxide: no match found
In the same fashion, trying to access sub-folders on the home directory with ~ doesn't work, while accessing them with their absolute path works
:z /home/user/Downloads --> Works
:z ~/Downloads --> zoxide: no match found
joshuto 0.9.4 installed from source as of commit 5ea87f65df0b0744ee1d01fd40e240e6abf0da77
Trying to
z
inside a directory that zoxide has never accesed before returnszoxide: no match found
. This prevents replacing cd with zoxide, as commands likez ..
won't work.To test, outside of joshuto, create 2 directories and access one of them with zoxide
Then, open joshuto and try browsing to each of them. Only the accessed directory works
In the same fashion, trying to access sub-folders on the home directory with
~
doesn't work, while accessing them with their absolute path worksjoshuto 0.9.4 installed from source as of commit 5ea87f65df0b0744ee1d01fd40e240e6abf0da77