changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/stats.org

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