Giter Site home page Giter Site logo

log2pdf's Introduction

log2pdf

A simple bash script to convert a git history of your project into a pretty pdf file. Take a look at the log generated for this project.

Dependencies

To use the script you must have pandoc on your path and latexmk with XeLaTex engine available. You may need to install some additional latex packages.

Installation and usage

To produce a pdf document with a project's git history you should have its local git repository on your computer.

Go to the root directory of the project's repository. Download the shell script log2pdf.sh and the metadata file gitlog.yaml from the latest release of this project.

You may use wget for this purpose:

wget  https://github.com/vonopr/log2pdf/releases/download/latest/log2pdf.sh
wget  https://github.com/vonopr/log2pdf/releases/download/latest/gitlog.yaml

Grant execution rigths to the downloaded script and run it:

chmod +x log2pdf.sh
./log2pdf.sh

A pdf file gitlog.pdf with the project's history will be generated.

log2pdf's People

Contributors

vonopr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.