We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d646b4 commit 79fe3e8Copy full SHA for 79fe3e8
README.md
@@ -140,6 +140,35 @@ Options:
140
License is invalid after this date.
141
```
142
143
+### Shell Completion
144
+
145
+<details open>
146
+<summary>Bash</summary>
147
+Add this to ~/.bashrc:
148
149
+```shell
150
+eval "$(_PYENCRYPT_COMPLETE=bash_source pyencrypt)"
151
+```
152
+</details>
153
154
+<details>
155
+<summary>Zsh</summary>
156
+Add this to ~/.zshrc:
157
158
159
+eval "$(_PYENCRYPT_COMPLETE=zsh_source pyencrypt)"
160
161
162
163
164
+<summary>Fish</summary>
165
+Add this to ~/.config/fish/completions/foo-bar.fish:
166
167
168
+eval (env _PYENCRYPT_COMPLETE=fish_source pyencrypt)
169
170
171
172
## Example
173
174
### Encrypt
0 commit comments