sebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 1 year agoCMD Generator - Web UI to generate Linux/Unix commandscmdgenerator.phphe.comexternal-linkmessage-square4fedilinkarrow-up134
arrow-up134external-linkCMD Generator - Web UI to generate Linux/Unix commandscmdgenerator.phphe.comsebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 1 year agomessage-square4fedilink
minus-squareYonatanAvhar@programming.devlinkfedilinkEnglisharrow-up1·1 year agoAlternatively, if you use fish or zsh the autocomplete will already fill in manpage documentation when you type something like <COMMAND> -[TAB]
minus-squareiusearchbtw@lemmy.sdf.orglinkfedilinkEnglisharrow-up4·1 year agoAs will bash if you use ble.sh!
minus-squaresin_free_for_00_dayslinkfedilinkEnglisharrow-up1·1 year agoble.sh is nice, but I find any fish-like autocomplete more distracting than anything else. I tried it for a few days and had to remove it. Pretty much the same experience I had with fish. Too many decades of muscle memory I think.
Alternatively, if you use
fish
orzsh
the autocomplete will already fill in manpage documentation when you type something like<COMMAND> -[TAB]
As will
bash
if you use ble.sh!ble.sh is nice, but I find any
fish
-like autocomplete more distracting than anything else. I tried it for a few days and had to remove it. Pretty much the same experience I had withfish
. Too many decades of muscle memory I think.