You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Unicode symbol font("emoji-font") needs to be available on the system.
67
67
It is likely already installed if you see emojis correctly rendered in your browser and in other applications.
68
-
It will also allow to display line characters that are used in wthrrs daily weather graphs.
68
+
It will also allow to display line characters that are used in wws daily weather graphs.
69
69
Noto fonts that add support for Unicode glyphs are usually available via the package manager.
70
70
71
71
- macOS
@@ -83,7 +83,7 @@ Noto fonts that add support for Unicode glyphs are usually available via the pac
83
83
It's enough to install the font, there is no need for configuration changes.
84
84
85
85
> **Note**
86
-
> Depending on the used system and terminal another font package might be necessary. If you encounter missing glyphs in the graph: Instead of searching for the correct font package, you can also try setting a different graph style in the [config](https://github.com/ttytm/wthrr-the-weathercrab#config).
86
+
> Depending on the used system and terminal another font package might be necessary. If you encounter missing glyphs in the graph: Instead of searching for the correct font package, you can also try setting a different graph style in the [config](https://github.com/andygeorge/ww#config).
87
87
88
88
</details>
89
89
@@ -105,37 +105,37 @@ It's enough to install the font, there is no need for configuration changes.
105
105
106
106
There are several alternatives to the installation via `cargo`.
107
107
108
-
- Prebuilt binaries for GNU/Linux, macOS and Windows can be downloaded from the [GitHub release page](https://github.com/ttytm/wthrr-the-weathercrab/releases).
108
+
- Prebuilt binaries for GNU/Linux, macOS and Windows can be downloaded from the [GitHub release page](https://github.com/andygeorge/ww/releases).
109
109
110
110
- If you are on NetBSD, a package is available from the official repositories.
- On Arch Linux, `wthrr` can be installed from the [AUR](https://aur.archlinux.org/packages?O=0&SeB=nd&K=wthrr&outdated=&SB=p&SO=d&PP=50&submit=Go) using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers). For example:
122
+
- On Arch Linux, `ww` can be installed from the [AUR](https://aur.archlinux.org/packages?O=0&SeB=nd&K=ww&outdated=&SB=p&SO=d&PP=50&submit=Go) using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers). For example:
123
123
```
124
-
paru -S wthrr
124
+
paru -S ww
125
125
```
126
126
- On macOS, you can use Homebrew
127
127
```
128
-
brew install wthrr
128
+
brew install ww
129
129
```
130
130
131
131
## Build from source
132
132
133
133
To compile the app yourself, clone the repository and build the release version.
Without having added an address or options, wthrr uses the [config](https://github.com/ttytm/wthrr-the-weathercrab#config) saved as default.<br>
36
-
If you haven't configured anything as default yet, wthrr can try to search for a weather station near you and save the searched location as default.
35
+
Without having added an address or options, ww uses the [config](https://github.com/andygeorge/ww#config) saved as default.<br>
36
+
If you haven't configured anything as default yet, ww can try to search for a weather station near you and save the searched location as default.
37
37
38
38
**It's always possible to specify an address.** E.g.,
39
39
40
40
```
41
-
wthrr melbourne
41
+
ww melbourne
42
42
```
43
43
44
44
Depending on the place you are looking for, you might need to be more specific.
@@ -48,21 +48,21 @@ If the address contains spaces, separate them with a hyphen or enclose them in q
48
48
To search explicitly for a weather station in the vicinity, call
49
49
50
50
```
51
-
wthrr auto
51
+
ww auto
52
52
```
53
53
54
-
As a final example, we instruct wthrr to use Fahrenheit and mph as units and add the hourly forecast for the day
54
+
As a final example, we instruct ww to use Fahrenheit and mph as units and add the hourly forecast for the day
55
55
56
56
```
57
-
wthrr -u f,mph -f d
57
+
ww -u f,mph -f d
58
58
```
59
59
60
60
### Find further usage parameters in the help information
61
61
62
62
```
63
-
> wthrr -h
63
+
> ww -h
64
64
65
-
Usage: wthrr [OPTIONS] [ADDRESS]
65
+
Usage: ww [OPTIONS] [ADDRESS]
66
66
67
67
Arguments:
68
68
[ADDRESS]
@@ -80,7 +80,7 @@ Options:
80
80
-s, --save
81
81
Save the supplied values as default
82
82
-r, --reset
83
-
Wipe wthrr's configuration data
83
+
Wipe ww's configuration data
84
84
-h, --help
85
85
Print help
86
86
-V, --version
@@ -98,16 +98,16 @@ Options:
98
98
|||
99
99
100
100
<sup>\*Rendering and colors are influenced by the terminal used and its theme and font.<br>
101
-
E.g., the first of the above screenshots show wthrr in nvim(toggleterm) using kitty as terminal with a Dracula theme and JetBrainsMono Nerd font. The last screenshot shows wthrr in Yakuake/Konsole, also with a Dracula color scheme.</sup>
101
+
E.g., the first of the above screenshots show ww in nvim(toggleterm) using kitty as terminal with a Dracula theme and JetBrainsMono Nerd font. The last screenshot shows ww in Yakuake/Konsole, also with a Dracula color scheme.</sup>
102
102
103
103
## Config
104
104
105
-
The address, units and default forecast can be saved as default values in wthrr's config file by adding the `-s` flag to a run. This will save the config in `wthrr.ron`.
105
+
The address, units and default forecast can be saved as default values in ww's config file by adding the `-s` flag to a run. This will save the config in `ww.ron`.
| development |`cargo install --git https://github.com/ttytm/wthrr-the-weathercrab`|
161
+
| development |`cargo install --git https://github.com/andygeorge/ww`|
162
162
|||
163
163
164
-
**Requirements and alternative, platform-specific installation instructions can be found in [`INSTALL.md`](https://github.com/ttytm/wthrr-the-weathercrab/blob/main/INSTALL.md).**
164
+
**Requirements and alternative, platform-specific installation instructions can be found in [`INSTALL.md`](https://github.com/andygeorge/ww/blob/main/INSTALL.md).**
165
165
166
166
> **Important**
167
167
> To display symbols correctly, the used terminal must be configured to use a NerdFont.
168
168
169
169
## Outlook
170
170
171
-
The [issues](https://github.com/ttytm/wthrr-the-weathercrab/issues) section lists some of the features that are being worked on.
171
+
The [issues](https://github.com/andygeorge/ww/issues) section lists some of the features that are being worked on.
172
172
173
173
Contributions like 🐛bug reports, ⭐️stars and 💡suggestions are welcome alike!
174
174
175
-
A simple changelog can be found on the [releases page](https://github.com/ttytm/wthrr-the-weathercrab/releases).
175
+
A simple changelog can be found on the [releases page](https://github.com/andygeorge/ww/releases).
0 commit comments