← Back to context Comment by alecco 13 hours ago Consider using decrementing score order (best on top) 4 comments alecco Reply kristopolous 12 hours ago 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. datadrivenangel 12 hours ago Have it print paginated or just top 10? kristopolous 12 hours ago 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. spwa4 12 hours ago [dead]
kristopolous 12 hours ago 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. datadrivenangel 12 hours ago Have it print paginated or just top 10? kristopolous 12 hours ago 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.
datadrivenangel 12 hours ago Have it print paginated or just top 10? kristopolous 12 hours ago 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.
kristopolous 12 hours ago 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.
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:
or maybe just the qwen
only the ones in the past 30 days
I use it in pipes like this.
[dead]