diff --git a/logseq-folders.sh b/logseq-folders.sh new file mode 100755 index 0000000..2d7c240 --- /dev/null +++ b/logseq-folders.sh @@ -0,0 +1,5 @@ +#!/bin/bash +eza --only-dirs | while read -r line; do + mv $line* "$line/" +done + diff --git a/noten.py b/noten.py index 94350d8..65b11d4 100644 --- a/noten.py +++ b/noten.py @@ -1,12 +1,7 @@ #!/usr/bin/env python # coding: utf-8 - - - import pandas as pd -import numpy as np -import seaborn as sns -import matplotlib.pyplot as plt + target_lp = 90 data = pd.read_csv('./noten.csv')