From a81557bfec24406077d5f6fafa6833cdf8252d0e Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 9 Mar 2016 16:33:56 +0100 Subject: [PATCH] scripting + commands reference --- Scripting-Guide.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Scripting-Guide.md 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