cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agoWhat's a handy terminal command you use often?message-squaremessage-square279fedilinkarrow-up1228arrow-down16
arrow-up1222arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agomessage-square279fedilink
minus-square_thebrain_@sh.itjust.workslinkfedilinkarrow-up9·1 month agoNot a command as much as I press the up arrow a lot. I’m.pretty lazy and hitting the up arrow 12 times is easier then retyping a complex rsync command.
minus-squarenaught@sh.itjust.workslinkfedilinkarrow-up7·1 month agoInstall the fzf integration for ctrl+r fuzzy finding through your entire shell history: https://thevaluable.dev/fzf-shell-integration/
minus-squareNath@aussie.zonelinkfedilinkarrow-up4·1 month agoIf you know it was the most recent rsync command: just type !rsync.
minus-square_thebrain_@sh.itjust.workslinkfedilinkarrow-up2·1 month agoI actually use fish on my personal machine. But the servers I manage are pretty basic to save space and all just use stock bash.
Not a command as much as I press the up arrow a lot. I’m.pretty lazy and hitting the up arrow 12 times is easier then retyping a complex rsync command.
you ever use ctrl+r ?
…I do now!
Install the fzf integration for ctrl+r fuzzy finding through your entire shell history:
https://thevaluable.dev/fzf-shell-integration/
Thanks friend, will do!
If you know it was the most recent rsync command: just type !rsync.
Laughs in fish
I actually use fish on my personal machine. But the servers I manage are pretty basic to save space and all just use stock bash.