NOTICE: This package has been removed from pkgsrc

./wip/ansiweather, Display current weather conditions in your terminal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.02, Package name: ansiweather-1.02, Maintainer: pkgsrc-users

AnsiWeather is a Shell script for displaying the current weather conditions in
your terminal, with support for ANSI colors and Unicode symbols.

Weather data comes from the `OpenWeatherMap` free weather API.

The default location of a configuration file can be overriden by the global
environment variable ANSIWEATHERRC.

Beware, if configuration file doesn't exists, the script queries a GeoIP API to
try to approximate user location, this service may be overloaded at time so the
application might appear stalled.


Required to run:
[www/curl] [shells/bash] [math/bc] [devel/jq]

Master sites:

SHA1: 3a36aef98e954d23dbdbd0de13a28909875c0aae
RMD160: 889ec3a3287fa9350f7619381d90077491971b60
Filesize: 5.628 KB

Version history: (Expand)


CVS history: (Expand)


   2015-09-09 00:01:51 by Kamil Rytarowski | Files touched by this commit (4) | Package removed
Log message:
ansiweather 1.03 imported to pkgsrc as misc/ansiweather
   2015-09-08 23:46:17 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Weather packages are in misc/
   2015-09-08 22:57:45 by Kamil Rytarowski | Files touched by this commit (2) | Package updated
Log message:
AnsiWeather 1.03 (2015-09-08)

- Removed dependency on Bash, AnsiWeather is now using plain sh
- Detect all numeric locations and switching from 'q' to 'id' API query
  parameter in this case
- Do not attempt to convert pressure data to imperial units in forecast
  mode (Bugfix)
- Added a '-h' option to display usage
- Parse arguments before setting options (Thanks Lucas Hoffmann)
- Documentation updates
- Linting and minor fixes
   2015-05-16 23:56:53 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Reorganize description
   2015-05-16 23:44:29 by Kamil Rytarowski | Files touched by this commit (2)
Log message:
githubify
   2015-05-16 23:40:56 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Improve description.
   2015-05-16 23:13:32 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Remove superfluous REPLACE_BASH
   2015-05-16 23:10:05 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Add awk:run and grep:run to USE_TOOLS