changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/stats.org

changeset 17: 2601788ab805
parent: 46fb6a10d2e1
child: e3ba21f7d53a
child: 411eeaebc6d2
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 10 Jan 2024 19:02:43 -0500
permissions: -rw-r--r--
description: sub up
1 {{{header(demo/stats,Richard Westhaver,ellis@rwest.io)}}}
2 #+property: header-args :dir /home/ellis/dev/comp/demo/
3 #+begin_src shell :results pp :exports results
4  tokei
5 #+end_src
6 
7 #+RESULTS:
8 #+begin_example
9 ===============================================================================
10  Language Files Lines Code Comments Blanks
11 ===============================================================================
12  Lisp 22 688 505 63 120
13  Makefile 1 23 20 3 0
14  Org 2 131 127 0 4
15  Shell 1 592 459 63 70
16  Plain Text 2 2 0 2 0
17  TOML 6 85 81 0 4
18 -------------------------------------------------------------------------------
19  HTML 1 7 7 0 0
20  |- JavaScript 1 2 2 0 0
21  (Total) 9 9 0 0
22 -------------------------------------------------------------------------------
23  Rust 17 743 635 3 105
24  |- Markdown 9 36 0 32 4
25  (Total) 779 635 35 109
26 ===============================================================================
27  Total 52 2271 1834 134 303
28 ===============================================================================
29 #+end_example