changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/stats.org

changeset 23: 411eeaebc6d2
parent: 2601788ab805
child: 141ebff9d543
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 02 Jun 2024 00:42:41 -0400
permissions: -rw-r--r--
description: doc updates
1 #+title: stats
2 #+author: Richard Westhaver
3 #+property: header-args :dir /home/ellis/comp/demo/
4 #+begin_src shell :results pp :exports results
5  hg churn -f "%Y-%m" -s
6 #+end_src
7 
8 #+RESULTS:
9 : 2023-04 949 *
10 : 2023-05 7233 ***********
11 : 2023-06 37455 *************************************************************
12 : 2023-08 99
13 : 2023-12 350
14 : 2024-04 737 *
15 
16 #+begin_src shell :results pp :exports results
17  tokei
18 #+end_src
19 
20 #+RESULTS:
21 #+begin_example
22 ===============================================================================
23  Language Files Lines Code Comments Blanks
24 ===============================================================================
25  Lisp 41 3077 2346 243 488
26  Makefile 1 23 20 3 0
27  Org 2 45 45 0 0
28  Shell 2 618 477 64 77
29  Plain Text 4 6 0 6 0
30  TOML 6 85 81 0 4
31 -------------------------------------------------------------------------------
32  HTML 1 7 7 0 0
33  |- JavaScript 1 2 2 0 0
34  (Total) 9 9 0 0
35 -------------------------------------------------------------------------------
36  Rust 17 743 635 3 105
37  |- Markdown 9 36 0 32 4
38  (Total) 779 635 35 109
39 ===============================================================================
40  Total 74 4604 3611 319 674
41 ===============================================================================
42 #+end_example