changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/stats.org

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