list all the queued task even none-executed ones?
gotbletu opened this issue · 4 comments
gotbletu commented
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
I guess it would be useful. Try 3815763 with fq -qn
.
gotbletu commented
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
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
hehe alright thats fine, those wasnt that important to me