chatgpt.gtd
Simple scripts to Get Things Done with chatgpt.
gptcmd.sh
Call chatgpt to construct a linux command. Examples are
-
$ ./gptcmd.sh "Remove all files that are at least 1 year old"
find /path/to/files -type f -mtime +365 -delete
-
$ ./gptcmd.sh "Sync the clock"
sudo ntpdate pool.ntp.org