*ARCHIVE* A script for getting statistics from vimwiki diary.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maxim Likhachev 0b4ccf161c Vimtrospection v1.0 5 years ago
tests Vimtrospection v1.0 5 years ago
COPYING Vimtrospection v1.0 5 years ago
CoC.md Vimtrospection v1.0 5 years ago
README.md Vimtrospection v1.0 5 years ago
vimtrospection.tcl Vimtrospection v1.0 5 years ago

README.md

Vimtrospection

        _           _                                 _   _             
 /\   /(_)_ __ ___ | |_ _ __ ___  ___ _ __   ___  ___| |_(_) ___  _ __  
 \ \ / / | '_ ` _ \| __| '__/ _ \/ __| '_ \ / _ \/ __| __| |/ _ \| '_ \ 
  \ V /| | | | | | | |_| | | (_) \__ \ |_) |  __/ (__| |_| | (_) | | | |
   \_/ |_|_| |_| |_|\__|_|  \___/|___/ .__/ \___|\___|\__|_|\___/|_| |_|
                                     |_|                                

Описание

Данный скрипт предназначен для получения статистики из дневника, ведущегося в vimwiki.

Основные функции

  • Индексная страница в виде календаря со ссылками на даты.
  • Частотный список слов.
  • Частотный список меток (*[Tag 1, Tag 2]*).
  • Отображение используемых меток на временной шкале.
  • Отображение всех TODO-элементов (* [ ] TODO: text) на одной странице.

Использование

  1. Указать пути к vimwiki в переменных пространства имён options.
  2. Запустить сценарий: $ vimtrospection.tcl.

NB: Скрипт не разрабатывается и представляет ценность только как пример работы с vim и vimwiki при помощи языка Tcl.

Лицензия

Copyright (C) 2010-2019, Maxim Lihachev, <envrm@yandex.ru>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.