index

Modules

aggregate_codecov
module aggregate_codecov

This tool aggregates D coverage files to a common directory.

codecov_to_relative_path
module codecov_to_relative_path

This tool coverts D code coverage files from absolute to relative paths.

diff_test_result_dirs
module diff_test_result_dirs

This tool runs diff comparisons of command line test output files.

keep_header
module keep_header

Command line tool that executes a command while preserving header lines.

number_lines
module number_lines

A simple version of the unix 'nl' program.

tsv_append
module tsv_append

Command line tool that appends multiple TSV files. It is header aware and supports tracking the original source file of each row.

tsv_filter
module tsv_filter

Command line tool that filters TSV files.

tsv_join
module tsv_join

Command line tool that joins tab-separated value files based on a common key.

tsv_pretty
module tsv_pretty

Command line tool that prints TSV data aligned for easier reading on consoles and traditional command-line environments.

tsv_sample
module tsv_sample

Command line tool implementing weighted reservoir sampling on delimited data files. Weights are read from a field in the file.

tsv_select
module tsv_select

A variant of the unix 'cut' program, with the ability to reorder fields.

tsv_summarize
module tsv_summarize

Command line tool that reads TSV files and summarizes field values associated with equivalent keys.

tsv_uniq
module tsv_uniq

Command line tool using fields in a tab-separated value file to identify equivalent lines. Can either remove the duplicate entries or mark as equivalence classes.