# tracker **Repository Path**: ShenMian/tracker ## Basic Information - **Project Name**: tracker - **Description**: 基于终端的实时卫星跟踪和轨道预测应用程序. (GitHub 镜像) - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/ShenMian/tracker - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 0 - **Created**: 2024-12-02 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: gis **Tags**: None ## README # tracker A terminal-based real-time satellite tracking and orbit prediction application.

Screenshot
The font used in the screenshot is Cascadia Code NF.

## Features - **Orbit propagation**: Real-time positions & trajectories using SGP4. - **Detailed info**: Object information. - **Sky view**: Polar azimuth/elevation plot. - **Time shift**: View past/future positions. - **Object following**: Follow selected object. - **Infinite map**: Continuous horizontal world map. - **Auto updates**: Automatic TLE updates. - **Configurable**: Custom display & behavior. - **Localization**: UI translations. ## Installation ### Package manager #### Arch Linux `tracker` is available in the [AUR](https://aur.archlinux.org/packages/tracker/): ```bash paru -S tracker # use your favorite AUR helper ``` #### Windows ```powershell scoop bucket add extra scoop install tracker ``` ### Build from source ```bash cargo install --git https://github.com/ShenMian/tracker ``` ## Documentation - [Keymap](docs/keymap.md). - [Configuration](docs/configuration.md). ## License Licensed under [Apache License, Version 2.0](LICENSE).