From 25c974d59ae8dd30ff9d8c2c733790618db12138 Mon Sep 17 00:00:00 2001 From: Brendan Falk Date: Wed, 4 Jan 2023 18:03:45 -0800 Subject: [PATCH] Add Fig as autocomplete suggestion (#2574) Co-authored-by: Ivan Pozdeev --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a20344aa..e15a1817 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,11 @@ See [Advanced configuration](#advanced-configuration) for details and more confi **Proxy note**: If you use a proxy, export `http_proxy` and `https_proxy`, too. + In MacOS, you might also want to install [Fig](https://fig.io/) which +provides alternative shell completions for many command line tools with an +IDE-like popup interface in the terminal window. +(Note that their completions are independent from Pyenv's codebase +so they might be slightly out of sync for bleeding-edge interface changes.) ### Restart your shell