Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twpayne/go-xctrack

Package xctrack implements XCTrack's task format.
https://github.com/twpayne/go-xctrack

competition go golang json qrcode xctrack

Last synced: 2 months ago
JSON representation

Package xctrack implements XCTrack's task format.

Awesome Lists containing this project

README

        

# go-xctrack

[![PkgGoDev](https://pkg.go.dev/badge/github.com/twpayne/go-xctrack)](https://pkg.go.dev/github.com/twpayne/go-xctrack)

Package xctrack implements [XCTrack](http://xctrack.org/)'s [task
format](http://xctrack.org/Competition_Interfaces.html).

Features:

* Reading and writing of `.xctsk` files.
* Generation and parsing of `XCTSK:` URLs.
* Encoding and decoding `XCTSK:` URLs as QR codes.

Additionally, a command line utility in `cmd/xctrack` converts between these
formats.

## License

MIT