===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
asciinema-2.0.2/CHANGELOG.md-115-* Recorded process has `ASCIINEMA_REC` env variable set (useful for "rec"
asciinema-2.0.2/CHANGELOG.md:116:  indicator in shell's `$PROMPT/$RPROMPT`)
asciinema-2.0.2/CHANGELOG.md-117-* No more terminal resetting (via `reset` command) before and after recording
##############################################
asciinema-2.0.2/README.md-133-command (process) that is recorded can be specified with `-c` option (see
asciinema-2.0.2/README.md:134:below), and defaults to `$SHELL` which is what you want in most cases.
asciinema-2.0.2/README.md-135-
##############################################
asciinema-2.0.2/README.md-256-locally when you run asciinema for the first time, and saved at
asciinema-2.0.2/README.md:257:`$HOME/.config/asciinema/install-id`. It's purpose is to connect local machine
asciinema-2.0.2/README.md-258-with uploaded recordings, so they can later be associated with asciinema.org
##############################################
asciinema-2.0.2/README.md-289-You can configure asciinema by creating config file at
asciinema-2.0.2/README.md:290:`$HOME/.config/asciinema/config`.
asciinema-2.0.2/README.md-291-
##############################################
asciinema-2.0.2/README.md-338-
asciinema-2.0.2/README.md:339:Config directory location can be changed by setting `$ASCIINEMA_CONFIG_HOME`
asciinema-2.0.2/README.md-340-environment variable.
asciinema-2.0.2/README.md-341-
asciinema-2.0.2/README.md:342:If `$XDG_CONFIG_HOME` is set on Linux then asciinema uses
asciinema-2.0.2/README.md:343:`$XDG_CONFIG_HOME/asciinema` instead of `$HOME/.config/asciinema`.
asciinema-2.0.2/README.md-344-
asciinema-2.0.2/README.md:345:> asciinema versions prior to 1.1 used `$HOME/.asciinema`. If you have it
asciinema-2.0.2/README.md:346:> there you should `mv $HOME/.asciinema $HOME/.config/asciinema`.
asciinema-2.0.2/README.md-347-