Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
2526917d
Unverified
Commit
2526917d
authored
May 26, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
a43c3baf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
+4
-4
No files found.
README.md
View file @
2526917d
...
...
@@ -64,20 +64,20 @@ poetry self:update 0.8.0
```
##
#
Enable tab completion for Bash, Fish, or Zsh
## Enable tab completion for Bash, Fish, or Zsh
`poetry`
supports generating completion scripts for Bash, Fish, and Zsh.
See
`poetry help completions`
for full details, but the gist is as simple as using one of the following:
```
bash
# Bash
poetry completions bash
>
/etc/bash_completion.d/p
yproject
.bash-completion
poetry completions bash
>
/etc/bash_completion.d/p
oetry
.bash-completion
# Bash (macOS/Homebrew)
poetry completions bash
>
$(
brew
--prefix
)
/etc/bash_completion.d/p
yproject
.bash-completion
poetry completions bash
>
$(
brew
--prefix
)
/etc/bash_completion.d/p
oetry
.bash-completion
# Fish
poetry completions fish
>
~/.config/fish/completions/p
yproject
.fish
poetry completions fish
>
~/.config/fish/completions/p
oetry
.fish
# Zsh
poetry completions zsh
>
~/.zfunc/_poetry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment