Skip to content

Instantly share code, notes, and snippets.

View stephanschielke's full-sized avatar

Stephan Schielke stephanschielke

View GitHub Profile
@stephanschielke
stephanschielke / 2025_05_06 (Markdown)
Last active May 6, 2025 16:06
Collapsible/expandable custom properties for `Logseq` `TODO` blocks with query by property values.
- TODO Important stuff [[Tue, 6th May 2025]]
priority:: 4
suggestions:: 🧩 Fit into next free slot, ⏰ Set a quick reminder, ⚡ Handle right away
urgency:: 🔴
impact:: 🟡
effort:: 🟢
pomodoro:: {{renderer :pomodoro_pevja,25}}
:LOGBOOK:
CLOCK: [2025-05-06 Tue 06:01:51]--[2025-05-06 Tue 06:01:52] => 00:00:01
:END:
@stephanschielke
stephanschielke / update_packages.sh
Last active August 22, 2022 08:13
ARCH linux package update script for pacman and yaourt
#!/bin/bash
echo ==========
echo Check root
echo ==========
if [[ $UID == 0 ]]; then
echo "Please run this script WITHOUT sudo:"
echo "$0 $*"
exit 1
fi