changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/stats.org

changeset 17: 2601788ab805
parent: 46fb6a10d2e1
child: b6889b8a2f83
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 10 Jan 2024 19:02:43 -0500
permissions: -rw-r--r--
description: sub up
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 2 152 109 11 32
14  Makefile 1 213 157 28 28
15  Org 1 39 35 0 4
16  Shell 43 1280 927 228 125
17 ===============================================================================
18  Total 47 1684 1228 267 189
19 ===============================================================================
20 #+end_example