ABSOLUTELLY NO WARRANTY ARCHIVE

index | OSiUX | blog | docs | charlas | rss

ARCHIVE

cd ~/blog
ls *.org | egrep -o "^[0-9]{4}" | sort -u | while read i
do
   echo "- [[file:$i.org][$i]]"
done >years.org

STATS

YEARS

cd ~/blog && ls *.org | egrep -o "^[0-9]{4}-" | tr -d - | sort | uniq -c | barra
 17.46 %  17.46 %         11 ████                 2011 
 55.56 %  38.10 %         24 █████████            2012 
 80.95 %  25.40 %         16 ██████               2013 
 96.83 %  15.87 %         10 ████                 2014 
100.00 %   3.17 %          2 ▌                    2015 
                          63

MONTHS

cd ~/blog && ls *.org | egrep -o "^[0-9]{4}-[0-9]{2}" | cut -c 6- | sort | uniq -c | barra
  3.17 %   3.17 %          2 ▌                    01 
 11.11 %   7.94 %          5 ██                   02 
 23.81 %  12.70 %          8 ███                  03 
 39.68 %  15.87 %         10 ████                 04 
 53.97 %  14.29 %          9 ███                  05 
 68.25 %  14.29 %          9 ███                  06 
 74.60 %   6.35 %          4 █                    07 
 79.37 %   4.76 %          3 █                    08 
 87.30 %   7.94 %          5 ██                   09 
 92.06 %   4.76 %          3 █                    10 
 98.41 %   6.35 %          4 █                    11 
100.00 %   1.59 %          1 ▌                    12 
                          63

Autor: Osiris Alejandro Gómez

Emacs 24.3.1 (Org mode 8.3.3)

Validate