https://github.com/devmount/daily-tasks
Quickly manage tasks on a daily basis
https://github.com/devmount/daily-tasks
tasks todo vscode-extension
Last synced: about 2 months ago
JSON representation
Quickly manage tasks on a daily basis
- Host: GitHub
- URL: https://github.com/devmount/daily-tasks
- Owner: devmount
- License: mit
- Created: 2022-07-23T23:24:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T20:43:33.000Z (3 months ago)
- Last Synced: 2025-03-17T03:21:45.870Z (about 2 months ago)
- Topics: tasks, todo, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=devmount.daily-tasks
- Size: 260 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DailyTasks
This VS Code extension allows to quickly manage tasks on a daily basis.

## 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:
## Release Notes
Here is an overview of the changes that were made in each 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!**