Skip to content

Instantly share code, notes, and snippets.

@jorgeatgu
Created November 20, 2019 07:33
Show Gist options
  • Save jorgeatgu/e85ee2b82a8a6cb17d99d8247e00c916 to your computer and use it in GitHub Desktop.
Save jorgeatgu/e85ee2b82a8a6cb17d99d8247e00c916 to your computer and use it in GitHub Desktop.
remove console
## Dependecia: https://github.com/ggreer/the_silver_searcher
## alias gs="git status && console"
function console {
pwd=$(pwd)
if [ -z "$(ag console.log "$pwd")" ]
then
echo -e '\033[1;31m Good job \033[0m 😎'
else
ag console.log "$pwd"
echo -e '\033[1;31m Remove console.log \033[0m 💩'
say "Remove console log"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment