Hacker News new | ask | show | jobs
by alecco 4 hours ago
Consider using decrementing score order (best on top)
1 comments

then I'd have to scroll up over 500 lines after running it every time to see what I care about.

But if that's your thing, here you go: https://github.com/day50-dev/aa-eval-email/commit/1853be6461...

add an argument (any argument) and it will be sorted as your specified. It just works as a toggle flipping the order ... so literally any string will do.

The original link has been updated accordingly with the new code.

Have it print paginated or just top 10?
only the small ones:

  $ ./art-analysis.sh | grep small
or maybe just the qwen

  $ ./art-analysis.sh | grep Qwen
only the ones in the past 30 days

  $ ./art-analysis.sh | awk '$2 < 31'
I use it in pipes like this.