https://github.com/pmiddend/udpretty
Pretty-print diary exports from Universal Diary
https://github.com/pmiddend/udpretty
haskell haskell-application productivity
Last synced: about 2 months ago
JSON representation
Pretty-print diary exports from Universal Diary
- Host: GitHub
- URL: https://github.com/pmiddend/udpretty
- Owner: pmiddend
- License: gpl-3.0
- Created: 2019-12-12T15:37:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T11:01:50.000Z (over 6 years ago)
- Last Synced: 2025-10-11T19:42:32.505Z (8 months ago)
- Topics: haskell, haskell-application, productivity
- Language: Haskell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
* What is this?
[[https://travis-ci.com/pmiddend/udpretty.svg?branch=master][https://travis-ci.com/pmiddend/udpretty.svg?branch=master]]
This is a tool to generate a PDF containing a detailed summary of a specific year from your diary.
It’s based on [[https://play.google.com/store/apps/details?id=ru.schustovd.diary&hl=en][SBP Apps' Universum]] app, which is an excellent Android App to write a journal in.
Building is currently only possible using the [[https://nixos.org/][Nix package manager]]. Using that, it’s easy though:
#+begin_example
nix-build
#+end_example
Then you can execute the resulting program, giving it the =data.pr= file (that you get from your Diary backup) on standard input. It produces a =.tex= file containing your year in review.
Note that you have to have the =pgf-pie= package installed to build it. Also, you have to rename all photos in the =Photos= directory to have the =.jpg= file ending.