===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
poezio-0.13.1/doc/source/commands.rst-663-        Export your contacts into :file:`/path/to/file` if
poezio-0.13.1/doc/source/commands.rst:664:        specified, or :file:`$HOME/poezio_contacts` if not.
poezio-0.13.1/doc/source/commands.rst-665-
##############################################
poezio-0.13.1/doc/source/commands.rst-669-        Import your contacts from :file:`/path/to/file` if
poezio-0.13.1/doc/source/commands.rst:670:        specified, or :file:`$HOME/poezio_contacts` if not.
poezio-0.13.1/doc/source/commands.rst-671-
##############################################
poezio-0.13.1/doc/source/configuration.rst-545-        If :term:`themes_dir` is not set, themes will searched for in
poezio-0.13.1/doc/source/configuration.rst:546:        ``$XDG_DATA_HOME/poezio/themes``, i.e. in ``~/.local/share/poezio/themes/``.
poezio-0.13.1/doc/source/configuration.rst-547-        So you should specify the directory you want to use instead.
##############################################
poezio-0.13.1/doc/source/configuration.rst-915-
poezio-0.13.1/doc/source/configuration.rst:916:        If :term:`log_dir` is not set, logs will be saved in ``$XDG_DATA_HOME/poezio/logs``,
poezio-0.13.1/doc/source/configuration.rst-917-        i.e. in ``~/.local/share/poezio/logs/``. So, you should specify the directory
##############################################
poezio-0.13.1/doc/source/configuration.rst-952-        If plugins_conf_dir is not set, plugin configs will be loaded from
poezio-0.13.1/doc/source/configuration.rst:953:        :file:`$XDG_CONFIG_HOME/poezio/plugins`.
poezio-0.13.1/doc/source/configuration.rst-954-        You can specify another directory to use, it will be created if it
##############################################
poezio-0.13.1/doc/source/configuration.rst-961-        If plugins_dir is not set, plugins will be loaded from the plugins/
poezio-0.13.1/doc/source/configuration.rst:962:        dir of the poezio install directory, then ``$XDG_DATA_HOME/poezio/plugins``.
poezio-0.13.1/doc/source/configuration.rst-963-        You can specify another directory to use. It will be created if it
##############################################
poezio-0.13.1/doc/source/configuration.rst-995-        be replaced with a :file:`file://` link to the image file extracted in
poezio-0.13.1/doc/source/configuration.rst:996:        :term:`tmp_image_dir` or :file:`$XDG_CACHE_HOME/poezio/images` by default, which
poezio-0.13.1/doc/source/configuration.rst-997-        is usually :file:`~/.cache/poezio/images`
##############################################
poezio-0.13.1/doc/source/configuration.rst-1004-        :term:`extract_inline_images` is set to true. If unset, poezio
poezio-0.13.1/doc/source/configuration.rst:1005:        will default to :file:`$XDG_CACHE_HOME/poezio/images` which is
poezio-0.13.1/doc/source/configuration.rst-1006-        usually :file:`~/.cache/poezio/images`.
##############################################
poezio-0.13.1/doc/source/install.rst-173-    If you want to use a custom directory for the virtualenv used by poezio,
poezio-0.13.1/doc/source/install.rst:174:    you can use the ``$POEZIO_VENV`` environment variable to set use
poezio-0.13.1/doc/source/install.rst-175-    another path (the default is :file:`poezio-venv`).
##############################################
poezio-0.13.1/doc/source/install.rst-178-
poezio-0.13.1/doc/source/install.rst:179:    The python version used can be customized using the ``$POEZIO_PYTHON``
poezio-0.13.1/doc/source/install.rst-180-    env variable.
##############################################
poezio-0.13.1/doc/source/install.rst-186-.. versionchanged:: 0.12
poezio-0.13.1/doc/source/install.rst:187:    Previously there was a ``$POEZIO_VENV_COMMAND`` env variable to define
poezio-0.13.1/doc/source/install.rst:188:    the command. Now it is required to use ``$POEZIO_PYTHON``.
poezio-0.13.1/doc/source/install.rst-189-
##############################################
poezio-0.13.1/doc/source/install.rst-210-
poezio-0.13.1/doc/source/install.rst:211:If you did, it should be in the ``$PATH`` as ``poezio``, so run:
poezio-0.13.1/doc/source/install.rst-212-
##############################################
poezio-0.13.1/doc/source/misc/troubleshooting.rst-33-------------
poezio-0.13.1/doc/source/misc/troubleshooting.rst:34:Some things may appear in ``$XDG_DATA_HOME/poezio/logs/errors.log``. (or a user-defined :term:`log_dir`/errors.log)
poezio-0.13.1/doc/source/misc/troubleshooting.rst-35-
##############################################
poezio-0.13.1/doc/source/plugins/index.rst-14-Poezio seeks the plugins in the :file:`~/.local/share/poezio/plugins/` dir (more
poezio-0.13.1/doc/source/plugins/index.rst:15:generally, the :file:`$XDG_DATA_HOME/poezio/plugins/` dir), but that can be changed
poezio-0.13.1/doc/source/plugins/index.rst-16-by setting the :term:`plugins_dir` option to the directory where you want to
##############################################
poezio-0.13.1/doc/source/plugins/index.rst-20-directory, in order to always load the latest versions. You should put a plugin
poezio-0.13.1/doc/source/plugins/index.rst:21:in :file:`$XDG_DATA_HOME/poezio/plugins` only if you have a custom version (that
poezio-0.13.1/doc/source/plugins/index.rst-22-will override the one in :file:`../plugins`), or if it is a plugin you made.
##############################################
poezio-0.13.1/doc/source/plugins/index.rst-52-The plugin configuration directory is located in :file:`~/.config/poezio/plugins/`
poezio-0.13.1/doc/source/plugins/index.rst:53:(or :file:`$XDG_CONFIG_HOME/poezio/plugins/`) and the file related to a specific
poezio-0.13.1/doc/source/plugins/index.rst-54-plugin is named :file:`plugin_name.cfg`. The configuration options should usually be
##############################################
poezio-0.13.1/plugins/otr.py-117-
poezio-0.13.1/plugins/otr.py:118:The files are located in :file:`$XDG_DATA_HOME/poezio/otr/` by default (so
poezio-0.13.1/plugins/otr.py-119-:file:`~/.local/share/poezio/otr` in most cases).
##############################################
poezio-0.13.1/plugins/otr.py-153-    keys_dir
poezio-0.13.1/plugins/otr.py:154:        **Default:** ``$XDG_DATA_HOME/poezio/otr``
poezio-0.13.1/plugins/otr.py-155-
##############################################
poezio-0.13.1/plugins/simple_notify.py-72-    command
poezio-0.13.1/plugins/simple_notify.py:73:        The command to execute (with special keywords ``%{from}s`` and ``${body}s``)
poezio-0.13.1/plugins/simple_notify.py-74-