changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/stats.org

changeset 23: 411eeaebc6d2
parent: 889970442a12
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 #+email: ellis@rwest.io
4 #+property: header-args :dir /home/ellis/comp/infra/
5 
6 #+begin_src shell :results pp
7  hg churn -f "%Y-%m" -s
8 #+end_src
9 
10 #+RESULTS:
11 : 2023-07 61
12 : 2023-11 5004 ***************************
13 : 2023-12 2690 **************
14 : 2024-01 11278 *************************************************************
15 : 2024-02 1021 *****
16 : 2024-03 21
17 : 2024-04 2063 ***********
18 : 2024-05 8443 *********************************************
19 : 2024-06 35
20 
21 
22 #+begin_src shell :results pp :exports results
23  tokei -e{.stash}/*
24 #+end_src
25 
26 #+RESULTS:
27 #+begin_example
28 ===============================================================================
29  Language Files Lines Code Comments Blanks
30 ===============================================================================
31  Lisp 4 208 144 21 43
32  Makefile 1 277 214 28 35
33  Org 3 36 30 0 6
34  Shell 70 1584 1147 283 154
35 ===============================================================================
36  Total 78 2105 1535 332 238
37 ===============================================================================
38 #+end_example