Skip to content

Commit

Permalink
add some missing pyro.* commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jul 21, 2018
1 parent 1e6140e commit 1423800
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions docs/include-cmd-stdcfg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ In addition to the commands listed here, `pyrocore` also defines :term:`d.data_p
and a usage example is in `rtorrent.d/autolabel-categories.rc`_.


pyro.category.separated

**TODO**


pyro.category.add
pyro.category.list

Expand Down Expand Up @@ -207,19 +212,39 @@ In addition to the commands listed here, `pyrocore` also defines :term:`d.data_p


pyro.collapsed_view.add

.. code-block:: ini
pyro.collapsed_view.add = ‹view name› ≫ 0
Like :term:`view.add`, but sets the new view to collapsed state.


pyro.view.collapsed.toggle

**TODO**
.. code-block:: ini
pyro.view.collapsed.toggle = ‹view name› ≫ 0
The same as :term:`view.collapsed.toggle`, but protected by
the :term:`pyro.extended` flag (i.e. safe to call in vanilla `rTorrent`).


pyro.view.toggle_visible

**TODO**
.. code-block:: ini
pyro.view.toggle_visible = ‹view name› ≫ 0
Toggle visibility of an item for the given view.


pyro.color_theme.name

Used in color theme files of `rTorrent-PS` to announce switching to a different theme
(defined in `pyrocore`'s `rtorrent.d/theming.rc`_).


pyro.watchdog

**TODO**
Expand Down

0 comments on commit 1423800

Please sign in to comment.