Skip to content

girouette 0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 14:30
· 34 commits to main since this release
v0.7.1
65e153f

girouette is a command line tool that displays the current weather (from OpenWeather) in the terminal.

Features

  • New -o/--offline cli option. If set, girouette will run completely offline with responses from the cache, regardless of the age of cached responses. No network connection will be made.
  • The -k/--key cli option and corresponding config option now support supplying a path to a file containing the key, in the form of -k @openweather.key (relative to girouette's config directory), -k @~/openweather.key (relative to the user's home directory) or -k @/openweather.key (absolute). If given in the config file, the path is required to be valid UTF-8.