set up basic structure for help, also made minor tweaks to install.sh and layouts.
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user