q
is Quick-and-dirty debugging output for tired programmers.
This ZSH plugin adds two functions:
qq
tails the$TMPDIR/q
filermqq
clears the$TMPDIR/q
file 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