A Zsh plugin that allows you to interact with your shell using natural language.
Alt+Enter
or Ctrl+⬇️
Option+Return
Add to your .zsh_plugins.txt
:
Or add directly to your .zshrc
:
# Initialize antidote source ${ZDOTDIR:-~}/.antidote/antidote.zsh source <(antidote init) # Add nlsh plugin antidote bundle PsychArch/nlshOption 2: Manual Installation
# 1. Clone the repository git clone https://github.com/PsychArch/nlsh ~/.nlsh # 2. Add to your .zshrc echo 'source ~/.nlsh/nlsh.plugin.zsh' >> ~/.zshrc # 3. Reload your shell source ~/.zshrc
Alt+Enter
or Ctrl+⬇️
Option+Return
Enter
to execute or modify as neededConfigure the plugin using these environment variables in your .zshrc
:
# Required export OPENAI_API_KEY="your-api-key" # Optional configurations export OPENAI_MODEL="gpt-4" # Default: gpt-3.5-turbo export OPENAI_URL_BASE="https://your-api-endpoint.com" # Default: https://api.openai.com export OPENAI_PROXY="http://proxy.example.com:8080" # Optional: HTTP proxy
This project is licensed under the MIT License - see the LICENSE file for details.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4