afficher des statistiques pour nos tâches de Getting Things Gnome
Go to file
Tykayn 79bf2f4847 bash script to import xml, fix proportion 2021-03-03 16:04:26 +01: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 gradient color on proportional number of tasks compared to maximum 2021-03-02 11:10:53 +01:00
routes convert on run 2021-03-02 12:26:19 +01:00
views bash script to import xml, fix proportion 2021-03-03 16:04:26 +01:00
.gitignore ignore output 2021-03-02 12:29:59 +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 bash script to import xml, fix proportion 2021-03-03 16:04:26 +01:00
import_xml.sh bash script to import xml, fix proportion 2021-03-03 16:04:26 +01:00
package-lock.json convert xml to json files ok 2021-03-01 18:02:04 +01:00
package.json start export markdown 2021-03-02 11:57:31 +01: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