1# cuetools [![Build Status](https://travis-ci.org/svend/cuetools.svg?branch=master)](https://travis-ci.org/svend/cuetools)
2
3cue and toc file parsers and utilities
4
5https://github.com/svend/cuetools
6
7Copyright (C) 2004, 2005, 2006, 2007, 2013 Svend Sorensen
8
9cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
10Contents (toc) files.
11
12It includes:
13
14- `cueconvert` convert between the cue and toc formats
15- `cuebreakpoints` print the breakpoints from a cue or toc file
16- `cueprint` print disc and track infomation for a cue or toc file
17
18Directory layout:
19
20- `doc/` documentation (including man pages)
21- `src/` all source files
22- `src/lib/` scanning, parsing, and printing library
23- `src/tools/` cue and toc tools
24