===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
todo.txt-cli-2.12.0/.github/CONTRIBUTING.md-74-
todo.txt-cli-2.12.0/.github/CONTRIBUTING.md:75:1. What version of shell are you using (`echo $0` or `$(echo $SHELL) --version)`)?
todo.txt-cli-2.12.0/.github/CONTRIBUTING.md-76-1. What operating system and processor architecture are you using?
##############################################
todo.txt-cli-2.12.0/CHANGELOG.md-35-
todo.txt-cli-2.12.0/CHANGELOG.md:36:- Added support for `$XDG_CONFIG_HOME` config file/actions location
todo.txt-cli-2.12.0/CHANGELOG.md-37-- Created [CODE_OF_CONDUCT.md](.github/CODE_OF_CONDUCT.md) ([#217])
##############################################
todo.txt-cli-2.12.0/CHANGELOG.md-131-- Added highlighting of done, but not yet archived tasks via _COLOR_DONE_
todo.txt-cli-2.12.0/CHANGELOG.md:132:- Color map (BLACK, ...) now supports spaces in the color definitions, making it possible to override the default ANSI escape codes with e.g. Conky tags (`${color black}`)
todo.txt-cli-2.12.0/CHANGELOG.md-133-
##############################################
todo.txt-cli-2.12.0/CHANGELOG.md-167-
todo.txt-cli-2.12.0/CHANGELOG.md:168:- Support use of `$HOME/.todo/` for all todo.sh configuration
todo.txt-cli-2.12.0/CHANGELOG.md-169-- Added new multiple do capability to help message
todo.txt-cli-2.12.0/CHANGELOG.md-170-- Added option to disable final filter
todo.txt-cli-2.12.0/CHANGELOG.md:171:- Added a new variable `$TODO_FULL_SH`
todo.txt-cli-2.12.0/CHANGELOG.md-172-- Added new action `addm`
##############################################
todo.txt-cli-2.12.0/CHANGELOG.md-347-
todo.txt-cli-2.12.0/CHANGELOG.md:348:- The default location of your `.todo` file is now `$HOME/.todo`
todo.txt-cli-2.12.0/CHANGELOG.md-349-
##############################################
todo.txt-cli-2.12.0/tests/test-lib.sh-366-		if [ "$verbose" = t ]; then
todo.txt-cli-2.12.0/tests/test-lib.sh:367:			output=`echo; echo Stderr is:; cat "$stderr"`
todo.txt-cli-2.12.0/tests/test-lib.sh-368-		else