Alias
Display a message when you enter a directory
A few days ago, I was doing something I do from time to time with a CLI tool. The command requires a bunch of parameters, and I usually go through my command history to find the previous usage, change...
read articleAn alias to easily debug PHP scripts
As I said before, I’m trying to save some time when using the CLI, and I rely more and more on aliases. Aliases are fantastic to save some keystrokes, and they also significantly help with something...
read articleAn alias to learn aliases
I’m trying to save some time by reducing the number of keystrokes I need to do something. I’m pretty efficient with my IDE’s shortcuts, but I have vast room for improvement in my console. The obvious...
read article