dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

weather.talon (368B)


      1 weather forecast: user.system_path_command('env LESS="RiX" setsid -f alacritty -e weather nebusice')
      2 weather now:
      3     speech.disable()
      4     user.system_path_command('curl -sL https://wttr.in/\\?format=%C:%t:%f:%w:%p\\&m | ruby -e "d=ARGF.read.split(\':\'); puts d.first + \', temperature \' + d[2] + \', wind \' + d[3] + \', rain \' + d[4]" | say')
      5     speech.enable()