Missing an installation? submit a new installation request and we will add it as soon as we can.
We recommend to install Keep CLI with Python version 3.11 for optimal compatibility and performance.
This choice ensures seamless integration with all dependencies, including pyarrow, which currently does not support Python 3.12
Need Keep CLI on other versions? Feel free to contact us!
Keep’s CLI supports shell auto-completion, which can make your life a whole lot easier 😌
If you’re using zsh
~/.zshrc
Copy
eval "$(_KEEP_COMPLETE=zsh_source keep)"
If you’re using bash
~/.bashrc
Copy
eval "$(_KEEP_COMPLETE=bash_source keep)"
Using eval means that the command is invoked and evaluated every time a shell is started, which can delay shell responsiveness. To speed it up, write the generated script to a file, then source that.