From 012926a7a9d2bb36de1863e4e929731a90c9bb73 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 9 Mar 2016 22:00:52 +0100 Subject: [PATCH] Use the search, Luke! --- Scripting-Guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index 88722d3..29f215e 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -1,5 +1,11 @@ # rTorrent Scripting Explained +:warning: | This guide is still very incomplete — the best way to remedy that is to contribute what you know. +---: | :--- + +You can use the quite powerful GitHub search to find information on commands, e.g. their old vs. new syntax variants, what they actually do (i.e. “read the source”), and internal uses in predefined methods, handlers, and schedules. +Consider the [view.add](https://github.com/rakshasa/rtorrent/search?utf8=%E2%9C%93&q=%22view.add%22) example. + * [Sending commands with XMLRPC2SCGI](https://github.com/rakshasa/rtorrent/wiki/RPC-Utility-XMLRPC2SCGI) * Auto-generated list of [options](https://github.com/rakshasa/rtorrent/wiki/RPC-Option-Strings) used with some commands.