===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tmuxp-1.5.4/CHANGES-21-- :issue:`491` ``tmuxp freeze`` will now infer active session with freezing
tmuxp-1.5.4/CHANGES:22:- :issue:`490` Fix XDG's ``$XDG_CONFIG_HOME`` behavior
tmuxp-1.5.4/CHANGES-23-- :issue:`483`, :issue:`482`, :issue:`480`  Doc fixes
##############################################
tmuxp-1.5.4/CHANGES-389-------------------
tmuxp-1.5.4/CHANGES:390:- Fix ``$ tmuxp freeze`` CLI output.
tmuxp-1.5.4/CHANGES-391-- Update ``_compat`` support module.
##############################################
tmuxp-1.5.4/CHANGES-396-- :issue:`48` Fix Python 3 CLI issue.
tmuxp-1.5.4/CHANGES:397:- :issue:`48` ``$ tmuxp`` without option raises an error.
tmuxp-1.5.4/CHANGES-398-- Add space before send-keys to not populate bash and zsh
##############################################
tmuxp-1.5.4/CHANGES-436-- :issue:`26` :issue:`29` for OS X tests. Thanks stratoukos.
tmuxp-1.5.4/CHANGES:437:- :issue:`27` ``$ tmuxp freeze`` raises unhelpful message if session doesn't
tmuxp-1.5.4/CHANGES-438-  exist.
##############################################
tmuxp-1.5.4/CHANGES-442-- fix bug were ``focus: true`` would not launch sessions when using
tmuxp-1.5.4/CHANGES:443:  ``$ tmuxp load`` in a tmux session.
tmuxp-1.5.4/CHANGES-444-
##############################################
tmuxp-1.5.4/CHANGES-455-  set to 1. Update tests to fix if ``pane-base-index`` is not 0.
tmuxp-1.5.4/CHANGES:456:- removed ``$ tmuxp load --list`` functionality. Update
tmuxp-1.5.4/CHANGES-457-  :ref:`quickstart` accordingly.
##############################################
tmuxp-1.5.4/CHANGES-505---------------------
tmuxp-1.5.4/CHANGES:506:- [freeze] - ``$ tmuxp freeze`` will now freeze a window with a
tmuxp-1.5.4/CHANGES-507-  ``start_directory`` when all panes in a window are inside the same
##############################################
tmuxp-1.5.4/CHANGES-521-
tmuxp-1.5.4/CHANGES:522:    This will improve ``$ tmuxp freeze``
tmuxp-1.5.4/CHANGES-523-
##############################################
tmuxp-1.5.4/CHANGES-560-  ``__list_windows`` and ``__list_sessions`` into the single underscore.
tmuxp-1.5.4/CHANGES:561:- :issue:`12` fix for ``$ tmuxp freeze`` by @finder.
tmuxp-1.5.4/CHANGES:562:- Support for spaces in ``$ tmuxp attach-session`` and
tmuxp-1.5.4/CHANGES:563:  ``$ tmuxp kill-session``, and ``$ tmuxp freeze``.
tmuxp-1.5.4/CHANGES-564-- [config] support for relative paths of ``start_directory``. Add an
##############################################
tmuxp-1.5.4/CHANGES-572-  ``colors=8``.
tmuxp-1.5.4/CHANGES:573:- ``$ tmuxp -2`` for forcing 256 colors and ``tmuxp -8`` for forcing 88.
tmuxp-1.5.4/CHANGES-574-- [config] Concatenation with ``start_directory`` via
##############################################
tmuxp-1.5.4/CHANGES-657-  argument as a string also.
tmuxp-1.5.4/CHANGES:658:- fix ``$ tmuxp load -l`` to work correctly alongside
tmuxp-1.5.4/CHANGES:659:  ``$ tmuxp load filename``.
tmuxp-1.5.4/CHANGES-660-
##############################################
tmuxp-1.5.4/CHANGES-672-  be reimplemented fresh.
tmuxp-1.5.4/CHANGES:673:- check for ``oh-my-zsh`` when using ``$SHELL`` ``zsh``. Prompt if
tmuxp-1.5.4/CHANGES-674-  ``DISABLE_AUTO_TITLE`` is unset or set to ``true``.
tmuxp-1.5.4/CHANGES:675:- tmuxp can now ``$ tmuxp convert <file>`` from JSON <=> YAML, back
tmuxp-1.5.4/CHANGES-676-  and forth.
##############################################
tmuxp-1.5.4/CHANGES-701-- Examples now have graphics
tmuxp-1.5.4/CHANGES:702:- ``$ tmuxp -v`` will print the version info.
tmuxp-1.5.4/CHANGES-703-
##############################################
tmuxp-1.5.4/CHANGES-782-- initial examples, misc. updates, front page update.
tmuxp-1.5.4/CHANGES:783:- support for ``$ tmux .`` to load ``.tmuxp.{yaml/json/py}`` in current
tmuxp-1.5.4/CHANGES-784-  working directory.
##############################################
tmuxp-1.5.4/doc/about.rst-83-
tmuxp-1.5.4/doc/about.rst:84:**Conversion** ``$ tmuxp convert <filename>`` can convert files to and
tmuxp-1.5.4/doc/about.rst-85-from JSON and YAML.
##############################################
tmuxp-1.5.4/doc/about.rst-100-- Pre-commands virtualenv / rvm / any other commands.
tmuxp-1.5.4/doc/about.rst:101:- Load config from anywhere ``$ tmuxp load /full/file/path.json``.
tmuxp-1.5.4/doc/about.rst-102-- Load config ``.tmuxp.yaml`` or ``.tmuxp.json`` from current working
tmuxp-1.5.4/doc/about.rst:103:  directory with ``$ tmuxp load .``.
tmuxp-1.5.4/doc/about.rst:104:- ``$ tmuxp -2``, ``$ tmuxp -8`` for forcing term colors a la
tmuxp-1.5.4/doc/about.rst-105-  :term:`tmux(1)`.
tmuxp-1.5.4/doc/about.rst:106:- ``$ tmuxp -L<socket-name>``, ``$ tmuxp -S<socket-path>`` for sockets and
tmuxp-1.5.4/doc/about.rst:107:  ``$ tmuxp -f<config-file>`` for config file.
tmuxp-1.5.4/doc/about.rst-108-
##############################################
tmuxp-1.5.4/doc/about_tmux.rst-85-One screen can be used to edit a file, and another may be used to
tmuxp-1.5.4/doc/about_tmux.rst:86:``$ tail -F`` a logfile.
tmuxp-1.5.4/doc/about_tmux.rst-87-
##############################################
tmuxp-1.5.4/doc/about_tmux.rst-257-
tmuxp-1.5.4/doc/about_tmux.rst:258:    Running ``$ tmux list-sessions`` or any other command for listing tmux
tmuxp-1.5.4/doc/about_tmux.rst:259:    entities (such as ``$ tmux list-windows`` or ``$ tmux list-panes``).
tmuxp-1.5.4/doc/about_tmux.rst-260-    This can generate the error "failed to connect to server".
##############################################
tmuxp-1.5.4/doc/about_tmux.rst-537-So if ``/usr/local/bin/tmux-mem-cpu-load`` outputs stats to
tmuxp-1.5.4/doc/about_tmux.rst:538:``stdout``, then ``$(tmux-mem-cpu-load)`` is going to output the first
tmuxp-1.5.4/doc/about_tmux.rst-539-line to the status line.  The interval is determined by the
##############################################
tmuxp-1.5.4/doc/cli.rst-46-1. The directory with a ``.tmuxp.{yaml,yml,json}`` file in it
tmuxp-1.5.4/doc/cli.rst:47:2. The name of the project file in your `$HOME/.tmuxp` folder
tmuxp-1.5.4/doc/cli.rst-48-3. The direct path of the tmuxp file you want to load
##############################################
tmuxp-1.5.4/doc/developing.rst-15-``make test`` will create a tmux server on a separate ``socket_name``
tmuxp-1.5.4/doc/developing.rst:16:using ``$ tmux -L test_case``.
tmuxp-1.5.4/doc/developing.rst-17-
##############################################
tmuxp-1.5.4/doc/developing.rst-155-
tmuxp-1.5.4/doc/developing.rst:156:  - Terminal 1: ``$ tmux -L test_case``
tmuxp-1.5.4/doc/developing.rst:157:  - Terminal 2: ``$ cd`` into the tmuxp project and into the
tmuxp-1.5.4/doc/developing.rst-158-    ``virtualenv`` if you are using one, see details on installing the dev
##############################################
tmuxp-1.5.4/doc/examples.rst-190-support normal shell variables, since they are sent into panes
tmuxp-1.5.4/doc/examples.rst:191:automatically via ``send-key`` in ``tmux(1)``. See ``ls $PWD`` in
tmuxp-1.5.4/doc/examples.rst-192-example.
##############################################
tmuxp-1.5.4/doc/examples.rst-412-tmuxp supports loading configs via absolute filename with ``tmuxp load``
tmuxp-1.5.4/doc/examples.rst:413:and via ``$ tmuxp load .`` if config is in directory.
tmuxp-1.5.4/doc/examples.rst-414-
##############################################
tmuxp-1.5.4/doc/glossary.rst-24-        The server holds multiple :term:`Session`. By default, tmux
tmuxp-1.5.4/doc/glossary.rst:25:        automatically starts the server the first time ``$ tmux`` is ran.
tmuxp-1.5.4/doc/glossary.rst-26-
##############################################
tmuxp-1.5.4/doc/quickstart.rst-30-
tmuxp-1.5.4/doc/quickstart.rst:31:Configuration files can be stored in ``$HOME/.tmuxp`` or in project
tmuxp-1.5.4/doc/quickstart.rst-32-directories as ``.tmuxp.py``, ``.tmuxp.json`` or ``.tmuxp.yaml``.
##############################################
tmuxp-1.5.4/doc/quickstart.rst-91-======================================== =================================
tmuxp-1.5.4/doc/quickstart.rst:92::meth:`libtmux.Server.new_session`       ``$ tmux new-session``
tmuxp-1.5.4/doc/quickstart.rst:93::meth:`libtmux.Server.list_sessions`     ``$ tmux list-sessions``
tmuxp-1.5.4/doc/quickstart.rst:94::meth:`libtmux.Session.list_windows`     ``$ tmux list-windows``
tmuxp-1.5.4/doc/quickstart.rst:95::meth:`libtmux.Session.new_window`       ``$ tmux new-window``
tmuxp-1.5.4/doc/quickstart.rst:96::meth:`libtmux.Window.list_panes`        ``$ tmux list-panes``
tmuxp-1.5.4/doc/quickstart.rst:97::meth:`libtmux.Window.split_window`      ``$ tmux split-window``
tmuxp-1.5.4/doc/quickstart.rst:98::meth:`libtmux.Pane.send_keys`           ``$ tmux send-keys``
tmuxp-1.5.4/doc/quickstart.rst-99-======================================== =================================
##############################################
tmuxp-1.5.4/tmuxp/cli.py-466-    If an exception is raised during the building of the workspace, tmuxp will
tmuxp-1.5.4/tmuxp/cli.py:467:    prompt to cleanup (``$ tmux kill-session``) the session on the user's
tmuxp-1.5.4/tmuxp/cli.py-468-    behalf. An exception raised during this process means it's not easy to
##############################################
tmuxp-1.5.4/tmuxp/config.py-114-    """
tmuxp-1.5.4/tmuxp/config.py:115:    Return expanded path based on user's ``$HOME`` and ``env``.
tmuxp-1.5.4/tmuxp/config.py-116-
##############################################
tmuxp-1.5.4/tmuxp/workspacebuilder.py-67-    It handles the magic of cases where the user may want to start
tmuxp-1.5.4/tmuxp/workspacebuilder.py:68:    a session inside tmux (when `$TMUX` is in the env variables).
tmuxp-1.5.4/tmuxp/workspacebuilder.py-69-    """
##############################################
tmuxp-1.5.4/tmuxp/workspacebuilder.py-273-
tmuxp-1.5.4/tmuxp/workspacebuilder.py:274:        Run ``shell_command`` with ``$ tmux send-keys``.
tmuxp-1.5.4/tmuxp/workspacebuilder.py-275-