===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tmuxinator-2.0.1/README.md-66-
tmuxinator-2.0.1/README.md:67:Note: ZSH's completion files can be put in other locations in your `$fpath`. Please refer to the [manual](http://zsh.sourceforge.net/Doc/Release/Functions.html) for more details.
tmuxinator-2.0.1/README.md-68-
##############################################
tmuxinator-2.0.1/README.md-96-names as tmux uses them internally to delimit between windows and panes.
tmuxinator-2.0.1/README.md:97:Your default editor (`$EDITOR`) is used to open the file.
tmuxinator-2.0.1/README.md-98-If this is a new project you will see this default config:
##############################################
tmuxinator-2.0.1/README.md-377-
tmuxinator-2.0.1/README.md:378:- `$TMUXINATOR_CONFIG`
tmuxinator-2.0.1/README.md:379:- `$XDG_CONFIG_HOME/tmuxinator`
tmuxinator-2.0.1/README.md-380-- `~/.tmuxinator`
##############################################
tmuxinator-2.0.1/lib/tmuxinator/cli.rb-94-        project_file = find_project_file(name, options[:local])
tmuxinator-2.0.1/lib/tmuxinator/cli.rb:95:        Kernel.system("$EDITOR #{project_file}") || doctor
tmuxinator-2.0.1/lib/tmuxinator/cli.rb-96-      end
##############################################
tmuxinator-2.0.1/lib/tmuxinator/cli.rb-343-
tmuxinator-2.0.1/lib/tmuxinator/cli.rb:344:      Kernel.system("$EDITOR #{new_config_path}")
tmuxinator-2.0.1/lib/tmuxinator/cli.rb-345-    end