z integration only suggests visited paths
#114
Replies: 1 comment 6 replies
-
|
All of the completions are opensource and user's can contribute these changes: https://github.com/withfig/autocomplete/blob/master/src/z.ts |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
cw doctorin the affected command line session and it didn't resolve my issuecw restartand it didn't resolve my issueExpected behaviour
All paths should be suggested, whether visited by
zor not. Paths not visited byzshould just have a score of e.g. 0 so they just show underneath visited paths (rather than being completely hidden).Actual behaviour
Paths are only suggested if you've already visited via
z {path}.Somewhat related to #82.
Steps to reproduce
zzand notice that no paths are suggestedzto a directory (e.g.z ~/Documents)zEnvironment
Beta Was this translation helpful? Give feedback.
All reactions