X-Git-Url: https://dreyeck.freedombox.rocks/gitweb/idiomatic.git/blobdiff_plain/f0a44e8482fdfa29b5a32d6a407509efe9984e3c..1d14f8b4c3061f3bbecbbd2df4c230a9dd1fd985:/index.js
diff --git a/index.js b/index.js
index 020a168..b1a1a24 100644
--- a/index.js
+++ b/index.js
@@ -22,14 +22,15 @@ async function load(file) {
// P A G E S
-const style = title => `
+const style = (title,here='') => `
- â ${title} â`
+
${lits.size()} uniques
${lits.total()} total
| ${v} | ${escape(k)}`) + .map(([k,v]) => ` |
| ${v} | ${escape(k)}`) .join("\n")} |
| ${v} | ${k}`).join("\n")} |
${files.total()} uses in ${files.size()} files
+ ${files.tally().map(([k,v]) => `
${v} ${k}`).join("\n")}