Tener el CLIMA en la consola

wthrr nos proporciona el pron贸stico meteorol贸gico directamente en la consola.

Para instalarlo:

cargo install wthrr

Si quereemos una versi贸n en espec铆fico podemos indic谩rsela as铆:

cargo install wthrr <--version 1.0.0>

Podemos crear un alias:

alias clima='wthrr'

Mi configuraci贸n:

.config/weathercrab/wthrr.ron

(
address: "La Plata",
language: "es_ES",
forecast: [
day,
tomorrow,
week,
],
units: (
temperature: celsius,
speed: kmh,
time: military,
precipitation: probability,
),
gui: (
border: rounded,
color: default,
graph: (
style: lines(solid),
rowspan: double,
time_indicator: true,
),
greeting: false,
),
)

Repo: https://github.com/tobealive/wthrr-the-weathercrab

Deja un comentario