jan teli@lemmy.world to Programmer Humor@programming.dev · 10 months agoGuthibguthib.comexternal-linkmessage-square12fedilinkarrow-up1146arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1142arrow-down1external-linkGuthibguthib.comjan teli@lemmy.world to Programmer Humor@programming.dev · 10 months agomessage-square12fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareabbadon420@lemm.eelinkfedilinkarrow-up51·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-squareidunnololz@lemmy.worldlinkfedilinkarrow-up20·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)@lemmy.sdf.orglinkfedilinkEnglisharrow-up12·10 months agoecho 'while true; do sl; done' >> ~/.bashrc
minus-squareDoc Avid Mornington@midwest.sociallinkfedilinkEnglisharrow-up13·10 months agoAnd it has a whole set of options based on common ls options. Classic and brilliant.
minus-squareKerblinkfedilinkarrow-up5·edit-210 months agothe best part is the version with the flags -al
minus-squareKerblinkfedilinkarrow-up4·10 months agoyou can actuall stop it by pressing ctrl-z and running bg
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up2arrow-down2·10 months agoThe average bash user doesn’t know how to do that.
minus-squareAatube@kbin.sociallinkfedilinkarrow-up3·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…