
When problems popped up, it was difficult to know what command the GUI was calling under the hood. I was working with a junior developer who was using it without knowing how git was working. I have a real life example with sourcetree, a graphical interface for git. You can explain the GUI, not really the application itself, especially if the wording used in the GUI and in the CLI are different.

Explain to a less experienced developer how the tool really work.Use the tool on a remote server without your graphical interface.You won’t be able to solve (or even understand) any bug coming from the CLI layer.It can hide a lot of functionalities you would access easily with a CLI.What about graphical interfaces on top of CLI applications? To me, it has serious disadvantages: It can be a bit tough at first, but the benefits are huge. I encourage you to use the shell as much as possible. They don’t use heavy graphical interfaces to slow down your computer. Automation is the key to increase your productivity and saving your mental energy for what you’re creating. You can automate boring tasks easily with a shell.Using pipes to throw the output from one tool into the input of another give you endless possibilities. The Unix philosophy allows you to use specific tool for a specific need.You can’t put 20 buttons on a graphical interface? With a command line based application, you can have 20 options. It’s easier to give a lot of optional possibilities to the end user, letting him do exactly what he wants.Even if you don’t have the very specific tool you need, you can develop it more easily for the shell no need to design a GUI on top of it. The most common are bash and Zsh I use the second and I highly recommend it. In this article, I will refer to the shell pretty often. I will introduce you to the fantastic world of Mouseless Development Environments. Better tools to use MySQL (or any database, really) in the shell.

MOUSELESS ANDROID HOW TO
MOUSELESS ANDROID UPGRADE
Then, the tragedy: one morning, fresh and motivated, I decided to upgrade my LTS version. I didn’t know better, so I stuck with it for years.

Once upon a time, I was a proud Ubuntu user. , updated Twitter #Mouseless #Tools #Productivity A Mouseless Development Environment
