Initial Commit, move from a symlink farm to yadm

This commit is contained in:
2024-05-14 16:41:00 +02:00
commit 957a4eb474
210 changed files with 29165 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# espanso-package-wttr
An espanso package for getting the weather from [Igor Chubin's](https://github.com/chubin) console-oriented weather service [wttr.in](https://wttr.in).
For more information about espanso packages, read the [documentation](https://espanso.org/docs/).
## Usage
Available replacement examples:
| replacement | sample output | description |
| --------------------- | -------------------------------- | ------------------------------------- |
| `:wttrin` | Spring, United States: ⛅️ +80°F | Current location's current weather |
| `:moonphase` | 🌕 | Current phase of the moon |
| `:wttrat/{location}/` | dallas: ☀️ +88°F | Current weather in specified location. Separate words with `+` instead of spaces. |
## Installation
`espanso install wttr`
## Dependencies
Requires `curl`.
## Package Details
Repository: [https://github.com/bradyjoslin/espanso-package-wttr/](https://github.com/bradyjoslin/espanso-package-wttr/)
This package has been edited by the Espanso Team to port it to the new v2 format.