DedSecInside / Awesome-Scripts

A collection of awesome scripts from developers around the globe.
MIT License
189 stars 105 forks source link

Added worklog generator #34

Closed 73VW closed 5 years ago

73VW commented 5 years ago

📝 What is this?

This simple python script allows you to generate a worklog in rst format based on your repo commits. (Think about a project report)

🔘 How to use it?

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

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!

Doc is provided in folder!

Related to #3

73VW commented 5 years ago

Thanks mate, appreciate it!

PSNAppz commented 5 years ago

@73VW Thanks for the contribution.