Note-to-Self – Type Less, Get More Done

I love my command line. With all the CLI tools out there (dotnet, Angular, etc.) one can say that command line is back as an efficient way to get things done. I am just writing this to remind myself to type smart. Most CLI tools have shortcuts that save us keystrokes. Example below:

Creating a new component using Angular CLI:

but that can also be simply written as:

Fewer keystrokes, same outcome 🙂