mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-18 08:02:29 +00:00
repairing damaged markup
+7
-9
@@ -14,15 +14,13 @@ Consider the [view.add](https://github.com/rakshasa/rtorrent/search?utf8=%E2%9C%
|
||||
|
||||
## Commands Reference
|
||||
|
||||
Command (Group) | Short Description
|
||||
---: | :---
|
||||
[[method.*|COMMAND-Methods]] | Define new commands based on existing ones.
|
||||
[[branch & if|COMMAND-Conditional]] | Execute different commands depending on conditions.
|
||||
[[execute[.*]|COMMAND-Execute]] | Call operating system commands, possibly catching their output for use within rTorrent.
|
||||
[[schedule|COMMAND-Scheduling]] | Repeatedly execute commands, either in a given frequency, or at certain times.
|
||||
[[convert.*|COMMAND-Conversions]] | Commands that format values into strings.
|
||||
[[system.*|COMMAND-System]] | Commands related to the operating system and the XMLRPC API.
|
||||
[[ui.*|COMMAND-UserInterface]] | These commands control aspects of the ‘curses’ UI.
|
||||
* [[method.*|COMMAND-Methods]] – Define new commands based on existing ones.
|
||||
* [[branch & if|COMMAND-Conditional]] – Execute different commands depending on conditions.
|
||||
* [[execute[.*]|COMMAND-Execute]] – Call operating system commands, possibly catching their output for use within rTorrent.
|
||||
* [[schedule|COMMAND-Scheduling]] – Repeatedly execute commands, either in a given frequency, or at certain times.
|
||||
* [[convert.*|COMMAND-Conversions]] – Commands that format values into strings.
|
||||
* [[system.*|COMMAND-System]] – Commands related to the operating system and the XMLRPC API.
|
||||
* [[ui.*|COMMAND-UserInterface]] – These commands control aspects of the ‘curses’ UI.
|
||||
|
||||
|
||||
## Variable types
|
||||
|
||||
Reference in New Issue
Block a user