Josh VanderLinden

Results 31 comments of Josh VanderLinden

I'm currently using conky to generate my i3bar, and I love being able to see the up/down rates. It's the only thing missing from goi3bar for me right now!

That sounds like exactly what I had in mind. I'll have to take a look at your project. Thanks!

Can you describe to me why you want this to be \d{4}? Right now it's using .{3} to maintain a little bit of backward compatibility with sites that used django-articles...

@Nukesor this looks fantastic! Thank you for implementing this feature. I will give it a spin this coming week and report back with any feedback.

@LordFPL thank you for describing your setup. I'm interested to learn more about your setup after splitting things into different parts. Have you noticed any other possible tweaks since 2...

Thank you for your response! Introducing flexible filtering logic would definitely be a lot more complicated than I had initially considered when I created the ticket. Doing it "right" would...

Using something like `Pest` to handle a SQL-esque filter language sounds really interesting to me! I would totally be on board with that! I'm not sure when I'll have time...

> I guess a format-status command could be somewhat useful until there's a proper filtering language implemented. All it the subcommand had to do would be to read the state,...

I can verify that the `pueue status -j | pueue format-status` command does work for me as well. It appears that this will work quite nicely, thank you! That said,...

For context, this is what I've come up with so far for basic task filtering using `jq`: ```bash $ pueue status --json | jq -c '.tasks | to_entries | map(select(.value.command...