minor tweaks, removed uato-updates, added reference files for easier modification and scaffolding for help menu.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
while $true; do
|
||||
CMD=$(cat ~/.config/sdgos/help/cmds.list | fzf --layout=reverse --preview-window=right:70% --preview='tldr --color always $(echo {} | sed "s/ls (eza)/eza/" | sed "s/cd (zoxide)/z/")')
|
||||
man $(echo "$CMD" | sed 's/ls (eza)/eza/' | sed 's/cd (zoxide)/z/' )
|
||||
done
|
||||
Reference in New Issue
Block a user