scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

newsboat.sh (214B)


      1 #!/bin/bash
      2 
      3 MONTH=$(date "+%Y-%m")
      4 mkdir -p $HOME/personal-files/web/$MONTH
      5 
      6 # if I save a feed item then it goes to the right place
      7 st -e bash -c 'cd ~/personal-files/web/$(date "+%Y-%m") && newsboat; exec bash'