All Projects → robarnolddev → todo-txt

robarnolddev / todo-txt

Licence: MIT License
Todo.txt syntax highlighter and helper extension for visual studio code.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to todo-txt

Syntax Highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
Stars: ✭ 88 (+125.64%)
Mutual labels:  syntax-highlighting, vscode-extension
pomogoro
Text-file based todo time tracking
Stars: ✭ 22 (-43.59%)
Mutual labels:  todo, todotxt
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+261.54%)
Mutual labels:  syntax-highlighting, vscode-extension
Vscode Terraform
A Visual Studio Code extension for Hashicorp Terraform
Stars: ✭ 672 (+1623.08%)
Mutual labels:  syntax-highlighting, vscode-extension
gtd.vim
Getting things done with Vim
Stars: ✭ 42 (+7.69%)
Mutual labels:  todo, gtd
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-74.36%)
Mutual labels:  syntax-highlighting, vscode-extension
mindstream
Task management app, built on todo.txt.
Stars: ✭ 33 (-15.38%)
Mutual labels:  todo, todotxt
Yokadi
Command line oriented, sqlite powered, todo list
Stars: ✭ 119 (+205.13%)
Mutual labels:  todo, gtd
cheq
A command-line checklist app
Stars: ✭ 17 (-56.41%)
Mutual labels:  todo, gtd
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+307.69%)
Mutual labels:  syntax-highlighting, vscode-extension
vscode-angular-html
Angular syntax highlighting for HTML templates
Stars: ✭ 35 (-10.26%)
Mutual labels:  syntax-highlighting, vscode-extension
vscode-cue
CUE language support for Visual Studio Code
Stars: ✭ 55 (+41.03%)
Mutual labels:  syntax-highlighting, vscode-extension
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+5641.03%)
Mutual labels:  todo, gtd
Vue Theme Vscode
+200.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
Stars: ✭ 54 (+38.46%)
Mutual labels:  syntax-highlighting, vscode-extension
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+238.46%)
Mutual labels:  todo, vscode-extension
elm-simple-gtd
Reimagination of SimpleGTD.com using Elm and Polymer.
Stars: ✭ 24 (-38.46%)
Mutual labels:  todo, gtd
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+12015.38%)
Mutual labels:  todo, todotxt
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (+2441.03%)
Mutual labels:  todo, gtd
vscode-caddyfile-support
Rich Caddyfile support for Visual Studio Code
Stars: ✭ 30 (-23.08%)
Mutual labels:  syntax-highlighting, vscode-extension
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+133.33%)
Mutual labels:  todo, todotxt

todo-txt README

Features

  • Syntax highlighting for todo.txt and done.txt files
  • Commands

Commands

The current command pallete is:

  • todo-txt: Toggle Task Completion: Toggle the completion state of the current task line
  • todo-txt: Archive Completed Tasks: Migrate all completed tasks to a done.txt file in the current directory
  • todo-txt: Reactivate Completed Task: Move a completed task from done.txt to todo.txt
  • todo-txt: Sort By Project: Sort the entire file by project
  • todo-txt: Sort By Priority: Sort the entire file by task priority
  • todo-txt: Sort By Due Date: Sort the entire file by due date
  • todo-txt: Sort By Context: Sort the entire file by context

Please see todo.txt for full features and functionality of the todo.txt format.

Feature Roadmap

Soon:

  • Configurable colors + filename conventions
  • Tests!

Requirements

Minimum Visual Studio Code 1.19, no other dependencies than any basic vscode extension.

Extension Settings

No settings at the moment - see Feature Roadmap for the upcoming list of changes/enhancements.

Known Issues

Blank lines may get introduced when reactivating a completed task. Sorting will take care of the blank lines.

Release Notes

See the CHANGELOG.md file for a full changelog list.

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].