AI News HubLIVE
サイト内リライト1 分で読了

翻訳待ち:Show HN: linecast – weather, radar, tides and maps in the terminal

AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:I've been working on linecast, a free and open source collection of six terminal applications: weather, radar, sunshine, moon, tides, and maps. I made it because I'd been using the terminal a lot more over the past coup…

ソースHacker News AI著者: ashuttl

AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。

I've been working on linecast, a free and open source collection of six terminal applications: weather, radar, sunshine, moon, tides, and maps. I made it because I'd been using the terminal a lot more over the past couple of years, I'm opinionated about how weather forecast design, and I liked the idea of making useful little terminal desk ornaments. It's as if the Old Farmer's Almanac was built for Minitel. The applications use ANSI color and Unicode braille characters rather than graphics. They reflow as the terminal is resized and derive their colors from your current terminal palette, including when the theme changes while they're running. They're mouse friendly where it makes sense. There's no account or required API key. Forecasts and air quality come from Open-Meteo; alerts, tides, and radar use various public sources; Sun and Moon positions are calculated locally; and the maps use OpenStreetMap-derived vector data and public elevation tiles. The code is just the Python stdlib with no package dependencies. If you have uvx, you can run it without installing: uvx linecast weather, uvx linecast radar, uvx linecast maps. It's also installable through Homebrew, uv tool, pipx, or pip. Source: https://github.com/ashuttl/linecast It currently supports macOS and Linux with Python 3.10+. It doesn't work over SSH and I haven't explored Windows support. Hope you enjoy checking it out! Feedback welcome.