changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/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(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 685 505 61 119
13  Makefile 1 23 20 3 0
14  Org 2 131 127 0 4
15  Shell 1 592 459 63 70
16  TOML 6 85 81 0 4
17 -------------------------------------------------------------------------------
18  HTML 1 7 7 0 0
19  |- JavaScript 1 2 2 0 0
20  (Total) 9 9 0 0
21 -------------------------------------------------------------------------------
22  Rust 17 743 635 3 105
23  |- Markdown 9 36 0 32 4
24  (Total) 779 635 35 109
25 ===============================================================================
26  Total 51 2266 1834 130 302
27 ===============================================================================
28 #+end_example