Skip to content

decodingchris/TaskNow

Repository files navigation

TaskNow

A terminal to-do app that helps you focus on one task at a time.

Why use TaskNow?

  • Stay focused by seeing just your current task
  • Add, complete, and manage tasks easily from the terminal
  • No accounts, no clutter — just your tasks

Requirements

  • Python 3.10 or higher
  • Compatible with Ubuntu/Linux systems

Installation

Install TaskNow directly from PyPI:

pip install tasknow

Commands

Add a task:

tasknow add "Write report"

See your current task:

tasknow

Mark it done:

tasknow done

List all tasks:

tasknow list # Also shows each task id

Remove a task:

tasknow remove 2 # Remove task with id: 2

Show completed tasks:

tasknow completed

Un-complete a task:

tasknow undone 3 # Un-complete task with id: 3

Edit a task:

tasknow edit 4 "New task description" # Edit task with id: 4

Show help:

tasknow help

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A terminal to-do app that helps you focus on one task at a time.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages