afficher des statistiques pour nos tâches de Getting Things Gnome
Go to file
Tykayn dc9d8d175b add subtask orgmode 2021-09-10 16:27:07 +02:00
bin init express project, add xml2json and ignore for sources 2021-02-27 10:26:37 +01:00
output ignore output file 2021-03-02 12:30:22 +01:00
public/stylesheets long report md structure 2021-09-10 15:14:55 +02:00
routes add subtask orgmode 2021-09-10 16:27:07 +02:00
views long report md structure 2021-09-10 15:14:55 +02:00
.gitignore pandoc script to convert markdown to standalone html 2021-03-03 16:19:11 +01:00
CONTRIBUTE init express project, add xml2json and ignore for sources 2021-02-27 10:26:37 +01:00
LICENSE add readme and licence content 2021-02-27 11:13:48 +01:00
README.md ignore output 2021-03-02 12:29:59 +01:00
app.js change conversion with new GTG structure 2021-09-10 14:54:04 +02:00
convert.sh change conversion with new GTG structure 2021-09-10 14:54:04 +02:00
export_md_to_html.sh pandoc script to convert markdown to standalone html 2021-03-03 16:19:11 +01:00
import_xml.sh bash script to import xml, fix proportion 2021-03-03 16:04:26 +01:00
package-lock.json change conversion with new GTG structure 2021-09-10 14:54:04 +02:00
package.json change conversion with new GTG structure 2021-09-10 14:54:04 +02:00

README.md

GTG to Json stats

Ce dépot utilise une installation de Getting Things Gnome pour afficher des statistiques

Installation

Requirements

git, npm, getting things gnome

git clone ssh://gitea@forge.chapril.org:222/tykayn/gtg2json.git

utiliser NPM

  • npm i

Lancer le serveur local

  • npm start

puis naviguer sur https://localhost:3300

Comment ça marche?

Mettre les gtg_tasks.xml et tags.xml dans le dossier source. Lancer le serveur node, aller sur http://localhost:3300

Ce serveur va lire un fichier dans le dossier source, celui des tâches de GTG, puis en faire un json, et en sortir des statistiques dans une page web ainsi qu'un fichier markdown dans le dossier output.

sources

Copier les sources xml de votre Getting Things Gnome

If you are running a version installed system-wide (ex: a package provided by a Linux distribution), as GTG adheres to the FreeDesktop XDG User Directories specification, you will typically find it spread across:

    ~/.local/share/gtg/
    ~/.config/gtg/
    ~/.cache/gtg/
    ~/.var/app/org.gnome.GTG/data/gtg

https://forge.chapril.org/tykayn/gtg2json