jan teli to Programmer Humor@programming.dev • 10 months agoGuthibguthib.commessage-square12fedilinkarrow-up1149arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1145arrow-down1external-linkGuthibguthib.comjan teli to Programmer Humor@programming.dev • 10 months agomessage-square12fedilinkcross-posted to: programmer_humor@programming.dev
minus-square@abbadon420@lemm.eelinkfedilink51•edit-210 months agoI also like the sl command for linux: https://github.com/mtoyoda/sl The animation takes ages and you can’t cancel it XD
minus-squareidunnololzlinkfedilink20•edit-210 months agoIIRC the train travels at a constant speed so you can make it faster by resizing your terminal so it’s narrower. Thus the train has a shorter distance to travel and the animation length is reduced.
minus-squareu/lukmly013 💾 (lemmy.sdf.org)linkfedilinkEnglish12•10 months agoecho 'while true; do sl; done' >> ~/.bashrc
minus-squareDoc Avid MorningtonlinkfedilinkEnglish13•10 months agoAnd it has a whole set of options based on common ls options. Classic and brilliant.
minus-squareunalivejoylinkfedilinkEnglish0•10 months agoThe average bash user doesn’t know how to do that.
minus-squareAatubelinkfedilink3•edit-210 months agoI’m sure there’s an asciicast of this beautiful steamroll somewhere…
I also like the sl command for linux: https://github.com/mtoyoda/sl
The animation takes ages and you can’t cancel it XD
IIRC the train travels at a constant speed so you can make it faster by resizing your terminal so it’s narrower. Thus the train has a shorter distance to travel and the animation length is reduced.
echo 'while true; do sl; done' >> ~/.bashrc
TIL
And it has a whole set of options based on common ls options. Classic and brilliant.
the best part is the version with the flags -al
you mean
-Flacked
you can actuall stop it by pressing ctrl-z and running bg
The average bash user doesn’t know how to do that.
I’m sure there’s an asciicast of this beautiful steamroll somewhere…