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

Tab completion for Windows Powershell #253

Open
2 tasks done
hmleal opened this issue Jan 9, 2022 · 2 comments
Open
2 tasks done

Tab completion for Windows Powershell #253

hmleal opened this issue Jan 9, 2022 · 2 comments
Milestone

Comments

@hmleal
Copy link

hmleal commented Jan 9, 2022

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

I't would be nice to have a tab completion for Windows Powershell, we can easily implement this using:

Register-ArgumentCompleter -Native -CommandName poetry -ScriptBlock {
  # TODO
}

I can start to implement it if more people or the poetry author support the idea.

@Secrus Secrus transferred this issue from python-poetry/poetry Sep 8, 2022
@Secrus
Copy link
Member

Secrus commented Sep 8, 2022

@hmleal are you still interested in helping with that? I moved the issue from the Poetry repository since Cleo powers Poetry completions. You can look at the code in https://github.com/python-poetry/cleo/blob/main/src/cleo/commands/completions_command.py for reference on how it's done for Linux shells.

@Secrus Secrus added this to the 1.1 milestone Sep 12, 2022
@Secrus Secrus modified the milestones: 2.1 , Future Jul 7, 2023
@KotlinIsland
Copy link
Contributor

KotlinIsland commented Jan 10, 2024

Can we see Powershell instead/as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants