q is Quick-and-dirty debugging output for tired programmers.
This ZSH plugin adds two functions:
qqtails the$TMPDIR/qfilermqqclears the$TMPDIR/qfile before tailing it
Q is available in multiple languages:
In Python, the canonical version is the q module by zestyping.
In Go, see the Q library by y0ssar1an.
In Javascript, see my q.js NPM module.
The two functions originates from y0ssar1an's implementation of Q in Go