|
|
|
|
|
by afarrell
2102 days ago
|
|
> better... understood when presented visually Often true for me as well. I like `tig`. > What use case is better served by sticking to the cli? Good question. Knowing the "why" of things is important. My answers: 1. Focus - Opening a browser and clicking around takes more patience. It tempts me to go update my company's internal documentation about something irrelevant to my current task. A CLI lets you pipe things to grep which lets you focus on specific information you care about. 2. Memory - I can write aliases to help me remember my common workflows. 3. Automation - I can have a script check PRs for me. This reduces context switching and enables greater focus and productivity. |
|