gtg2json/README.md

45 lines
966 B
Markdown
Raw Normal View History

2021-02-27 11:13:48 +01:00
# GTG to Json stats
Ce dépot utilise une installation de Getting Things Gnome pour afficher des statistiques
## Installation
2021-02-28 23:08:33 +01:00
### Requirements
git, npm, getting things gnome
```
git clone ssh://gitea@forge.chapril.org:222/tykayn/gtg2json.git
```
2021-02-27 11:13:48 +01:00
utiliser NPM
* npm i
Lancer le serveur local
* npm start
2021-03-01 18:02:04 +01:00
puis naviguer sur https://localhost:3300
2021-02-27 11:13:48 +01:00
## Comment ça marche?
2021-02-28 23:08:33 +01:00
Mettre les gtg_tasks.xml
2021-02-27 11:13:48 +01:00
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.
2021-02-28 23:08:33 +01:00
## sources
2021-03-01 18:02:04 +01:00
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/
2021-02-28 23:08:33 +01:00
https://forge.chapril.org/tykayn/gtg2json