
Here are some advantages of the mouseless approach: Using only keystrokes for common editing operations is more efficient than mouse or menu-driven commands, because your hands never leave the keyboard. This is one of most important advice about efficiency I can give: keeping your hands on your keyboard might make you faster, but, more importantly, it will make you happier. It might surprise some of you, but I try to avoid my mouse as much as possible. With the shell, you use mainly your keyboard. It was more frustrating than simply using the CLI git in the shell. 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.

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.
#VOCOLA MOUSELESS BROWSING HOW TO#
How to have a powerful terminal with URxvt, tmux, and tmuxp.Why the Linux shell is the best tool a developer can use.What’s this Mouseless Development Environment? That’s what we’ll explore in this article. Developing became more enjoyable, and, as a result, my productivity increased. It wasn’t a system I was fighting against day after day. I could customize my system for it to answer my needs. When I switched to the tools I use today, I really understood how important it is to have a good, efficient, and scalable Mouseless Development Environment. I can use 90% of my system with the keyboard only.If I can remember them, it’s because they make sense, much more than the typical shortcuts for GUIs. I can use consistent shortcuts (keystrokes) for every tool I use.Improving your Linux skills is important for any web developer: almost everything on Internet is running on Linux-based systems.


The bitterness filling my heart was unstoppable. I spent hours trying to fix the whole system, but I didn’t know how Linux-based systems were working.
#VOCOLA MOUSELESS BROWSING 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. I had to learn a lot of random shortcuts for every tool I was using.I had to compile manually a lot of applications not available (are outdated).Weird display bugs were popping from time to time.It was easy to install, easy to use, and it seemed to answer my needs.īut month after month, my pride decreased as much as my annoyance increased. Once upon a time, I was a proud Ubuntu user. , updated Twitter #Mouseless #Tools #Productivity A Mouseless Development Environment
