# look for a string in processes names
pg() { sa__proc_grep "${@}"; }
sa__proc_grep() {
pgrep \
--list-full \
"${@}"
}