set up basic structure for help, also made minor tweaks to install.sh and layouts.

This commit is contained in:
2026-05-21 16:44:11 +02:00
parent eb845cb8e1
commit bd1d2f3522
27 changed files with 147 additions and 6 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
CMD=""
SELECTED=$(ls ~/.config/sdgos/help/topics | fzf --layout=reverse --preview-window 'right:70%:wrap' --preview="clear && bat ~/.config/sdgos/help/topics/{}")
while $true; do
CMD=""
SELECTED=$(ls ~/.config/sdgos/help/topics | fzf --layout=reverse --preview-window 'right:70%:wrap-word' --preview="clear && bat --style=numbers -S -f -m '*:Markdown' ~/.config/sdgos/help/topics/{}")
done