mre/freq

Output formatting

Open

#10 opened on Mar 15, 2021

 (0 comments) (0 reactions) (0 assignees)Rust (2 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

How about we add support for a custom output format? I envision that we define a couple of constants and users can choose the ones they want in a format string, e.g.

--format "{{freq_count}} {{ freq_word }}"

We could use tera for templating. Any thoughts?

Contributor guide