leahneukirchen / nq

Unix command line queue utility
Other
2.8k stars 61 forks source link

list all the queued task even none-executed ones? #19

Closed gotbletu closed 8 years ago

gotbletu commented 8 years ago

This command $fq -qa only shows task that has been executed already. Is there a way to list all task that has NOT been executed yet also? Sometimes i add a lot to the queue but forgot which things i added already.

leahneukirchen commented 8 years ago

I guess it would be useful. Try 3815763 with fq -qn.

gotbletu commented 8 years ago

Thanks that works =) , would great if it had a status next to it also, like (running, finished, queue) next to the commands and also an errorlevel Status (0 or 1) to see which commands failed or not ; similar to task-spooler

leahneukirchen commented 8 years ago

Exit status is only tracked as a message in the file.

FWIW, the running script has +x bit set, so probably ls -l already does what you want. :)

gotbletu commented 8 years ago

hehe alright thats fine, those wasnt that important to me