generation 520 25.11.20250714.62e0f05

This commit is contained in:
2025-10-09 00:31:40 -04:00
parent 9ab99d07ef
commit 0c1c2d1693
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,3 @@
find /home/synchronous/current-semester -follow -maxdepth 1 | cut -c36- | sed '/^[[:space:]]*$/d' | rofi -dmenu | read rsem; yq ".url" "/home/synchronous/current-semester/$rsem/info.yaml" | xargs firefox
# find /home/synchronous/current-semester -follow -maxdepth 1 | cut -c36- | sed '/^[[:space:]]*$/d' | rofi -dmenu | read rsem; yq ".url" "/home/synchronous/current-semester/$rsem/info.yaml" | xargs firefox
rsem=$(find /home/synchronous/current-semester -follow -maxdepth 1 | cut -c36- | sed '/^[[:space:]]*$/d' | rofi -dmenu)
yq ".url" "/home/synchronous/current-semester/$rsem/info.yaml" | xargs firefox