...

/

Overview: Developing Interactive Terminal Tools

Overview: Developing Interactive Terminal Tools

Learn how to develop an interactive Pomodoro timer application on command line.

We'll cover the following...

So far, we’ve built applications that run mostly unattended. This is one of the major benefits of command-line tools: we provide the required parameters, the tool performs some actions, and it then provides us with the results. But some applications are better suited for an interactive workflow where the user provides or receives feedback continuously, like the kinds of applications in a ...