changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/stats.org

changeset 21: e3ba21f7d53a
parent: b6889b8a2f83
child: 141ebff9d543
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 28 May 2024 02:24:34 +0000
permissions: -rw-r--r--
description: stats
1 {{{header(docs/core,Richard Westhaver,ellis@rwest.io)}}}
2 #+property: header-args :dir /home/ellis/comp/infra/
3 
4 #+begin_src shell :results pp :exports results
5  tokei -e{build,cdn,dist}/*
6 #+end_src
7 
8 #+RESULTS:
9 #+begin_example
10 ===============================================================================
11  Language Files Lines Code Comments Blanks
12 ===============================================================================
13  Lisp 2 152 109 11 32
14  Makefile 1 234 179 25 30
15  Org 1 39 35 0 4
16  Ruby 1 3093 5 2681 407
17  Shell 40 1286 939 222 125
18  YAML 2 1692 537 959 196
19 ===============================================================================
20  Total 47 6496 1804 3898 794
21 ===============================================================================
22 #+end_example