Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
232 B

  1. #!/usr/bin/fish
  2. set TEMP_CSV /tmp/twitchy-fortnite.csv
  3. set HEADER "Game,Channel,Viewers,Uptime,Title"
  4. echo $HEADER > $TEMP_CSV
  5. twitchy --non-interactive >> $TEMP_CSV
  6. xsv search -is1 $argv[1] $TEMP_CSV | xsv sort -NRs3 | xsv table