ZSH plugin for Q, the Dirty Debugging tool
October 15, 2018 ยท View on GitHub
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 libraries
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.
Credits
The two functions originates from y0ssar1an's implementation of Q in Go