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:

  1. qq tails the $TMPDIR/q file
  2. rmqq clears the $TMPDIR/q file 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