Usage: ./a200 [command] [args]
get a detailed view of a layout's metrics
examples:
./a200 view colemak./a200 view colemak semimak
change the visibility of column(s) or set(s) of columns. Use all to toggle all columns
examples:
./a200 tc roll./a200 tc LP RP./a200 tc all
change the visibility of layout(s)
examples:
./a200 tl dvorak./a200 tl qwerty dvorak colemak
order the results based on sort parameters. Parameters can be specified as either (-)parameter or (-)x%parameter, where a negative denotes sorting from low to high instead of high to low, and x denotes the percent weight of a given metric. If the weight of some parameters are unspecified, the weight will be divided equally among them
examples:
./a200 sort roll./a200 sort -roll./a200 sort roll -redirect./a200 sort 70%roll -30%redirect
filter the results based on a metrics and their cutoffs. Parameters are specified as (-)x%metric, where x is the cutoff, metric is the metric's name, and - includes only values less than the cutoff. Excluding - includes only values greater than the cutoff.
examples:
./a200 filter 50%roll./a200 filter 50%roll -1.5%sfb
change which type of thumb to press space with. LT and RT represent the left and right thumb, respectively. NONE will throw away all trigram data with space.
examples:
./a200 thumb lt./a200 thumb rt./a200 thumb none./a200 thumb avg
set the data to use in the analysis. [data] is the name of a file in the data/ directory.
examples:
./a200 data monkeytype-200./a200 data monkeytype-quotes
set the color theme. [theme] is the name of a file in the themes/ directory.
examples:
./a200 theme autumn./a200 theme sunset
saves the current config settings to a file in the configs/ directory
loads a config file from the configs/ directory
clears the data cache
example:
./a200 cc
set the config to its default factory state
example:
./a200 reset
a short demo of the command usage
