Skip to content

Instantly share code, notes, and snippets.

@ogaida
Last active June 4, 2024 21:00
Show Gist options
  • Save ogaida/fef64ce64d20b7af635af280005c0559 to your computer and use it in GitHub Desktop.
Save ogaida/fef64ce64d20b7af635af280005c0559 to your computer and use it in GitHub Desktop.
fzf mail.log
function fzf_maillog(){
logfile=$1
cat ${logfile}|fzf -i -e --preview="grep -F \$(awk '{print \$6}' {+f}) ${logfile}" --preview-window=up:50%:wrap -m --bind ctrl-t:toggle-all
}
@ogaida
Copy link
Author

ogaida commented Jun 3, 2024

good filters:

  • !noqueue type= !=spam !=bulk.ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment