mind-0.1.6 is not a library.
Visit the last successful build: mind-0.7.4

Productive mind

A productive mind can push and pop tasks into it's stack efficiently

Push tasks into the mind stack (or continue with an existing task)

mind

# Enter the names for the tasks to push.
# Press [ENTER] again to save the added tasks.

Pop the current task from the mind stack

mind pop

# Alias
mind p

Or while in interactive mode

/pop

# Alias
/p

Supported commands in both CLI and interactive mode

Command Aliases Action
{int} Continue with task at the given position
pop p Pop out the current task
pop {int} p {int} Pop out the task at the given position

Example 1: Continue with the task positioned at [3]

  • CLI mode
mind 3
  • Interactive mode
/3

Example 2: Pop the task positioned at [3]

  • CLI mode
mind p 3
  • Interactive mode
/p 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.