Push tasks into the mind stack (or continue with an existing task)
```bash mind
```
Pop the current task from the mind stack
```bash mind pop
mind p ```
Or while in interactive mode
```bash /pop
/p ```
Supported commands in both CLI and interactive mode
| Command | Aliases | Action
|-------------------------------------|---------------------|------------------------------------------
| list
| l
| List the tasks.
| pop
| p
| Pop out the current task
| pop {int1}
| p {int}
| Pop out the task at the given position
| continue {int}
| c {int}
| Continue with task at the given position
Example 1: Continue with the task positioned at [3]
bash
mind c 3
bash
/c 3
I'll keep adding features (small or big) and keep improving the code quality while I learn more cool ways to be productive and become better developer.