Arne Christian Beer
Arne Christian Beer
The newest commit on the branch now accepts a map of tasks. `pueue status --json | jq -c '.tasks' | pueue format-status` works, your more complex example @codekoala also works...
@stranger-danger-zamu @codekoala Just let me know if this feature is now to your liking :) I'll then go ahead and merge that PR.
Perfect, I'm going to merge this then! I also patched the command so that it can accept both, a map and a list of tasks. This should improve the ergonomics...
Hey everyone :) I started working on this feature and already implemented the first steps. I would really like to get some feedback on my current syntax design from you,...
The v3.0.0 release candidate is [now published](https://github.com/Nukesor/pueue/releases/tag/v3.0.0-rc.0) It would be awesome if you could give it a spin and check if there're any bugs or issues :)
Feel free to tinker around a bit :) I would love to hear about your approach on this problem.
Once you have some vision on how to implement this, it would be awesome to hear about it. Especially how you plan to combine the two streams into a singular...
Hm. The thing about doing it that way might be that stdout/stderr doesn't always get flushed in one go. Especially python scripts are known to notoriously flush late. As long...
Turns out the journalctl implementation has the same problem as I explained above: https://github.com/systemd/systemd/pull/6599#issuecomment-326045899 If we do this, we should probably do it the same way as journalctl planned to...
I'm closing this for now, as this will require a major internal refactoring and it's not clear how benefitial this'll be yet.