From 61b99fad995376f23878b1c3a4e6877bf7d4a7cc Mon Sep 17 00:00:00 2001 From: Ashik Date: Tue, 11 Apr 2023 17:08:48 +0200 Subject: [PATCH] Include asciinema cast in README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a4044..bc6013c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@

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

See it in action on asciinema!

+ +[![asciicast](https://asciinema.org/a/576670.png)](https://asciinema.org/a/576670) + +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.