Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete all components of a path #677

Closed
marlonrichert opened this issue Jan 9, 2024 Discussed in #676 · 1 comment
Closed

Complete all components of a path #677

marlonrichert opened this issue Jan 9, 2024 Discussed in #676 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@marlonrichert
Copy link
Owner

Discussed in #676

Originally posted by op06072 December 16, 2023

What do you want?

Hi I want directory autocomplete like this (/ho/op -> /home/op06072).

Why do you want this?

I use this feature very often in terminal. Cause I can complete directory input with just one 'tap' click.

Who else would benefit from this?

Everyone inputting directory

How should it work?

Given the following situation:

  • Everytime when I know full directory and input the directory

When I perform the following steps:

  1. Input the incomplete directory (/ho/op)
  2. Input 'tab' key
  3. The directory is completed (/home/op06072)

Then I expect the following to happen:

  • pressing down 'tab' after input directory make directory completed

Thanks for making awsome zsh plugin

@marlonrichert marlonrichert added the enhancement New feature or request label Jan 9, 2024
@marlonrichert
Copy link
Owner Author

Autocomplete disables this by default, because it used to be that, if you tried to complete a non-existing path this way, it could make completion hang for a very long time. However, I just tested it with the latest version of Autocomplete and this no longer appears to be the case. I will add it back.

@marlonrichert marlonrichert self-assigned this Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant