Forrest logo
tool overview
On this page you find all important commands for the CLI tool topydo. If the command you are looking for is missing please ask our AI.

topydo

Topydo is a powerful command line tool for managing your to-do lists and tasks. With topydo, you can create, update, delete, and organize your tasks with ease. It uses a simple and intuitive syntax, allowing you to quickly add new tasks and assign them to various projects and categories. You can prioritize your tasks using different levels of importance and set due dates for each task. Topydo also supports recurring tasks, allowing you to schedule tasks that need to be done repeatedly. You can search and filter your tasks based on various criteria, making it easy to find and focus on specific tasks. Topydo offers a variety of customizable views, giving you the flexibility to visualize and organize your tasks in different ways. You can export your task lists in various formats like plain text, HTML, and JSON, allowing you to easily share and sync your tasks across different platforms. It has a built-in undo feature that lets you revert changes and restore previous versions of your task lists. Topydo is open-source and actively maintained, ensuring continuous improvements and bug fixes.

List of commands for topydo:

  • topydo:tldr:4bf5c topydo: Add a strict repeating to-do (next due = current due + rec).
    $ topydo add "${todo_message} due:${2020-01-01} rec:${+1m}"
    try on your machine
    explain this command
  • topydo:tldr:4f9fa topydo: Add a to-do with a due date of tomorrow with a priority of `A`.
    $ topydo add "(A) ${todo _message} due:${1d}"
    try on your machine
    explain this command
  • topydo:tldr:526d0 topydo: Revert the last `topydo` command executed.
    $ topydo revert
    try on your machine
    explain this command
  • topydo:tldr:8fbc8 topydo: Add a to-do to a specific project with a given context.
    $ topydo add "${todo_message} +${project_name} @${context_name}"
    try on your machine
    explain this command
  • topydo:tldr:bf581 topydo: Add a non-strict repeating to-do (next due = now + rec).
    $ topydo add "water flowers due:${mon} rec:${1w}"
    try on your machine
    explain this command
  • topydo:tldr:d2ef7 topydo: Add a to-do with a due date of Friday.
    $ topydo add "${todo_message} due:${fri}"
    try on your machine
    explain this command
tool overview