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 @@ -66,8 +66,7 @@ Interactive mode
66
66
67
67
ai -i
68
68
69
- 🧠 Open a chat session right in the terminal.
70
- 💬 Type natural language instructions like:
69
+ Open a chat session right in the terminal. Type natural language instructions like:
71
70
72
71
You: compress all PNGs in this folder
73
72
AI suggests: tar -czvf images.tar.gz * .png
@@ -92,13 +91,13 @@ use your normal shell
92
91
```
93
92
---
94
93
95
- 🛡️ Security Notice
94
+ ### Security Notice
96
95
97
96
Always review AI-generated commands before executing them.
98
97
99
98
---
100
99
101
- 🧱 Future Plans
100
+ ### Future Plans
102
101
* Voice input via Whisper
103
102
* Local LLM support (e.g., llama.cpp)
104
103
* Fancy TUI with textual or rich
@@ -107,13 +106,13 @@ Always review AI-generated commands before executing them.
107
106
108
107
---
109
108
110
- 🧑💻 Contributing
109
+ ### Contributing
111
110
112
111
PRs welcome! Ideas, issues, improvements — all appreciated.
113
112
114
113
---
115
114
116
- 📝 License
115
+ ### License
117
116
118
117
MIT
119
118
You can’t perform that action at this time.
0 commit comments