diff --git a/Scripting-Guide.md b/Scripting-Guide.md new file mode 100644 index 0000000..275c9b4 --- /dev/null +++ b/Scripting-Guide.md @@ -0,0 +1,7 @@ +# rTorrent Scripting Explained + +## Commands Reference + +Command | Short Description +[execute](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Execute) | Call operating system commands, possibly catching their output for use within rTorrent. +[schedule](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Scheduling) | Repeatedly execute commands, either in a given fequency, or at certain times. \ No newline at end of file