aboutsummaryrefslogtreecommitdiffstats
path: root/src/console.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Move serdi to tools subdirectoryDavid Robillard1-34/+0
This separates the command-line tool code from the library implementation.
2022-01-28Replace serdi -b and -e options with a block size optionDavid Robillard1-2/+2
This is more powerful, and reduces the number of command line options that almost nobody needs to care about.
2022-01-28Factor out setting base URI from a pathDavid Robillard1-0/+3
2022-01-28Factor out opening output filesDavid Robillard1-0/+3
2022-01-28Factor out opening input filesDavid Robillard1-0/+5
2022-01-28Factor out command line version printingDavid Robillard1-0/+3
2022-01-28Factor out Windows UTF-8 console setup codeDavid Robillard1-0/+20