I have very similar directory names, e.g. abc-api, abc and abc-ui. It's possible to use the unique part of the directory name to target the abc-api and abc-ui directory, but not for abc directory. I get almost half of the time miss on the abc where zoxide just goes to abc-api or abc-ui based on most recently used one.
For my use case, I do have very unique child directory names inside abc. I'm wondering if it's possible to have a feature like this z abc/uniq_child_dir/...
I did do a simple search in both issues and pull requests and didn't find a similar feature.
I have very similar directory names, e.g.
abc-api,abcandabc-ui. It's possible to use the unique part of the directory name to target theabc-apiandabc-uidirectory, but not forabcdirectory. I get almost half of the time miss on theabcwhere zoxide just goes toabc-apiorabc-uibased on most recently used one.For my use case, I do have very unique child directory names inside
abc. I'm wondering if it's possible to have a feature like thisz abc/uniq_child_dir/...I did do a simple search in both issues and pull requests and didn't find a similar feature.