changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/stats.org

changeset 18: b6889b8a2f83
parent: 2601788ab805
child: e3ba21f7d53a
child: 889970442a12
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 25 Jan 2024 23:03:23 -0500
permissions: -rw-r--r--
description: core/notes
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 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