changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/stats.org

changeset 44: b925807b50a6
parent: 0b69e63c9374
child: 517e7b6fb42d
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 18 Aug 2024 22:16:12 -0400
permissions: -rw-r--r--
description: weekend warrior
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 :PROPERTIES:
9 :ID: a652fdcd-8c25-4f30-a23e-87354b906c90
10 :END:
11 #+begin_src shell :results pp :exports both
12  hg churn -f "%Y-%m" -s
13 #+end_src
14 
15 #+RESULTS:
16 : 2023-04 949 *
17 : 2023-05 7233 ***********
18 : 2023-06 37455 *************************************************************
19 : 2023-08 99
20 : 2023-12 350
21 : 2024-04 737 *
22 
23 * files
24 :PROPERTIES:
25 :ID: 5c0b5839-1b93-4354-b4ce-8684bea5e5ac
26 :END:
27 #+begin_src shell :results pp :exports results
28  tokei
29 #+end_src
30 
31 #+RESULTS:
32 #+begin_example
33 ===============================================================================
34  Language Files Lines Code Comments Blanks
35 ===============================================================================
36  Lisp 41 3077 2346 243 488
37  Makefile 1 23 20 3 0
38  Org 1 4 4 0 0
39  Shell 2 618 477 64 77
40  Plain Text 3 6 0 6 0
41  TOML 6 85 81 0 4
42 -------------------------------------------------------------------------------
43  HTML 1 7 7 0 0
44  |- JavaScript 1 2 2 0 0
45  (Total) 9 9 0 0
46 -------------------------------------------------------------------------------
47  Rust 17 743 635 3 105
48  |- Markdown 9 36 0 32 4
49  (Total) 779 635 35 109
50 ===============================================================================
51  Total 72 4563 3570 319 674
52 ===============================================================================
53 #+end_example