Initial commit.

This commit is contained in:
wunderwuzzi23
2023-02-26 23:01:41 -08:00
parent b301d96ebe
commit 1c98c12c86
4 changed files with 101 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Install (Linux instructions)
```
pip install -r requirements.txt
chmod +x yolo.py
alias yolo=$(pwd)/yolo.py
```
# Use
Here are a couple of examples. By default the command that comes back from GPT-3 will be immediatly executed (yolo!). If you want to inspect the command before running add the `-a` argument, e.g `yolo -a delete the file test.txt`.
More examples:
```
yolo whats the time?
yolo whats the time in UTC?
yolo is there a ssh-agent process running
yolo create a file named test.txt and write my user name into it
yolo print the contents of the test.txt file
yolo -a delete the test.txt file
```
# License
MIT. No Liability. No Warranty. But lot's of fun.