Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 7 days agosiempre lo hagoeviltoast.orgimagemessage-square201fedilinkarrow-up11.5Karrow-down117
arrow-up11.48Karrow-down1imagesiempre lo hagoeviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 7 days agomessage-square201fedilink
minus-squareacargitz@lemmy.calinkfedilinkarrow-up5·7 days agowith grep I see all the alternatives, Ctl+R just shows me one
minus-squareoddlyqueer@lemmy.mllinkfedilinkEnglisharrow-up6·7 days agoFor me ctrl-r is faster most of the time, history | grep [command] is better if I can’t easily pattern match (don’t remember it exactly, using several flag variations, etc.). they’re both good tools.
minus-squaredisobey2623@lemmy.dbzer0.comlinkfedilinkarrow-up5·7 days agoCombine ctrl+R with fzf and get the best of both worlds
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up2·7 days agoseeing multiple at the same time is more helpful though
with grep I see all the alternatives, Ctl+R just shows me one
For me
ctrl-r
is faster most of the time,history | grep [command]
is better if I can’t easily pattern match (don’t remember it exactly, using several flag variations, etc.). they’re both good tools.Combine ctrl+R with fzf and get the best of both worlds
You can press up
seeing multiple at the same time is more helpful though