afficher des statistiques pour nos tâches de Getting Things Gnome
Go to file
Tykayn a2d9cc175c gradient color on proportional number of tasks compared to maximum 2021-03-02 11:10:53 +01:00
bin init express project, add xml2json and ignore for sources 2021-02-27 10:26:37 +01:00
output gradient color on proportional number of tasks compared to maximum 2021-03-02 11:10:53 +01:00
public/stylesheets gradient color on proportional number of tasks compared to maximum 2021-03-02 11:10:53 +01:00
routes gradient color on proportional number of tasks compared to maximum 2021-03-02 11:10:53 +01:00
views gradient color on proportional number of tasks compared to maximum 2021-03-02 11:10:53 +01:00
.ginitgnore init express project, add xml2json and ignore for sources 2021-02-27 10:26:37 +01:00
.gitignore remove node modules 2021-02-27 10:31:43 +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 convert xml to json files ok 2021-03-01 18:02:04 +01:00
app.js convert xml to json files ok 2021-03-01 18:02:04 +01:00
package-lock.json convert xml to json files ok 2021-03-01 18:02:04 +01:00
package.json convert xml to json files ok 2021-03-01 18:02:04 +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

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.

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/

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