-
I kinda want to have a widget showing the stars of ani-cli in my status bar. You could theoretically hardcode a character range after the grep. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Also u can put same tr command to reduce piping... |
Beta Was this translation helpful? Give feedback.
-
Also a better command.. |
Beta Was this translation helpful? Give feedback.
Also a better command..
curl -s "https://api.github.com/repos/pystardust/ani-cli" | sed -nE 's/.*"stargazers_count": (.*),/\1/p'