Add a SwiftTUI terminal app that lists race runners from the start list and results files, with an interactive menu to sort, filter by age group, toggle finishers vs. non-starters, and live-search by name. Parsing and transforms are written as pure functions over the file contents. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
273 B
Bash
Executable file
7 lines
273 B
Bash
Executable file
# Generated by rules_xcodeproj. Do not edit.
|
|
envs=(
|
|
LANG=en_US.UTF-8
|
|
PATH=/bin:/usr/bin
|
|
BAZELISK_SKIP_WRAPPER=true
|
|
BAZEL_REAL=/Users/cediackermann/Library/Caches/bazelisk/downloads/sha256/2db883718453f0437a7bcb408e889dbf8539cdc4d61c8ebc3807a1a88d02ff08/bin/bazel
|
|
)
|