DEV Community

Discussion on: Don't just "docker-compose up"

 
kaelscion profile image
kaelscion

The command docker-compose always comes out docker-compsoe the first time. Try as I might, I can never type it correctly on the first go. I don't use aliases in my shell because I like to remember the commands I'm typing and the flags I use. I feel like it forces me to think through command layout, what flags actually do and helps me remember. But I totally get the frustration of what I like to call "keyboard dyslexia". And the word compose is such that I almost always type it incorrectly the first time.

Thread Thread
 
moopet profile image
Ben Sinclair

I probably type doc<tab>-c<tab> in reality. It's hard for me to test since if I just open a terminal I'll be conscious of what I'm doing, but I tab complete a lot.