changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/stats.org

changeset 34: bc53e27c0163
parent: a0017112db77
child: 1661d499c262
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 22 Jun 2024 23:54:39 -0400
permissions: -rw-r--r--
description: bump
1 #+title: stats
2 #+author: Richard Westhaver
3 #+email: ellis@rwest.io
4 #+property: header-args :dir /home/ellis/comp/infra/
5 #+setupfile: ../../clean.theme
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 2156 ***********
20 
21 
22 #+begin_src shell :results pp :exports results
23  tokei -e{.stash}/*
24 #+end_src
25 
26 #+RESULTS:
27 : ===============================================================================
28 : Language Files Lines Code Comments Blanks
29 : ===============================================================================
30 : Lisp 3 429 333 32 64
31 : Org 1 13 11 0 2
32 : Shell 78 1625 1182 296 147
33 : ===============================================================================
34 : Total 82 2067 1526 328 213
35 : ===============================================================================