1
0

grouped by language, added readme, added .gitignore

This commit is contained in:
2026-01-22 17:09:27 +01:00
parent 5cdce9d5ac
commit 39137e6afc
6 changed files with 7 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.csv

0
README.md Normal file
View File

View File

@@ -27,9 +27,12 @@ verify_paths(){
if [ ! -f "$WEEK_LOG" ]; then if [ ! -f "$WEEK_LOG" ]; then
touch "$WEEK_LOG" touch "$WEEK_LOG"
cat >> "$WEEK_LOG" << EOF cat >> "$WEEK_LOG" << EOF
#-*- mode: org -*- #+LaTeX_CLASS: article
#+STARTUP: showall #+LATEX_HEADER: \usepackage[a4paper,margin=2cm]{geometry}
#+title: Kratki dnevnik - teden $(date +%V), $(date +%Y:w)
EOF EOF
gpg --recipient you@example.com --encrypt "$WEEK_LOG"
rm -f "$WEEK_LOG"
fi fi
} }
@@ -77,4 +80,4 @@ cat >> "$WEEK_LOG" << EOF
** Kaj sem danes naredil? ** Kaj sem danes naredil?
EOF EOF
emacs -nw "$WEEK_LOG" emacs -nw "$WEEK_LOG".gpg