File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ Key features of ShellOracle include:
56
56
Installing ShellOracle is easy!
57
57
58
58
1 . First, pip install the ` shelloracle ` package
59
- ``` zsh
59
+ ``` shell
60
60
python3 -m pip install shelloracle
61
61
```
62
62
2. Next, run ` shelloracle --init` and follow the prompts
63
- ` ` ` zsh
63
+ ` ` ` shell
64
64
python3 -m shelloracle --init
65
65
` ` `
66
66
@@ -69,7 +69,7 @@ Installing ShellOracle is easy!
69
69
70
70
# # Usage
71
71
72
- ShellOracle is designed to be used as a ZSH Line Editor widget activated by the CTRL+F keyboard shortcut.
72
+ ShellOracle is designed to be used as a BASH/ ZSH widget activated by the CTRL+F keyboard shortcut.
73
73
74
74
1. Press CTRL+F
75
75
2. Describe your command or goal
@@ -82,7 +82,7 @@ The generated command will be inserted into your shell prompt after a brief proc
82
82
Before using ShellOracle with Ollama, pull the model you want to use. The default model is ` codellama:13b` . To pull the
83
83
default model, run:
84
84
85
- ` ` ` zsh
85
+ ` ` ` shell
86
86
ollama pull codellama:13b
87
87
` ` `
88
88
@@ -152,8 +152,7 @@ system_prompt = "..."
152
152
153
153
# ## Software
154
154
155
- ShellOracle supports ZSH on macOS and Linux. Bash support is planned; however, it is not currently
156
- supported.
155
+ ShellOracle supports BASH and ZSH on macOS and Linux.
157
156
158
157
# ## Hardware
159
158
You can’t perform that action at this time.
0 commit comments