Skip to content

abbbi/xccat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xccat

Shows latest DHV-XC 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 for publishing flights.
  • xcbackup for exporting flights.

Alt text

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