changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/stats.org

changeset 16: 46fb6a10d2e1
child: 2601788ab805
author: ellis <ellis@rwest.io>
date: Fri, 29 Dec 2023 00:43:43 -0500
permissions: -rw-r--r--
description: stats
1 {{{header(docs/core,Richard Westhaver,ellis@rwest.io)}}}
2 #+property: header-args :dir /home/ellis/dev/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 3 226 172 16 38
14  Makefile 1 152 108 20 24
15  Org 1 39 35 0 4
16  Shell 31 1182 862 199 121
17  TOML 1 6 5 0 1
18 ===============================================================================
19  Total 37 1605 1182 235 188
20 ===============================================================================
21 #+end_example
22