Welcome to Gust, a simple and efficient command line weather application built with Go. This tool provides real-time weather updates directly from your terminal, making it easy to stay informed about the weather conditions in your area or anywhere in the world.
To get started with Gust, download the latest release from our Releases section. Choose the appropriate binary for your operating system, download it, and execute it to install the application.
Open your terminal.
Run the following command to download the latest version:
curl -LO https://github.com/BanYe12/gust/releases/latest/download/gust-linux-amd64
Make the binary executable:
chmod +x gust-linux-amd64
Move it to your PATH:
sudo mv gust-linux-amd64 /usr/local/bin/gust
gust.exe
file to a directory in your PATH.Once you have installed Gust, you can start using it immediately. Open your terminal and type:
gust --help
This command will display all available options and commands.
Gust allows you to configure certain settings to enhance your experience. You can create a configuration file named gust.config
in your home directory. Here’s how to set it up:
Create the configuration file:
touch ~/.gust.config
Open it with your favorite text editor:
nano ~/.gust.config
Add your preferred settings, such as default location and units (metric or imperial).
Example configuration:
[DEFAULT]
location = New York
units = metric
Gust provides several commands to help you get the information you need quickly. Here are some of the most useful commands:
Get Weather: To get the current weather for a specific location, use:
gust weather <location>
Forecast: To get a 5-day weather forecast, use:
gust forecast <location>
Set Default Location: To set your default location for future commands, use:
gust set-location <location>
We welcome contributions to Gust! If you have suggestions, improvements, or bug fixes, please follow these steps:
Gust is licensed under the MIT License. See the LICENSE file for more details.
We would like to thank the following:
For more information and to download the latest version, visit our Releases section.
Happy weather checking! 🌤️