Shows counts by default. {ft:size} shows size instead of count. {ft:size,count} shows both.
Shows all files by default. {ft:sel} shows the selected files instead of all files.
Buckets by extension by default. {ft:group} buckets by file type group instead. For example, .jpg and .psd files would both be in the Images file type group.
When bucketing by extension, a few common types are handled specially. For example, .jpg and .jpeg are treated as the same extension.
Shows the largest (count or size) items first by default. {ft:asc} shows the smallest items first instead.
When many types are selected, aggregates the smaller ones into a single item like "3 more". {ft:only} hides the aggregate item.
Shows up to three items (plus the aggregate) by default. {ft:5} increases it to five. {ft:-1} shows all items, no matter how many.
{ft:0} shows a single item with a count of distinct extensions.
{ft:frame} draws a frame around each item, instead of drawing them as normal status bar text.