All Projects → fabiospampinato → vscode-projects-plus-todo-plus

fabiospampinato / vscode-projects-plus-todo-plus

Licence: MIT license
Bird's-eye view over your projects, view all your todo files aggregated into one.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-projects-plus-todo-plus

todobot
📝🤖 Simple, efficient and most importantly elegant TODO Bot. A virtual TODO List right inside your Discord server!
Stars: ✭ 32 (+28%)
Mutual labels:  todo, tasks
Vscode Todo Plus
Manage todo lists with ease. Powerful, easy to use and customizable.
Stars: ✭ 622 (+2388%)
Mutual labels:  todo, tasks
Qtodotxt
Cross Platform todo.txt GUI
Stars: ✭ 358 (+1332%)
Mutual labels:  todo, tasks
Nickel
Micro tasks manager written in pure Python
Stars: ✭ 18 (-28%)
Mutual labels:  todo, tasks
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (+444%)
Mutual labels:  todo, tasks
To-Do
To-do is a web app that helps to organize your day-to-day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack, and CSS.
Stars: ✭ 14 (-44%)
Mutual labels:  todo, tasks
Django Todo
A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
Stars: ✭ 592 (+2268%)
Mutual labels:  todo, tasks
gtd.vim
Getting things done with Vim
Stars: ✭ 42 (+68%)
Mutual labels:  todo, tasks
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+5476%)
Mutual labels:  todo, tasks
Gridcoin Tasks
tasks, wishes, ideas, ... for the Gridcoin project
Stars: ✭ 32 (+28%)
Mutual labels:  todo, tasks
angular-gantt-schedule-timeline-calendar-example
Angular gantt-schedule-timeline-calendar usage example
Stars: ✭ 15 (-40%)
Mutual labels:  projects, tasks
Todoman
✅ A simple, standards-based, cli todo (aka: task) manager.
Stars: ✭ 247 (+888%)
Mutual labels:  todo, tasks
Microsoft Graph Toolkit
Authentication Providers and UI components for Microsoft Graph 🦒
Stars: ✭ 518 (+1972%)
Mutual labels:  todo, tasks
Vdirsyncer
📇 Synchronize calendars and contacts.
Stars: ✭ 872 (+3388%)
Mutual labels:  todo, tasks
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+8068%)
Mutual labels:  todo, tasks
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+252%)
Mutual labels:  todo, projects
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (+40%)
Mutual labels:  todo
theeye-of-sauron
TheEye Dockers and QuickStart
Stars: ✭ 27 (+8%)
Mutual labels:  tasks
mindstream
Task management app, built on todo.txt.
Stars: ✭ 33 (+32%)
Mutual labels:  todo
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (+0%)
Mutual labels:  tasks

Projects+ Todo+

Logo

Bird's-eye view over your projects, view all your todo files aggregated into one.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-projects-plus
ext install fabiospampinato.vscode-todo-plus
ext install fabiospampinato.vscode-projects-plus-todo-plus

Usage

It adds 2 commands to the command palette:

Projects: Todo // Open a file containing all your todo files aggregated into one
Projects: Embedded Todos // Open a file containing all your embedded todos aggregated into one
```penso che vengo, se trovo come o se non è troppo presto, penso in caso messo jeans e

## Settings

```js
{
  "projectsTodo.indentation": "  ", // String used for indentation
  "projectsTodo.showPaths": true, // Show individual todo files paths
  "projectsTodo.hideEmpty": true, // Hide projects and groups without any todo
  "projectsTodo.hideDone": true, // Hide any done todo
  "projectsTodo.hideCancelled": true, // Hide any cancelled todo
  "projectsTodo.hideComments": false, // Hide all the comments
  "projectsTodo.hideArchives": true, // Hide any archive section
  "projectsTodo.filterRegex": false // List only projects having a name matching this regex
}

Demo

Demo

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].