changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / demo/stats.org

changeset 45: 517e7b6fb42d
parent: b925807b50a6
child: 9f2e9e647333
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 25 Aug 2024 00:15:40 -0400
permissions: -rw-r--r--
description: meta and task work
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 #+property: header-args :dir /home/ellis/comp/core/ :eval no-export
8 * vc
9 :PROPERTIES:
10 :ID: a652fdcd-8c25-4f30-a23e-87354b906c90
11 :END:
12 #+begin_src shell :results pp :exports both
13  hg churn -f "%Y-%m" -s
14 #+end_src
15 
16 #+RESULTS:
17 : 2023-04 949 *
18 : 2023-05 7233 ***********
19 : 2023-06 37455 *************************************************************
20 : 2023-08 99
21 : 2023-12 350
22 : 2024-04 737 *
23 : 2024-06 2259 ***
24 : 2024-07 1766 **
25 : 2024-08 5
26 
27 * files
28 :PROPERTIES:
29 :ID: 5c0b5839-1b93-4354-b4ce-8684bea5e5ac
30 :END:
31 #+begin_src shell :results pp :exports results
32  tokei
33 #+end_src
34 
35 #+RESULTS:
36 : ===============================================================================
37 : Language Files Lines Code Comments Blanks
38 : ===============================================================================
39 : Lisp 22 2713 2059 231 423
40 : Org 1 1 1 0 0
41 : Plain Text 2 5 0 5 0
42 : ===============================================================================
43 : Total 25 2719 2060 236 423
44 : ===============================================================================