qme icon indicating copy to clipboard operation
qme copied to clipboard

Simple utility for queueing long-running shell commands

Results 3 qme issues
Sort by recently updated
recently updated
newest added

It would be helpful if the `qme` command accepted at least a `-h` option for a minimal help text — e.g.: ```sh $ qme -h usage: qme [-h] COMMAND [ARG...

As it is, `qme` listens on `/tmp/qme.sock`. This will fail in a multi-user environment where more that one user is attempting to queue jobs. Instead use a socket name based...

Currently, only the first command that started the server remains as the terminal title.