From a81d2293991af30567e1f27d30fa6d752e7b1580 Mon Sep 17 00:00:00 2001 From: Ashik K Date: Mon, 10 Apr 2023 09:04:51 +0200 Subject: [PATCH] documentation fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e33b452..ed375ef 100644 --- a/README.md +++ b/README.md @@ -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! +

smartsh.py

+ +*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.