Skip to content

Commit 0bb94e5

Browse files
devin-ai-integration[bot]nc@answer.ai
andcommitted
fix: restore project description and fix Docker example quotes
Co-Authored-By: nc@answer.ai <nc@answer.ai>
1 parent bc885ab commit 0bb94e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ top -b -n 1 | ssage explain system resource usage
205205
206206
``` sh
207207
# Container troubleshooting
208-
docker logs my-container | ssage what's wrong with this container?
208+
docker logs my-container | ssage "what is wrong with this container?"
209209
210210
# Image optimization
211211
docker history my-image | ssage suggest optimization improvements

nbs/index.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"source": [
88
"# ShellSage\n",
99
"\n",
10+
"> ShellSage saves sysadmins' sanity by solving shell script snafus super swiftly\n",
11+
"\n",
12+
"ShellSage is an AI-powered command-line assistant that integrates seamlessly with your terminal workflow through tmux. It provides contextual help for shell operations, making it easier to navigate complex command-line tasks, debug scripts, and manage your system.\n",
13+
"\n",
1014
"[![PyPI version](https://badge.fury.io/py/shell-sage.svg)](https://badge.fury.io/py/shell-sage)\n",
1115
"[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)\n",
1216
"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n",
@@ -227,7 +231,7 @@
227231
"#### Docker Management\n",
228232
"```sh\n",
229233
"# Container troubleshooting\n",
230-
"docker logs my-container | ssage what's wrong with this container?\n",
234+
"docker logs my-container | ssage \"what is wrong with this container?\"\n",
231235
"\n",
232236
"# Image optimization\n",
233237
"docker history my-image | ssage suggest optimization improvements\n",

0 commit comments

Comments
 (0)