diff options
Diffstat (limited to 'doc/source/plugins')
-rw-r--r-- | doc/source/plugins/close_all.rst | 6 | ||||
-rw-r--r-- | doc/source/plugins/cyber.rst | 6 | ||||
-rw-r--r-- | doc/source/plugins/index.rst | 26 | ||||
-rw-r--r-- | doc/source/plugins/pipe_cmd.rst | 6 | ||||
-rw-r--r-- | doc/source/plugins/reorder.rst | 6 |
5 files changed, 49 insertions, 1 deletions
diff --git a/doc/source/plugins/close_all.rst b/doc/source/plugins/close_all.rst new file mode 100644 index 00000000..853a6e0d --- /dev/null +++ b/doc/source/plugins/close_all.rst @@ -0,0 +1,6 @@ +.. _closeall-plugin: + +Close all +========= + +.. automodule:: close_all diff --git a/doc/source/plugins/cyber.rst b/doc/source/plugins/cyber.rst new file mode 100644 index 00000000..40bc5eb8 --- /dev/null +++ b/doc/source/plugins/cyber.rst @@ -0,0 +1,6 @@ +.. _cyber-plugin: + +Cyber +===== + +.. automodule:: cyber diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index 452c2e8a..b5969fd9 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -82,6 +82,16 @@ Plugin index Allows a message to be broadcasted on all the rooms your are in. Caution: do not overuse. + Close all + :ref:`Documentation <closeall-plugin>` + + Close all tabs except MUCs and the roster. + + Cyber + :ref:`Documentation <cyber-plugin>` + + Add a cybertouch to your messages. + Day Change :ref:`Documentation <daychange-plugin>` @@ -158,7 +168,7 @@ Plugin index Screen Detach :ref:`Documentation <screendetach-plugin>` - Changes your status to **away** if the screen poezio is in is detached. + Changes your status to **away** if the screen (or tmux) poezio is in gets detached. Send Delayed :ref:`Documentation <senddelayed-plugin>` @@ -205,11 +215,21 @@ Plugin index Display the time between two messages. + Reorder + :ref:`Documentation <reorder-plugin>` + + Reorder the tabs according to a static layout. + Revstr :ref:`Documentation <revstr-plugin>` Reverse everything you say. + Pipe Command + :ref:`Documentation <pipecmd-plugin>` + + Send commands to poezio through a named pipe. + Shuffle :ref:`Documentation <shuffle-plugin>` @@ -279,3 +299,7 @@ Plugin index autocorrect irc change_title + pipe_cmd + close_all + reorder + cyber diff --git a/doc/source/plugins/pipe_cmd.rst b/doc/source/plugins/pipe_cmd.rst new file mode 100644 index 00000000..13509f75 --- /dev/null +++ b/doc/source/plugins/pipe_cmd.rst @@ -0,0 +1,6 @@ +.. _pipecmd-plugin: + +Pipe Command +============ + +.. automodule:: pipe_cmd diff --git a/doc/source/plugins/reorder.rst b/doc/source/plugins/reorder.rst new file mode 100644 index 00000000..a6a44244 --- /dev/null +++ b/doc/source/plugins/reorder.rst @@ -0,0 +1,6 @@ +.. _reorder-plugin: + +Reorder +======= + +.. automodule:: reorder |