Skip to content

weilinear/chatgpt.gtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

chatgpt.gtd

Simple scripts to Get Things Done with chatgpt.

gptcmd.sh

Call chatgpt to construct a linux command. Examples are

  1. $ ./gptcmd.sh "Remove all files that are at least 1 year old"

    find /path/to/files -type f -mtime +365 -delete

  2. $ ./gptcmd.sh "Sync the clock"

    sudo ntpdate pool.ntp.org

About

Simple scripts to Get Things Done with chatgpt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages