Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added worklog generator #34

Merged
merged 1 commit into from
Oct 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions Misc/Work_Log_Generator/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
`Work log generator`
--------------------

📝 C'est quoi?
===============

Ce simple script python permet de générer un journal de travail au format rst à partir des commits de l'un de vos dépôts.

🔘 Comment l'utiliser?
=======================

Il est nécessaire de commencer par générer un jeton d'accès et de l'entrer dans le premier champ de la fenêtre.

Pour le générer, rendez-vous `ici`_ dans la section "Personal access tokens".

À présent, il est possible de presser sur le bouton de connexion. Dès lors, une liste déroulante affiche les dépôts disponibles.

Après le choix du dépôt, le dernier bouton permet d'ouvrir le log, de le modifier et de le sauvegarder au format rst.

Il est maintenant possible de le convertir en utilisant pandoc ou n'importe quelle autre convertisseur que vous préférez.

Enjoy!


📝 What is this?
================

This simple python script allows you to generate a worklog in rst format based on your repo commits.

🔘 How to use it?
=================

Simply generate a personnal access token and enter it in the first field of the window.

In order to generate this token, go `here`_ under "Personal access tokens".

Then, it is possible to press on the connection button. Since then a dropdown list display the available repositories.

After choosing the repository, the last button allows you to open the log, edit it and save it in rst format.

You can then convert it using pandoc or any other converter you prefer.

Enjoy!

.. _`ici`: https://github.com/settings/tokens
.. _`here`: https://github.com/settings/tokens
4 changes: 4 additions & 0 deletions Misc/Work_Log_Generator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# WorkLog
pygithub
PyQt5
qdarkstyle
Binary file added Misc/Work_Log_Generator/resources/icone.ico
Binary file not shown.
Binary file added Misc/Work_Log_Generator/resources/loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Misc/Work_Log_Generator/resources/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading