===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yadm-2.5.0/completion/README.md-23-### Manual installation
yadm-2.5.0/completion/README.md:24:Copy the completion script `yadm.zsh_completion` locally, rename it to `_yadm`, and add the containing folder to `$fpath` in `.zshrc`:
yadm-2.5.0/completion/README.md-25-```
##############################################
yadm-2.5.0/completion/README.md-39-### Manual installation
yadm-2.5.0/completion/README.md:40:Copy the completion script `yadm.fish_completion` locally, rename it to `yadm.fish`, and add it to any folder within `$fish_complete_path`. For example, for local installation, you can copy it to `$HOME/.config/fish/completions/` and it will be loaded when `yadm` is invoked.
##############################################
yadm-2.5.0/contrib/hooks/parsing_full_command_example/README.md:1:## Example of parsing `$YADM_HOOK_FULL_COMMAND`
yadm-2.5.0/contrib/hooks/parsing_full_command_example/README.md-2-
##############################################
yadm-2.5.0/contrib/hooks/parsing_full_command_example/README.md-6-----    | -----------
yadm-2.5.0/contrib/hooks/parsing_full_command_example/README.md:7:pre_log | Provides an example of parsing `$YADM_HOOK_FULL_COMMAND` in Bash