https://github.com/abbbi/xccat
Show latest DHV-XC flights on console
https://github.com/abbbi/xccat
dhv-tool dhv-xc paragliding
Last synced: 7 months ago
JSON representation
Show latest DHV-XC flights on console
- Host: GitHub
- URL: https://github.com/abbbi/xccat
- Owner: abbbi
- Created: 2022-06-08T12:00:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T09:36:18.000Z (over 1 year ago)
- Last Synced: 2024-06-21T03:16:37.125Z (over 1 year ago)
- Topics: dhv-tool, dhv-xc, paragliding
- Language: Go
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xccat
Shows latest [DHV-XC](https://www.dhv-xc.de) flights on console* "top" like refresh interval
* Colored or ascii only output
* Limit results
* Filter results based on XC points
* Filter results based on takeoff (for example -f Wallberg)See also:
* [xcup](https://github.com/abbbi/xcup) for publishing flights.
* [xcbackup](https://github.com/abbbi/xcbackup) for exporting flights.
# usage
```
Usage:
xccat [OPTIONS]Application Options:
-d, --day= date selection: 08.06.2022
-i, --interval= Refresh interval in seconds (default: 0)
-l, --limit= Limit to X results (default: 0)
-p, --points= Only show flights >= XC points (default: 0)
-a, --ascii Dont display colors, ascii only output
-f, --takeoff= Filter by takeoff: takeoff must include string
Help Options:
-h, --help Show this help message
```