documentation fix

This commit is contained in:
Ashik K 2023-04-10 09:04:51 +02:00
parent 134afba3f5
commit a81d229399
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
smartsh.py is a simple python script that I wrote which can take a task description (any string) as argument and query OpenAPI's API to tell you how to accomplish the given task using a shell command. Yes, chatgpt from command line (sort of). But let me tell you a simple trick that you can use to supercharge your bash with it!
<h1>smartsh.py</h1>
*smartsh.py* is a simple python script that I wrote which can take a task description (any string) as argument and query OpenAPI's API to tell you how to accomplish the given task using a shell command. Yes, chatgpt from command line (sort of). But let me tell you a simple trick that you can use to supercharge your bash with it!
bash (I think starting from 4.0) conveniently provides a handler for situations when a command that the user entered is invalid.