Skip to content

devmount/daily-tasks

Repository files navigation

DailyTasks

This VS Code extension allows to quickly manage tasks on a daily basis.

daily_tasks_vscode

Features

  • Tasks can be created by command, button or click on the status bar item.
  • The task description can be edited anytime (even when the task is completed)
  • Tasks can be marked as done and removed. Also all existing tasks can be wiped at once.
  • Tasks are kept even when changing workspaces

Commands

This extension contributes the following commands to the Command palette.

  • Daily Tasks: Focus on List View (tasks.list.focus): Opens and focuses the task list
  • Daily Tasks: Add Task (tasks.addTask): Creates a new empty task on top
  • Daily Tasks: Clear Tasks (tasks.clearTasks): Wipes all existing tasks (cannot be undone)

Shortcuts

VS Code provides configuration of shortcuts for all commands. However I recommend setting at least the following shortcut for easily adding new tasks:

dailytasks_shortcut

Release Notes

Here is an overview of the changes per version.

v0.2.0

➕ Task list is now stored globally and now is shown even after refresh or workspace change
💚 Status bar is now enhanced with status colora, tooltip and new-task command

v0.1.0

🚀 Initial release of DailyTasks.

Enjoy!